python3-packaging: Update to version 23.2

- Update from version 23.0 to 23.2
- Update of rootfile
- Changelog
    23.2
	    Document calendar-based versioning scheme (#716)
	    Enforce that the entire marker string is parsed (#687)
	    Requirement parsing no longer automatically validates the URL (#120)
	    Canonicalize names for requirements comparison (#644)
	    Introduce metadata.Metadata (along with metadata.ExceptionGroup and
	     metadata.InvalidMetadata; #570)
	    Introduce the validate keyword parameter to utils.normalize_name() (#570)
	    Introduce utils.is_normalized_name() (#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
    23.1
	    Parse raw metadata (#671)
	    Import underlying parser functions as an underscored variable (#663)
	    Improve error for local version label with unsupported operators (#675)
	    Add dedicated error for specifiers with incorrect .* suffix
	    Replace spaces in platform names with underscores (#620)
	    Relax typing of _key on _BaseVersion (#669)
	    Handle prefix match with zeros at end of prefix correctly (#674)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Adolf Belka
2024-01-29 14:41:18 +01:00
committed by Michael Tremer
parent 0e299f6fb6
commit 77d9d67314
2 changed files with 10 additions and 9 deletions

View File

@@ -1,9 +1,9 @@
usr/lib/python3.10/site-packages/packaging
#usr/lib/python3.10/site-packages/packaging-23.0-py3.10.egg-info
#usr/lib/python3.10/site-packages/packaging-23.0-py3.10.egg-info/PKG-INFO
#usr/lib/python3.10/site-packages/packaging-23.0-py3.10.egg-info/SOURCES.txt
#usr/lib/python3.10/site-packages/packaging-23.0-py3.10.egg-info/dependency_links.txt
#usr/lib/python3.10/site-packages/packaging-23.0-py3.10.egg-info/top_level.txt
#usr/lib/python3.10/site-packages/packaging-23.2-py3.10.egg-info
#usr/lib/python3.10/site-packages/packaging-23.2-py3.10.egg-info/PKG-INFO
#usr/lib/python3.10/site-packages/packaging-23.2-py3.10.egg-info/SOURCES.txt
#usr/lib/python3.10/site-packages/packaging-23.2-py3.10.egg-info/dependency_links.txt
#usr/lib/python3.10/site-packages/packaging-23.2-py3.10.egg-info/top_level.txt
usr/lib/python3.10/site-packages/packaging/__init__.py
usr/lib/python3.10/site-packages/packaging/_elffile.py
usr/lib/python3.10/site-packages/packaging/_manylinux.py
@@ -12,6 +12,7 @@ usr/lib/python3.10/site-packages/packaging/_parser.py
usr/lib/python3.10/site-packages/packaging/_structures.py
usr/lib/python3.10/site-packages/packaging/_tokenizer.py
usr/lib/python3.10/site-packages/packaging/markers.py
usr/lib/python3.10/site-packages/packaging/metadata.py
usr/lib/python3.10/site-packages/packaging/py.typed
usr/lib/python3.10/site-packages/packaging/requirements.py
usr/lib/python3.10/site-packages/packaging/specifiers.py