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:           Wed Nov 13 21:01:37 UTC 2019

Modified Files:
        pkgsrc/www/py-whitenoise: Makefile distinfo

Log Message:
py-whitenoise: updated to 4.1.4

v4.1.4
 * Make tests more deterministic and easier to run outside of ``tox``.
 * Fix Fedora packaging `issue <https://github.com/evansd/whitenoise/issues/225>`_.
 * Use `Black <https://github.com/psf/black>`_ to format all code.

v4.1.3
 * Fix handling of zero-valued mtimes which can occur when running on some
   filesystems.
 * Fix potential path traversal attack while running in autorefresh mode on
   Windows.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-whitenoise/Makefile \
    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/Makefile
diff -u pkgsrc/www/py-whitenoise/Makefile:1.3 pkgsrc/www/py-whitenoise/Makefile:1.4
--- pkgsrc/www/py-whitenoise/Makefile:1.3       Mon Dec  3 19:31:52 2018
+++ pkgsrc/www/py-whitenoise/Makefile   Wed Nov 13 21:01:37 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2018/12/03 19:31:52 adam Exp $
+# $NetBSD: Makefile,v 1.4 2019/11/13 21:01:37 adam Exp $
 
-DISTNAME=      whitenoise-4.1.2
+DISTNAME=      whitenoise-4.1.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/whitenoise/}
Index: pkgsrc/www/py-whitenoise/distinfo
diff -u pkgsrc/www/py-whitenoise/distinfo:1.3 pkgsrc/www/py-whitenoise/distinfo:1.4
--- pkgsrc/www/py-whitenoise/distinfo:1.3       Mon Dec  3 19:31:52 2018
+++ pkgsrc/www/py-whitenoise/distinfo   Wed Nov 13 21:01:37 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/12/03 19:31:52 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/11/13 21:01:37 adam Exp $
 
-SHA1 (whitenoise-4.1.2.tar.gz) = 9ba73eef30df73b01c802426787361b3f607d005
-RMD160 (whitenoise-4.1.2.tar.gz) = ef7576524d3b8348fecc4d3b9a0c4ede078338ef
-SHA512 (whitenoise-4.1.2.tar.gz) = 6046e458539ae097a28ba1abcbae03ff6f770c73d5e53db0d5cc3af990edeb8ffc33d087b9de09c01df2f52b76615b32be532e09165bd4d7984c76a002f56707
-Size (whitenoise-4.1.2.tar.gz) = 42878 bytes
+SHA1 (whitenoise-4.1.4.tar.gz) = c96973da9c619469a97f951e28a1292c462f6c08
+RMD160 (whitenoise-4.1.4.tar.gz) = 86c523856082a07cd9ec52cfdb7af149e71e15a4
+SHA512 (whitenoise-4.1.4.tar.gz) = c87d06539c44bbb1a422cdec213c6d05dbab6e4409b7be12fd4976302d57b6fe6edd981212d8f616a58656dbeea93779957085d53c6e7d01c982a6b89a5a5133
+Size (whitenoise-4.1.4.tar.gz) = 43539 bytes



Home | Main Index | Thread Index | Old Index