Update to 3.10.0

epel9
Lumir Balhar 2 years ago
parent 98eac8c893
commit 086ac7d08b

@ -1,7 +1,7 @@
%global pypi_name zipp
Name: python-%{pypi_name}
Version: 3.9.1
Version: 3.10.0
Release: 1%{?dist}
Summary: Backport of pathlib-compatible object wrapper for zip files
@ -31,9 +31,9 @@ A pathlib-compatible Zipfile object wrapper. A backport of the Path object.
%prep
%autosetup -n %{pypi_name}-%{version}
# jaraco.itertools and func_timeout are not available in Fedora yet
sed -i "/import jaraco.itertools/d" test_zipp.py
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" test_zipp.py
sed -i "/func_timeout/d" tests/test_zipp.py
%generate_buildrequires
%pyproject_buildrequires -r
@ -54,6 +54,10 @@ sed -i "/func_timeout/d" test_zipp.py
%doc README.rst
%changelog
* Mon Oct 24 2022 Lumír Balhar <lbalhar@redhat.com> - 3.10.0-1
- Update to 3.10.0
Resolves: rhbz#2137172
* Mon Oct 24 2022 Lumír Balhar <lbalhar@redhat.com> - 3.9.1-1
- Update to 3.9.1
Resolves: rhbz#2137172

@ -1 +1 @@
SHA512 (zipp-3.9.1.tar.gz) = fd4968b74e98a654cfb815c8cf79fad4f051cca47a27871c49c0542db345c2faa97a7d6b6f17ccb42e0fe64ea34337cf5679e0f546324956f89124caccbb2da0
SHA512 (zipp-3.10.0.tar.gz) = 2e64b05eb0123eb3c3c87fbfe2da26721eb9e24142a43e794d04e5f86ab5fe4cf3e0e3e3497bfc9631ab61dd64226829772493f26e091a66148ddbdc5dfd8e51

Loading…
Cancel
Save