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:           Mon Sep 16 19:21:39 UTC 2024

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

Log Message:
py-pypiserver: updated to 2.2.0

2.2.0 (2024-09-15)

- ENH: use json client for `update`
- MAINT: cleanup README
- MAINT: solve deprecated `types-pkg_resources`
- MAINT: Update setuptools requirement from <70.0.0,>=40.0 to >=40.0,<71.0.0 in /requirements
- MAINT: Update Deprecated Compose Commands for Pypiserver Services
- MAINT: test: Fix running `build` in offline test environment
- MAINT: Updated HTML formatting


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/py-pypiserver/Makefile
cvs rdiff -u -r1.11 -r1.12 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.15 pkgsrc/net/py-pypiserver/Makefile:1.16
--- pkgsrc/net/py-pypiserver/Makefile:1.15      Sun Jul 14 13:26:46 2024
+++ pkgsrc/net/py-pypiserver/Makefile   Mon Sep 16 19:21:38 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2024/07/14 13:26:46 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2024/09/16 19:21:38 adam Exp $
 
-DISTNAME=      pypiserver-2.1.1
+DISTNAME=      pypiserver-2.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pypiserver/}
@@ -21,7 +21,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-twine-[0-9
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  38
 
 .include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 312

Index: pkgsrc/net/py-pypiserver/distinfo
diff -u pkgsrc/net/py-pypiserver/distinfo:1.11 pkgsrc/net/py-pypiserver/distinfo:1.12
--- pkgsrc/net/py-pypiserver/distinfo:1.11      Mon Apr 29 10:53:03 2024
+++ pkgsrc/net/py-pypiserver/distinfo   Mon Sep 16 19:21:38 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2024/04/29 10:53:03 adam Exp $
+$NetBSD: distinfo,v 1.12 2024/09/16 19:21:38 adam Exp $
 
-BLAKE2s (pypiserver-2.1.1.tar.gz) = f7ab992d29485ff6f16c4956760093d6835560cd1914fbb1ccb0e70f2af63903
-SHA512 (pypiserver-2.1.1.tar.gz) = 188505325b9f3ba666967d7fa959cb73edf48006ff3795a1c0b961fcc77697be4aa864ad6ee18ebb1850334fb01fc92898865c0d6f33a8e0c8e59b1fc091eb5f
-Size (pypiserver-2.1.1.tar.gz) = 188504 bytes
+BLAKE2s (pypiserver-2.2.0.tar.gz) = 92866f792cc8ff00f0534af93e514c748178c87c528a7a7aacc7be76107750da
+SHA512 (pypiserver-2.2.0.tar.gz) = dfa161ed33f3672b21970ff13d100614f1877ce685b5fb3cfecb9cc8f2868cbef19280d5f69e1ea923a9fa7a515badeee73416955834441f09a6facb1bf69313
+Size (pypiserver-2.2.0.tar.gz) = 190056 bytes
 SHA1 (patch-setup.py) = e0fb40de46b0881c85bb79760febe59d1a04eeba



Home | Main Index | Thread Index | Old Index