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: Sun Mar 17 12:56:26 UTC 2024
Modified Files:
pkgsrc/devel/py-packaging: Makefile distinfo
Log Message:
py-packaging: updated to 24.0
24.0 - 2024-03-10
* Do specifier matching correctly when the specifier contains an epoch number
and has more components than the version
* Support the experimental ``--disable-gil`` builds in packaging.tags
* BREAKING: Make optional ``metadata.Metadata`` attributes default to ``None``
* Fix errors when trying to access the ``description_content_type``, ``keywords``,
and ``requires_python`` attributes on ``metadata.Metadata`` when those values
have not been provided
* Fix a bug preventing the use of the built in ``ExceptionGroup`` on versions of
Python that support it
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-packaging/Makefile
cvs rdiff -u -r1.16 -r1.17 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.20 pkgsrc/devel/py-packaging/Makefile:1.21
--- pkgsrc/devel/py-packaging/Makefile:1.20 Wed Oct 25 22:25:53 2023
+++ pkgsrc/devel/py-packaging/Makefile Sun Mar 17 12:56:26 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2023/10/25 22:25:53 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2024/03/17 12:56:26 adam Exp $
-DISTNAME= packaging-23.2
+DISTNAME= packaging-24.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/packaging/}
Index: pkgsrc/devel/py-packaging/distinfo
diff -u pkgsrc/devel/py-packaging/distinfo:1.16 pkgsrc/devel/py-packaging/distinfo:1.17
--- pkgsrc/devel/py-packaging/distinfo:1.16 Wed Oct 4 17:14:37 2023
+++ pkgsrc/devel/py-packaging/distinfo Sun Mar 17 12:56:26 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2023/10/04 17:14:37 adam Exp $
+$NetBSD: distinfo,v 1.17 2024/03/17 12:56:26 adam Exp $
-BLAKE2s (packaging-23.2.tar.gz) = e83f564fcfbc7b1e861067cf140c246124fd201785dc160a917a0326835d1749
-SHA512 (packaging-23.2.tar.gz) = 8ab5e9bc4feef2fac1c9044dc8a6f2d41aaf9fe2dae671de8b98c0b1a19dca2169588b87d85a8c990d808b1e76faee65984ce970eaa3282b75e107ca82cc2863
-Size (packaging-23.2.tar.gz) = 146714 bytes
+BLAKE2s (packaging-24.0.tar.gz) = 442ad46f2b574851845ad1cf4f163b36a78c4b6a922ec5a7cb6f4c40a067c588
+SHA512 (packaging-24.0.tar.gz) = b6af704f93bcb7611a06eb2bfa94d8dc4bb1e5e9898af7c0eb85e67cf1ebdb858e272ca18019be4daaa43ac3f73b1cb2e690d8b50a4252380a2dc9f2d0e03a58
+Size (packaging-24.0.tar.gz) = 147882 bytes
Home |
Main Index |
Thread Index |
Old Index