diff --git a/packaging-20.9.tar.gz b/packaging-20.9.tar.gz deleted file mode 100644 index cf2b6c573f662c9ce5ee901465188eb65279aaa8..0000000000000000000000000000000000000000 Binary files a/packaging-20.9.tar.gz and /dev/null differ diff --git a/packaging-21.3.tar.gz b/packaging-21.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e327d388e34639498b69e0f61fb0a92bd2b355e9 Binary files /dev/null and b/packaging-21.3.tar.gz differ diff --git a/python-packaging.spec b/python-packaging.spec index a76b03f5ef72ee770756c35ec35e463ab3983bb6..04ed060533aa615ac8c81061b3f284ef9c04a6ce 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-packaging -Version: 20.9 +Version: 21.3 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/86/3c/bcd09ec5df7123abcf695009221a52f90438d877a2f1499453c6938f5728/packaging-20.9.tar.gz +Source0: https://files.pythonhosted.org/packages/df/9e/d1a7217f69310c1db8fdf8ab396229f55a699ce34a203691794c5d1cad0c/packaging-21.3.tar.gz BuildArch: noarch %description Reusable core utilities for various Python Packaging interoperability specifications. @@ -44,7 +44,7 @@ This library provides utilities that implement the interoperability specificatio The packaging project includes the following: version handling, specifiers, markers, requirements, tags, utilities. %prep -%autosetup -n packaging-20.9 +%autosetup -n packaging-%{version} %build %py3_build @@ -89,6 +89,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Dec 21 2021 shangyibin - 21.3-1 +- Upgrade to version 21.3 + * Tue Jul 13 2021 OpenStack_SIG - 20.9-1 - Upgrade to version 20.9