diff --git a/packaging-23.1.tar.gz b/packaging-23.1.tar.gz deleted file mode 100644 index d973418..0000000 --- a/packaging-23.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a392980d2b6cffa644431898be54b0045151319d1e7ec34f0cfed48767dd334f -size 134240 diff --git a/packaging-23.2.tar.gz b/packaging-23.2.tar.gz new file mode 100644 index 0000000..49cc584 --- /dev/null +++ b/packaging-23.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5 +size 146714 diff --git a/python-packaging.changes b/python-packaging.changes index 22f0e63..036f54c 100644 --- a/python-packaging.changes +++ b/python-packaging.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Thu Nov 9 12:05:35 UTC 2023 - ecsos + +- Update ot 23.2: + * parse_marker should consume the entire source string in #687 + * Create a Security Policy file in #695 + * Add python 3.12 to CI in #689 + * Remove URL validation from requirement parsing in #684 + * Add types for packaging.version._Version in #665 + * Add PyPy 3.10 to CI in #699 + * Remove unused argument in _manylinux._is_compatible in #700 + * Canonicalize names for requirements comparison in #696 + * Add platform tag support for LoongArch in #693 + * Ability to install armv7l manylinux/musllinux wheels on armv8l in #690 + * Include CHANGELOG.rst in sdist in #704 + * Update pyupgrade to Python 3.7+ in #580 + * Fix version pattern pre-releases in #705 + * Fix typos found by codespell in #706 + * Support enriched metadata in #686 + * Correct rST syntax in CHANGELOG.rst in #709 + * fix: platform tag for GraalPy in #711 + * Document that this library uses a calendar-based versioning scheme in #717 + * fix: Update copyright date for docs in #713 + * Bump pip version to avoid known vulnerabilities in #720 + * Typing annotations fixed in version.py in #723 + * parse_{sdist,wheel}_filename: don't raise InvalidVersion in #721 + * Fix code blocks in CHANGELOG.md in #724 + ------------------------------------------------------------------- Fri Apr 21 12:28:53 UTC 2023 - Dirk Müller diff --git a/python-packaging.spec b/python-packaging.spec index 396a3f3..fddd0e7 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -53,7 +53,7 @@ ExclusiveArch: do-not-build %endif Name: %{pprefix}-packaging%{?psuffix} -Version: 23.1 +Version: 23.2 Release: 0 Summary: Core utilities for Python packages License: Apache-2.0 AND BSD-2-Clause