Mon Dec 3 19:31:52 2018 UTC ()
py-whitenoise: updated to 4.1.2

v4.1.2
* Add correct MIME type for WebAssembly, which is required for files to be
  executed
* Stop accessing the FILE_CHARSET Django setting which was almost entirely
  unused and is now deprecated

v4.1.1
* Fix bug in ETag handling
* Documentation fixes


(adam)
diff -r1.2 -r1.3 pkgsrc/www/py-whitenoise/Makefile
diff -r1.2 -r1.3 pkgsrc/www/py-whitenoise/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/www/py-whitenoise/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-whitenoise/Makefile 2018/10/11 10:55:56 1.2
+++ pkgsrc/www/py-whitenoise/Makefile 2018/12/03 19:31:52 1.3
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2018/10/11 10:55:56 adam Exp $ 1# $NetBSD: Makefile,v 1.3 2018/12/03 19:31:52 adam Exp $
2 2
3DISTNAME= whitenoise-4.1 3DISTNAME= whitenoise-4.1.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=w/whitenoise/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=w/whitenoise/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://whitenoise.evans.io/ 9HOMEPAGE= http://whitenoise.evans.io/
10COMMENT= Simplified static file serving for WSGI applications 10COMMENT= Simplified static file serving for WSGI applications
11LICENSE= mit 11LICENSE= mit
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15.include "../../lang/python/egg.mk" 15.include "../../lang/python/egg.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/www/py-whitenoise/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-whitenoise/distinfo 2018/10/11 10:55:56 1.2
+++ pkgsrc/www/py-whitenoise/distinfo 2018/12/03 19:31:52 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2018/10/11 10:55:56 adam Exp $ 1$NetBSD: distinfo,v 1.3 2018/12/03 19:31:52 adam Exp $
2 2
3SHA1 (whitenoise-4.1.tar.gz) = 1dacb802c3d832261274dff0597c4ef7d1bded45 3SHA1 (whitenoise-4.1.2.tar.gz) = 9ba73eef30df73b01c802426787361b3f607d005
4RMD160 (whitenoise-4.1.tar.gz) = 32c6860c174b05f6e19a3662c80f704ef0e9be7d 4RMD160 (whitenoise-4.1.2.tar.gz) = ef7576524d3b8348fecc4d3b9a0c4ede078338ef
5SHA512 (whitenoise-4.1.tar.gz) = 5e02f5a60e256023f81d83aa654f19b1612e1060bc807fdf3833a28c60c23544c526db75150a996cb2cb5075f1e03bcfe78a29a617219d3930b323401ba6b3f0 5SHA512 (whitenoise-4.1.2.tar.gz) = 6046e458539ae097a28ba1abcbae03ff6f770c73d5e53db0d5cc3af990edeb8ffc33d087b9de09c01df2f52b76615b32be532e09165bd4d7984c76a002f56707
6Size (whitenoise-4.1.tar.gz) = 42659 bytes 6Size (whitenoise-4.1.2.tar.gz) = 42878 bytes