Skip to content

Commit

Permalink
py-whitenoise: updated to 4.1.4
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
adam committed Nov 13, 2019
1 parent 8cc4a89 commit e9cadc0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions www/py-whitenoise/Makefile
@@ -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/}
Expand Down
10 changes: 5 additions & 5 deletions www/py-whitenoise/distinfo
@@ -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

0 comments on commit e9cadc0

Please sign in to comment.