diff --git a/python-zipp.spec b/python-zipp.spec index 10bc0dfcbd4bfba77f6f5aed28b1c0ae001ebce7..99f9aff0856502c572b580e37d06a8243e057153 100644 --- a/python-zipp.spec +++ b/python-zipp.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-zipp -Version: 3.15.0 -Release: 2 +Version: 3.17.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/00/27/f0ac6b846684cecce1ee93d32450c45ab607f65c2e0255f0092032d91f07/zipp-3.15.0.tar.gz +Source0: https://pypi.io/packages/source/z/zipp/zipp-%{version}.tar.gz BuildArch: noarch %description @@ -37,8 +37,7 @@ A pathlib-compatible Zipfile object wrapper. A backport of the Path object. %prep %autosetup -n zipp-%{version} # Skip tests that depend on jaraco.itertools -sed -i "/import jaraco.itertools/d" tests/test_zipp.py -sed -i "/func_timeout/d" tests/test_zipp.py +sed -i "/import jaraco.itertools/d" tests/test_path.py %build %pyproject_build @@ -66,6 +65,9 @@ pytest -k "not test_joinpath_constant_time" %{_docdir}/* %changelog +* Mon Sep 11 2023 xu_ping <707078654@qq.com> - 3.17.0-1 +- Upgrade version to 3.17.0 + * Wed Apr 26 2023 wangjunqi - 3.15.0-2 - apply pyproject.toml diff --git a/zipp-3.15.0.tar.gz b/zipp-3.15.0.tar.gz deleted file mode 100644 index 3ee659c89661991ed687dd58b39d3c27c18e7667..0000000000000000000000000000000000000000 Binary files a/zipp-3.15.0.tar.gz and /dev/null differ diff --git a/zipp-3.17.0.tar.gz b/zipp-3.17.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7a756c545b191aefc4b18e155478c7572fc6b896 Binary files /dev/null and b/zipp-3.17.0.tar.gz differ