Upgrade version to 3.17.0

Signed-off-by: cherry530 <707078654@qq.com>
This commit is contained in:
cherry530 2023-12-11 11:11:24 +08:00
parent a480935762
commit 3aea364247
3 changed files with 7 additions and 5 deletions

View File

@ -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 <wangjunqi@kylinos.cn> - 3.15.0-2
- apply pyproject.toml

Binary file not shown.

BIN
zipp-3.17.0.tar.gz Normal file

Binary file not shown.