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/python-packaging.spec b/python-packaging.spec index 3b017efd2ec0135003dc10a1db3aab59f4377cfa..f94aefffad97068b5e5204a7c44f17d31654d3e3 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -2,8 +2,8 @@ %bcond_without test Name: python-packaging -Version: 24.1 -Release: 1 +Version: 24.1 +Release: 2 Summary: Core utilities for Python packages License: BSD and ASL 2.0 URL: https://github.com/pypa/packaging @@ -99,6 +99,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Nov 11 2024 Dingli Zhang - 24.1-2 +- Remove redundant source packages + * Sat Sep 21 2024 kaijie Gu - 24.1-1 - Update package with version 24.1 Add support for Python 3.13