diff --git a/python-zipp.spec b/python-zipp.spec index 2b9d22dd936aa2cec4b056ce0ea4f47a199235f1..93033215e3844a1272c990318c76256552d6c487 100644 --- a/python-zipp.spec +++ b/python-zipp.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-zipp -Version: 3.4.1 +Version: 3.6.0 Release: 1 Summary: Backport of pathlib-compatible object wrapper for zip files License: MIT URL: https://github.com/jaraco/zipp -Source0: https://files.pythonhosted.org/packages/38/f9/4fa6df2753ded1bcc1ce2fdd8046f78bd240ff7647f5c9bcf547c0df77e3/zipp-3.4.1.tar.gz +Source0: https://files.pythonhosted.org/packages/source/z/zipp/zipp-%{version}.tar.gz BuildArch: noarch %description A pathlib-compatible Zipfile object wrapper. A backport of the Path object. @@ -57,6 +57,9 @@ pytest -k "not test_joinpath_constant_time" %doc README.rst %changelog +* Mon Dec 20 2021 shixuantong - 3.6.0-1 +- Upgrade to version 3.6.0 + * Mon Jul 19 2021 liusheng - 3.4.1-1 - Upgrade to version 3.4.1 diff --git a/zipp-3.4.1.tar.gz b/zipp-3.4.1.tar.gz deleted file mode 100644 index b6c12124ec6c9d0e8d9e75fc55f37553f6ddf202..0000000000000000000000000000000000000000 Binary files a/zipp-3.4.1.tar.gz and /dev/null differ diff --git a/zipp-3.6.0.tar.gz b/zipp-3.6.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..018d0db4d6f71f38fddfee44346933545c130a00 Binary files /dev/null and b/zipp-3.6.0.tar.gz differ