!35 Upgrade version to 3.17.0

From: @cherry530 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-12-14 02:02:27 +00:00 committed by Gitee
commit 7d8105d551
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 5 deletions

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-zipp Name: python-zipp
Version: 3.15.0 Version: 3.17.0
Release: 2 Release: 1
Summary: Backport of pathlib-compatible object wrapper for zip files Summary: Backport of pathlib-compatible object wrapper for zip files
License: MIT License: MIT
URL: https://github.com/jaraco/zipp 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 BuildArch: noarch
%description %description
@ -37,8 +37,7 @@ A pathlib-compatible Zipfile object wrapper. A backport of the Path object.
%prep %prep
%autosetup -n zipp-%{version} %autosetup -n zipp-%{version}
# Skip tests that depend on jaraco.itertools # Skip tests that depend on jaraco.itertools
sed -i "/import jaraco.itertools/d" tests/test_zipp.py sed -i "/import jaraco.itertools/d" tests/test_path.py
sed -i "/func_timeout/d" tests/test_zipp.py
%build %build
%pyproject_build %pyproject_build
@ -66,6 +65,9 @@ pytest -k "not test_joinpath_constant_time"
%{_docdir}/* %{_docdir}/*
%changelog %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 * Wed Apr 26 2023 wangjunqi <wangjunqi@kylinos.cn> - 3.15.0-2
- apply pyproject.toml - apply pyproject.toml

Binary file not shown.

BIN
zipp-3.17.0.tar.gz Normal file

Binary file not shown.