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:           Wed Feb 11 12:59:58 UTC 2026

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

Log Message:
py-pypiserver: updated to 2.4.1

2.4.1 (2026-02-10)

- 9e5b9bb MAINT: Remove unused import LooseVersion from distutils.version
- 945e23e MAINT: chore: move mypy config from setup.cfg to pyproject.toml
- dc4dadb MAINT: fix: cgi import error for Python3.13+
- a5a715f MAINT: Fix partially broken tests
- 1828884 MAINT: fix: small fix for `mdformat`
- ba381b1 MAINT: Remove support for Python 3.8 & 3.9
- 7148a5c MAINT: Merge pull request 672 from parmsib/patch-1
- e0591a3 FIX: Fix compatibility with twine 1.7.0
- b5a67a8 MAINT: Merge branch 'main' into patch-1
- 53f134c MAINT: chore: Update setuptools requirement from <71.0.0,>=40.0 to >=40.0,<81.0.0 in /requirements
- 7af665c MAINT: fix whitespace in help output
- 58f7162 MAINT: chore: Bump waitress from 2.1.2 to 3.0.1 in /docker


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/py-pypiserver/Makefile
cvs rdiff -u -r1.14 -r1.15 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.23 pkgsrc/net/py-pypiserver/Makefile:1.24
--- pkgsrc/net/py-pypiserver/Makefile:1.23      Thu Oct  9 07:57:53 2025
+++ pkgsrc/net/py-pypiserver/Makefile   Wed Feb 11 12:59:58 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2025/10/09 07:57:53 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2026/02/11 12:59:58 adam Exp $
 
-DISTNAME=      pypiserver-2.4.0
+DISTNAME=      pypiserver-2.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pypiserver/}
@@ -26,7 +26,10 @@ PYTHON_VERSIONS_INCOMPATIBLE=        310
 
 .include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 312
-DEPENDS+=      ${PYPKGPREFIX}-importlib-resources-[0-9]*:../../devel/py-importlib-resources
+DEPENDS+=      ${PYPKGPREFIX}-importlib-resources>0:../../devel/py-importlib-resources
+.endif
+.if ${PYTHON_VERSION} > 312
+DEPENDS+=      ${PYPKGPREFIX}-legacy-cgi>0:../../www/py-legacy-cgi
 .endif
 
 post-install:

Index: pkgsrc/net/py-pypiserver/distinfo
diff -u pkgsrc/net/py-pypiserver/distinfo:1.14 pkgsrc/net/py-pypiserver/distinfo:1.15
--- pkgsrc/net/py-pypiserver/distinfo:1.14      Tue Sep  2 12:54:24 2025
+++ pkgsrc/net/py-pypiserver/distinfo   Wed Feb 11 12:59:58 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2025/09/02 12:54:24 adam Exp $
+$NetBSD: distinfo,v 1.15 2026/02/11 12:59:58 adam Exp $
 
-BLAKE2s (pypiserver-2.4.0.tar.gz) = 65144fcafd6584bf5915bfdeecdfe8be25ea6263cc3769d9e7048daa25787792
-SHA512 (pypiserver-2.4.0.tar.gz) = 6c914e7964b512857ec36829a1be84807be9d3c0a3e62cf5a29d2e21b3b6a92a2a7966b789ac9caeb8615441c83f0da1435100de30b2087a42dc4da00d1dcc99
-Size (pypiserver-2.4.0.tar.gz) = 189921 bytes
+BLAKE2s (pypiserver-2.4.1.tar.gz) = b34c308ef56b8a0039f327abb6b329b404ccbf95c6cc19141332ca75a1ac6b1c
+SHA512 (pypiserver-2.4.1.tar.gz) = 9b6a9fc7e5743a87fc1b4c2b9722da3459a8b5852c75f986a77ec315cc0e6b997e3ff5d6d3658b14806cca0fa2c6ec4e98feabffd277a228a8ab164f34719197
+Size (pypiserver-2.4.1.tar.gz) = 190519 bytes
 SHA1 (patch-setup.py) = e0fb40de46b0881c85bb79760febe59d1a04eeba



Home | Main Index | Thread Index | Old Index