diff --git a/24.2.tar.gz b/24.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..9eaba4913b89eb521c33e91e77bcf08201087f05 Binary files /dev/null and b/24.2.tar.gz differ 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.1.tar.gz b/packaging-24.1.tar.gz deleted file mode 100644 index cd3e2a7bcfe33b5eb59af77bd17d3a3380ed9472..0000000000000000000000000000000000000000 Binary files a/packaging-24.1.tar.gz and /dev/null differ diff --git a/python-packaging.spec b/python-packaging.spec index 3b017efd2ec0135003dc10a1db3aab59f4377cfa..48d584d1bde8209c333918540895a4af45a3d068 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -2,12 +2,12 @@ %bcond_without test Name: python-packaging -Version: 24.1 +Version: 24.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-%{version}.tar.gz +Source0: https://github.com/pypa/packaging/archive/refs/tags/%{version}.tar.gz BuildArch: noarch %description Reusable core utilities for various Python Packaging interoperability specifications. @@ -92,6 +92,7 @@ mv %{buildroot}/doclist.lst . %files -n python3-packaging -f filelist.lst %dir %{python3_sitelib}/* %{python3_sitelib}/packaging/__pycache__/ +%{python3_sitelib}/packaging/licenses/__pycache__/ %files help -f doclist.lst %license LICENSE LICENSE.APACHE LICENSE.BSD @@ -99,6 +100,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Apr 7 2025 wangkui - 24.2-1 +- Update package to version 24.2 + +* 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