pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-pypiserver py-pypiserver: updated to 1.3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c77ac18cbe6
branches:  trunk
changeset: 341234:4c77ac18cbe6
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Oct 16 16:45:16 2019 +0000

description:
py-pypiserver: updated to 1.3.1

1.3.1:
- FIX: previously, it was possible to upload packages with hashing algorithms
  other than md5, but downloading them again with pip was impossible due to
  incorrect truncation of the hash. This has been fixed!
- FIX: argument parsing would previously fail for the short form of
  ``--help``, due an incorrect operator used during comparison.
- DOC: significant improvements to formatting and consistency in the README.

diffstat:

 net/py-pypiserver/Makefile |   4 ++--
 net/py-pypiserver/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 094e0ae7a8ac -r 4c77ac18cbe6 net/py-pypiserver/Makefile
--- a/net/py-pypiserver/Makefile        Wed Oct 16 16:41:16 2019 +0000
+++ b/net/py-pypiserver/Makefile        Wed Oct 16 16:45:16 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2019/05/29 20:13:09 adam Exp $
+# $NetBSD: Makefile,v 1.2 2019/10/16 16:45:16 adam Exp $
 
-DISTNAME=      pypiserver-1.3.0
+DISTNAME=      pypiserver-1.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pypiserver/}
diff -r 094e0ae7a8ac -r 4c77ac18cbe6 net/py-pypiserver/distinfo
--- a/net/py-pypiserver/distinfo        Wed Oct 16 16:41:16 2019 +0000
+++ b/net/py-pypiserver/distinfo        Wed Oct 16 16:45:16 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2019/05/29 20:13:09 adam Exp $
+$NetBSD: distinfo,v 1.2 2019/10/16 16:45:16 adam Exp $
 
-SHA1 (pypiserver-1.3.0.zip) = ebd3463c38d2c78f8b1d7df42da0c36bf7f3de7b
-RMD160 (pypiserver-1.3.0.zip) = 328633a627aba4044a411935da71ffaddd182d07
-SHA512 (pypiserver-1.3.0.zip) = 83fd51ae0123b6b93430cc59136ff2f85cd57fb5e9c1baa671d8d16f7889eaec8ddfa1a1b6ba2fb68d1a827a0537ef8316a6a0e508a6ecb90e2c443336e488b4
-Size (pypiserver-1.3.0.zip) = 538529 bytes
+SHA1 (pypiserver-1.3.1.zip) = 88d5f7ec0295e53f5aa659192dc57ae04b0c92a3
+RMD160 (pypiserver-1.3.1.zip) = 146ea84eb5579d41fe5f90a7d41fda4b6ca50519
+SHA512 (pypiserver-1.3.1.zip) = ea7e4572c8648b1aa9d78f8eea93e9e8355a1ecbdb01e56b954684e9a21f8bc3a2b62fc9ee778cc76e4d50412e5a0fa34e8d0a783eaad50c2614e09d86cd303f
+Size (pypiserver-1.3.1.zip) = 538986 bytes
 SHA1 (patch-setup.py) = 55a56372bbf0814f0249abddeb459cd5f36d3a19



Home | Main Index | Thread Index | Old Index