pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-whitenoise
Module Name: pkgsrc
Committed By: adam
Date: Thu Oct 11 10:55:56 UTC 2018
Modified Files:
pkgsrc/www/py-whitenoise: DESCR Makefile PLIST distinfo
Log Message:
py-whitenoise: updated to 4.1
v4.1:
Silenced spurious warning about missing directories when in development (i.e “autorefresh”) mode.
Support supplying paths as Pathlib instances, rather than just strings.
Add a new CompressedStaticFilesStorage backend to support applying compression without applying Django’s hash-versioning process.
Documentation improvements.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-whitenoise/DESCR \
pkgsrc/www/py-whitenoise/Makefile pkgsrc/www/py-whitenoise/PLIST \
pkgsrc/www/py-whitenoise/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-whitenoise/DESCR
diff -u pkgsrc/www/py-whitenoise/DESCR:1.1 pkgsrc/www/py-whitenoise/DESCR:1.2
--- pkgsrc/www/py-whitenoise/DESCR:1.1 Fri Sep 29 14:45:20 2017
+++ pkgsrc/www/py-whitenoise/DESCR Thu Oct 11 10:55:56 2018
@@ -7,8 +7,8 @@ deployed anywhere without relying on ngi
external service. (Especially useful on Heroku, OpenShift and other PaaS
providers.)
-It’s designed to work nicely with a CDN for high-traffic sites so you
-don’t have to sacrifice performance to benefit from simplicity.
+It's designed to work nicely with a CDN for high-traffic sites so you
+don't have to sacrifice performance to benefit from simplicity.
WhiteNoise works with any WSGI-compatible app but has some special
auto-configuration features for Django.
@@ -18,4 +18,4 @@ WhiteNoise takes care of best-practices
- Serving compressed content (gzip and Brotli formats, handling
Accept-Encoding and Vary headers correctly)
-- Setting far-future cache headers on content which won’t change
+- Setting far-future cache headers on content which won't change
Index: pkgsrc/www/py-whitenoise/Makefile
diff -u pkgsrc/www/py-whitenoise/Makefile:1.1 pkgsrc/www/py-whitenoise/Makefile:1.2
--- pkgsrc/www/py-whitenoise/Makefile:1.1 Fri Sep 29 14:45:20 2017
+++ pkgsrc/www/py-whitenoise/Makefile Thu Oct 11 10:55:56 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/09/29 14:45:20 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2018/10/11 10:55:56 adam Exp $
-DISTNAME= whitenoise-4.0b3
+DISTNAME= whitenoise-4.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=w/whitenoise/}
@@ -10,7 +10,7 @@ HOMEPAGE= http://whitenoise.evans.io/
COMMENT= Simplified static file serving for WSGI applications
LICENSE= mit
-USE_LANGUAGES= # empty
+USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-whitenoise/PLIST
diff -u pkgsrc/www/py-whitenoise/PLIST:1.1 pkgsrc/www/py-whitenoise/PLIST:1.2
--- pkgsrc/www/py-whitenoise/PLIST:1.1 Fri Sep 29 14:45:20 2017
+++ pkgsrc/www/py-whitenoise/PLIST Thu Oct 11 10:55:56 2018
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2017/09/29 14:45:20 joerg Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/10/11 10:55:56 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/whitenoise/__init__.py
${PYSITELIB}/whitenoise/__init__.pyc
Index: pkgsrc/www/py-whitenoise/distinfo
diff -u pkgsrc/www/py-whitenoise/distinfo:1.1 pkgsrc/www/py-whitenoise/distinfo:1.2
--- pkgsrc/www/py-whitenoise/distinfo:1.1 Fri Sep 29 14:45:20 2017
+++ pkgsrc/www/py-whitenoise/distinfo Thu Oct 11 10:55:56 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/09/29 14:45:20 joerg Exp $
+$NetBSD: distinfo,v 1.2 2018/10/11 10:55:56 adam Exp $
-SHA1 (whitenoise-4.0b3.tar.gz) = e2e11b03211cef859ecf71524eb3311b3a85eda5
-RMD160 (whitenoise-4.0b3.tar.gz) = 6b93d167164d05cb04ef1e37baab377966890a87
-SHA512 (whitenoise-4.0b3.tar.gz) = f7707203391ee31ea41a2658bdcba1a377d15229539dc4b7d9f13ce5ea94839cb25bccd28a88f053cd664019c1d9c5bc2046a53d8bb40c02025a30b685ee9370
-Size (whitenoise-4.0b3.tar.gz) = 40696 bytes
+SHA1 (whitenoise-4.1.tar.gz) = 1dacb802c3d832261274dff0597c4ef7d1bded45
+RMD160 (whitenoise-4.1.tar.gz) = 32c6860c174b05f6e19a3662c80f704ef0e9be7d
+SHA512 (whitenoise-4.1.tar.gz) = 5e02f5a60e256023f81d83aa654f19b1612e1060bc807fdf3833a28c60c23544c526db75150a996cb2cb5075f1e03bcfe78a29a617219d3930b323401ba6b3f0
+Size (whitenoise-4.1.tar.gz) = 42659 bytes
Home |
Main Index |
Thread Index |
Old Index