pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-pypiserver



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Oct 21 08:00:17 UTC 2022

Modified Files:
        pkgsrc/net/py-pypiserver: Makefile distinfo

Log Message:
py-pypiserver: updated to 1.5.1

1.5.1:
- ENH: add extremely basic /health endpoint
- FIX: docker tests in cicd
- MAINT: Replace usage of deprecated inspect.getargspec
- MAINT: Add traefik/ and auth/ dirs to gitignore
- MAINT: Fix typos in README


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/py-pypiserver/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/py-pypiserver/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-pypiserver/Makefile
diff -u pkgsrc/net/py-pypiserver/Makefile:1.9 pkgsrc/net/py-pypiserver/Makefile:1.10
--- pkgsrc/net/py-pypiserver/Makefile:1.9       Wed May 11 11:01:39 2022
+++ pkgsrc/net/py-pypiserver/Makefile   Fri Oct 21 08:00:16 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2022/05/11 11:01:39 adam Exp $
+# $NetBSD: Makefile,v 1.10 2022/10/21 08:00:16 adam Exp $
 
-DISTNAME=      pypiserver-1.5.0
+DISTNAME=      pypiserver-1.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pypiserver/}

Index: pkgsrc/net/py-pypiserver/distinfo
diff -u pkgsrc/net/py-pypiserver/distinfo:1.7 pkgsrc/net/py-pypiserver/distinfo:1.8
--- pkgsrc/net/py-pypiserver/distinfo:1.7       Wed May 11 11:01:39 2022
+++ pkgsrc/net/py-pypiserver/distinfo   Fri Oct 21 08:00:16 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2022/05/11 11:01:39 adam Exp $
+$NetBSD: distinfo,v 1.8 2022/10/21 08:00:16 adam Exp $
 
-BLAKE2s (pypiserver-1.5.0.zip) = 60b7f76e39fc8feafaf1bfbfcfcbd562388a33cd7cf226de90a151b3c6476e7e
-SHA512 (pypiserver-1.5.0.zip) = 9db136e8492260ad5c747adacb0d03ff89e64460a22b05b9d0be35da36fd82a5a8e98bda8c0517fb5d139957bf5626127f199358ecfb36d359e7d719dadabac9
-Size (pypiserver-1.5.0.zip) = 196915 bytes
+BLAKE2s (pypiserver-1.5.1.zip) = 9e44448e5b061ac58a3277dbc74cce249ba6440d6035b90c2ce7996f7fd29e8f
+SHA512 (pypiserver-1.5.1.zip) = 95c9cd6b22123349fc51b1a5fa97564b852e84d5fa507cca0f0c22f84a92cf5b2023adedeb151ee2dc60967d0232d13735ce190280585745615c8e2664167cfc
+Size (pypiserver-1.5.1.zip) = 197212 bytes
 SHA1 (patch-setup.py) = bb5ab96568ded55d450e564d3adae57f59282ad1



Home | Main Index | Thread Index | Old Index