pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-packaging



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jun 10 05:43:50 UTC 2024

Modified Files:
        pkgsrc/devel/py-packaging: Makefile distinfo

Log Message:
py-packaging: updated to 24.1

24.1

pyupgrade/black/isort/flake8 → ruff
Add support for Python 3.13 and drop EOL 3.7
Bump the github-actions group with 4 updates
Fix typo in _parser docstring
Modernise type annotations using FA rules from ruff
Document markers.default_environment()
Bump the github-actions group with 3 updates
Work around platform.python_version() returning non PEP 440 compliant version for non-tagged CPython builds


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-packaging/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-packaging/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-packaging/Makefile
diff -u pkgsrc/devel/py-packaging/Makefile:1.21 pkgsrc/devel/py-packaging/Makefile:1.22
--- pkgsrc/devel/py-packaging/Makefile:1.21     Sun Mar 17 12:56:26 2024
+++ pkgsrc/devel/py-packaging/Makefile  Mon Jun 10 05:43:50 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2024/03/17 12:56:26 adam Exp $
+# $NetBSD: Makefile,v 1.22 2024/06/10 05:43:50 adam Exp $
 
-DISTNAME=      packaging-24.0
+DISTNAME=      packaging-24.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/packaging/}

Index: pkgsrc/devel/py-packaging/distinfo
diff -u pkgsrc/devel/py-packaging/distinfo:1.17 pkgsrc/devel/py-packaging/distinfo:1.18
--- pkgsrc/devel/py-packaging/distinfo:1.17     Sun Mar 17 12:56:26 2024
+++ pkgsrc/devel/py-packaging/distinfo  Mon Jun 10 05:43:50 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2024/03/17 12:56:26 adam Exp $
+$NetBSD: distinfo,v 1.18 2024/06/10 05:43:50 adam Exp $
 
-BLAKE2s (packaging-24.0.tar.gz) = 442ad46f2b574851845ad1cf4f163b36a78c4b6a922ec5a7cb6f4c40a067c588
-SHA512 (packaging-24.0.tar.gz) = b6af704f93bcb7611a06eb2bfa94d8dc4bb1e5e9898af7c0eb85e67cf1ebdb858e272ca18019be4daaa43ac3f73b1cb2e690d8b50a4252380a2dc9f2d0e03a58
-Size (packaging-24.0.tar.gz) = 147882 bytes
+BLAKE2s (packaging-24.1.tar.gz) = 02a52cd1f22e3413c842b38f5ecf77f14c10b9c64c11919c40adf4d8842d86b0
+SHA512 (packaging-24.1.tar.gz) = fba8b94c1798c380c6af2c7fe211137fcc5669b1af3b0de52d6bcba05907f5bc74693df740677213d6c230e8d2db48ab9c4b8309752813c25cee87f1622fd4ab
+Size (packaging-24.1.tar.gz) = 148788 bytes



Home | Main Index | Thread Index | Old Index