Path to this page:
Subject: CVS commit: pkgsrc/devel/py-packaging
From: Thomas Klausner
Date: 2024-11-11 08:57:45
Message id: 20241111075745.5CA08FC72@cvs.NetBSD.org
Log Message:
py-packaging: update to 24.2.
24.2 - 2024-11-08
~~~~~~~~~~~~~~~~~
* PEP 639: Implement License-Expression and License-File (:issue:`828`)
* Use ``!r`` formatter for error messages with filenames (:issue:`844`)
* Add support for PEP 730 iOS tags (:issue:`832`)
* Fix prerelease detection for ``>`` and ``<`` (:issue:`794`)
* Fix uninformative error message (:issue:`830`)
* Refactor ``canonicalize_version`` (:issue:`793`)
* Patch python_full_version unconditionally (:issue:`825`)
* Fix doc for ``canonicalize_version`` to mention ``strip_trailing_zero`` and a \
typo in a docstring (:issue:`801`)
* Fix typo in Version ``__str__`` (:issue:`817`)
* Support creating a ``SpecifierSet`` from an iterable of ``Specifier`` objects \
(:issue:`775`)
Files: