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
This commit is contained in:
adam 2024-03-17 12:56:26 +00:00
parent 6eb3bbb2d7
commit a5debfa90f
2 changed files with 6 additions and 7 deletions

View File

@ -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/}

View File

@ -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