Update to 3.13.0 (rhbz#2168671)

epel9
Lumir Balhar 2 years ago
parent 290f0544c7
commit 2da7242320

@ -1,7 +1,7 @@
%global pypi_name zipp
Name: python-%{pypi_name}
Version: 3.12.1
Version: 3.13.0
Release: 1%{?dist}
Summary: Backport of pathlib-compatible object wrapper for zip files
@ -32,8 +32,6 @@ A pathlib-compatible Zipfile object wrapper. A backport of the Path object.
%autosetup -n %{pypi_name}-%{version}
# jaraco.itertools and func_timeout are not available in Fedora yet
sed -i "/import jaraco.itertools/d" tests/test_zipp.py
# this sed removes two lines - one import and one decorator
sed -i "/func_timeout/d" tests/test_zipp.py
%generate_buildrequires
%pyproject_buildrequires -r
@ -54,6 +52,9 @@ sed -i "/func_timeout/d" tests/test_zipp.py
%doc README.rst
%changelog
* Fri Feb 10 2023 Lumír Balhar <lbalhar@redhat.com> - 3.13.0-1
- Update to 3.13.0 (rhbz#2168671)
* Thu Feb 09 2023 Lumír Balhar <lbalhar@redhat.com> - 3.12.1-1
- Update to 3.12.1 (rhbz#2167196)

@ -1 +1 @@
SHA512 (zipp-3.12.1.tar.gz) = 3a7aae6f377736711bfdb7667b40dc03b32cbb765aee2a36fb5848458469c175fd7fea5811d962b97a0779d63d39d0d42a59d7174db318fc6c32ff6bb58416c1
SHA512 (zipp-3.13.0.tar.gz) = 7fdcf4dcd4013a09a2ef77b203211919d6aa132f41dafe244ccd41dbb89b6268149a7eb8f8f2bc5ca08ed6e435cd1372361f267b49e3447dc90dc8d7340cd5ec

Loading…
Cancel
Save