pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-utils



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jul 23 08:08:46 UTC 2026

Modified Files:
        pkgsrc/devel/py-utils: Makefile PLIST distinfo

Log Message:
py-utils: updated to 4.0.0

Version 4.0 is a modernization release: the public helpers you already rely on
are unchanged, but the package underneath is faster to import, stricter about
types, and built with a modern toolchain.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-utils/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-utils/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-utils/distinfo

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

Modified files:

Index: pkgsrc/devel/py-utils/Makefile
diff -u pkgsrc/devel/py-utils/Makefile:1.17 pkgsrc/devel/py-utils/Makefile:1.18
--- pkgsrc/devel/py-utils/Makefile:1.17 Sat Apr 12 21:37:07 2025
+++ pkgsrc/devel/py-utils/Makefile      Thu Jul 23 08:08:46 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2025/04/12 21:37:07 adam Exp $
+# $NetBSD: Makefile,v 1.18 2026/07/23 08:08:46 adam Exp $
 
-DISTNAME=      python_utils-3.9.1
+DISTNAME=      python_utils-4.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python_//}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-utils/}
 
@@ -11,7 +10,7 @@ HOMEPAGE=     https://github.com/WoLpH/pytho
 COMMENT=       Some convenient utilities not included with standard Python
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-uv-build>=0.11:../../devel/py-uv-build
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>3.10.0.2:../../devel/py-typing-extensions
 TEST_DEPENDS+= ${PYPKGPREFIX}-loguru-[0-9]*:../../sysutils/py-loguru
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio

Index: pkgsrc/devel/py-utils/PLIST
diff -u pkgsrc/devel/py-utils/PLIST:1.9 pkgsrc/devel/py-utils/PLIST:1.10
--- pkgsrc/devel/py-utils/PLIST:1.9     Sat Apr 12 21:37:07 2025
+++ pkgsrc/devel/py-utils/PLIST Thu Jul 23 08:08:46 2026
@@ -1,15 +1,17 @@
-@comment $NetBSD: PLIST,v 1.9 2025/04/12 21:37:07 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2026/07/23 08:08:46 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/python_utils/__about__.py
 ${PYSITELIB}/python_utils/__about__.pyc
 ${PYSITELIB}/python_utils/__about__.pyo
 ${PYSITELIB}/python_utils/__init__.py
 ${PYSITELIB}/python_utils/__init__.pyc
 ${PYSITELIB}/python_utils/__init__.pyo
+${PYSITELIB}/python_utils/_aliases.py
+${PYSITELIB}/python_utils/_aliases.pyc
+${PYSITELIB}/python_utils/_aliases.pyo
 ${PYSITELIB}/python_utils/aio.py
 ${PYSITELIB}/python_utils/aio.pyc
 ${PYSITELIB}/python_utils/aio.pyo

Index: pkgsrc/devel/py-utils/distinfo
diff -u pkgsrc/devel/py-utils/distinfo:1.15 pkgsrc/devel/py-utils/distinfo:1.16
--- pkgsrc/devel/py-utils/distinfo:1.15 Tue Nov 26 12:04:43 2024
+++ pkgsrc/devel/py-utils/distinfo      Thu Jul 23 08:08:46 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2024/11/26 12:04:43 adam Exp $
+$NetBSD: distinfo,v 1.16 2026/07/23 08:08:46 adam Exp $
 
-BLAKE2s (python_utils-3.9.1.tar.gz) = a6a3757d1696ff5b141b861d77dbd01ef761b00b9a93c88664705c8d889f342c
-SHA512 (python_utils-3.9.1.tar.gz) = f458446edde989ad338d20b11b2486148848c9373ef627938ccff99ab186517594428d7ec068d0d110a04c8ceee665735d33c662592b96920b8faf8aeb065239
-Size (python_utils-3.9.1.tar.gz) = 35403 bytes
+BLAKE2s (python_utils-4.0.0.tar.gz) = c0d3a23d8c540925d4b621b4afc2e4a78932be9eeb2841d8b7ba74b8d0f636ea
+SHA512 (python_utils-4.0.0.tar.gz) = 189b73da6fbafc4f36e514e0f5ceffab5be461a8dbc344e038fdcb74fefacde3d7dabe0525d4bd6fd5521a829e0c9082a5611de21e21e52a4c961638539ffd22
+Size (python_utils-4.0.0.tar.gz) = 43027 bytes



Home | Main Index | Thread Index | Old Index