Subject: CVS commit: pkgsrc/devel/py-packaging
From: Adam Ciarcinski
Date: 2023-10-04 19:14:37
Message id: 20231004171437.84495FBDB@cvs.NetBSD.org

Log Message:
py-packaging: updated to 23.2

23.2 - 2023-10-01

* Document calendar-based versioning scheme (:issue:`716`)
* Enforce that the entire marker string is parsed (:issue:`687`)
* Requirement parsing no longer automatically validates the URL (:issue:`120`)
* Canonicalize names for requirements comparison (:issue:`644`)
* Introduce ``metadata.Metadata`` (along with ``metadata.ExceptionGroup`` and \ 
``metadata.InvalidMetadata``; :issue:`570`)
* Introduce the ``validate`` keyword parameter to ``utils.validate_name()`` \ 
(:issue:`570`)
* Introduce ``utils.is_normalized_name()`` (:issue:`570`)
* Make ``utils.parse_sdist_filename()`` and ``utils.parse_wheel_filename()``
  raise ``InvalidSdistFilename`` and ``InvalidWheelFilename``, respectively,
  when the version component of the name is invalid

Files:
RevisionActionfile
1.19modifypkgsrc/devel/py-packaging/Makefile
1.16modifypkgsrc/devel/py-packaging/distinfo
1.3modifypkgsrc/devel/py-packaging/files/setup.py