diff --git a/packaging-23.1.tar.gz b/packaging-23.1.tar.gz deleted file mode 100644 index 80f2d802cbf48f5418039f4156dcd4f4c2b36d81..0000000000000000000000000000000000000000 Binary files a/packaging-23.1.tar.gz and /dev/null differ diff --git a/packaging-23.2.tar.gz b/packaging-23.2.tar.gz deleted file mode 100644 index eee8d60f6acd75d8832548fd7b7462b11668ed5c..0000000000000000000000000000000000000000 Binary files a/packaging-23.2.tar.gz and /dev/null differ diff --git a/packaging-24.0.tar.gz b/packaging-24.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4c3f681902cc6c7828861bffc30edb04f0fb340a Binary files /dev/null and b/packaging-24.0.tar.gz differ diff --git a/python-packaging.spec b/python-packaging.spec index 5aa3a69add26fc940d35fa5a0aa27e12739926de..1abadeed180a0fb0892b64c47226928eaff0243c 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -2,7 +2,7 @@ %bcond_without test Name: python-packaging -Version: 23.2 +Version: 24.0 Release: 1 Summary: Core utilities for Python packages License: BSD and ASL 2.0 @@ -99,6 +99,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Apr 02 2024 weilinfox - 24.0-1 +- Update to version 24 + * Mon Mar 4 2024 Dongxing Wang - 23.2-1 - Update package with version 23.2 Add python 3.12 support.