diff --git a/python-zipp.spec b/python-zipp.spec index e44226fa2f874d677a7773e622bacfaf5a2e5c5c..711fd51c28ff2f142af51fafee9ef9ee65024053 100644 --- a/python-zipp.spec +++ b/python-zipp.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-zipp -Version: 3.10.0 +Version: 3.11.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/8d/d7/1bd1e0a5bc95a27a6f5c4ee8066ddfc5b69a9ec8d39ab11a41a804ec8f0d/zipp-3.10.0.tar.gz +Source0: https://files.pythonhosted.org/packages/8e/b3/8b16a007184714f71157b1a71bbe632c5d66dd43bc8152b3c799b13881e1/zipp-3.11.0.tar.gz Patch0: 0001-add-setup.py.patch BuildArch: noarch @@ -67,6 +67,9 @@ pytest -k "not test_joinpath_constant_time" %doc README.rst %changelog +* Fri Dec 16 2022 liqiuyu - 3.11.0-1 +- Update package to version 3.11.0 + * Tue Nov 01 2022 wangjunqi - 3.10.0-1 - Update package to version 3.10.0 diff --git a/zipp-3.10.0.tar.gz b/zipp-3.10.0.tar.gz deleted file mode 100644 index 765a58049f02149fee297425144d88bc578d626d..0000000000000000000000000000000000000000 Binary files a/zipp-3.10.0.tar.gz and /dev/null differ diff --git a/zipp-3.11.0.tar.gz b/zipp-3.11.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..01b122f0eb78a42a5aaf4c0aae3620e630823138 Binary files /dev/null and b/zipp-3.11.0.tar.gz differ