diff --git a/packaging-23.2.tar.gz b/packaging-23.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..eee8d60f6acd75d8832548fd7b7462b11668ed5c Binary files /dev/null and b/packaging-23.2.tar.gz differ diff --git a/python-packaging.spec b/python-packaging.spec index ffba9423acac8368cd229c45ca497d0ddb133a8d..5aa3a69add26fc940d35fa5a0aa27e12739926de 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -2,12 +2,12 @@ %bcond_without test Name: python-packaging -Version: 23.1 +Version: 23.2 Release: 1 Summary: Core utilities for Python packages License: BSD and ASL 2.0 URL: https://github.com/pypa/packaging -Source0: https://files.pythonhosted.org/packages/source/p/packaging/packaging-23.1.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/packaging/packaging-%{version}.tar.gz BuildArch: noarch %description Reusable core utilities for various Python Packaging interoperability specifications. @@ -99,6 +99,14 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Mar 4 2024 Dongxing Wang - 23.2-1 +- Update package with version 23.2 + Add python 3.12 support. + Add types for packaging.version._Version. + Add platform tag support for LoongArch. + Update pyupgrade to Python 3.7+ + Support enriched metadata. + * Thu May 11 2023 liyanan - 23.1-1 - update version to 23.1