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-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 f94aefffad97068b5e5204a7c44f17d31654d3e3..48d584d1bde8209c333918540895a4af45a3d068 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -2,12 +2,12 @@ %bcond_without test Name: python-packaging -Version: 24.1 -Release: 2 +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,9 @@ 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