Rebuilt for IMA sigs, glibc 2.34, aarch64 flags

This commit is contained in:
Mohan Boddu 2021-08-10 00:19:54 +00:00 committed by Stepan Oksanichenko
parent 8e0bc62aae
commit 787b91d552
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1 @@
be4ada32a70b81ed90fd113a865072c80fb641a7 v0.17.3.tar.gz

View File

@ -12,7 +12,7 @@ original structure is left untouched.}
Name: python-%{srcname}
Summary: Persistent/Functional/Immutable data structures
Version: 0.17.3
Release: 7%{?dist}
Release: 8%{?dist}
# The entire source is MIT, except pyrsistent/_toolz.py which is BSD.
License: MIT and BSD
@ -133,6 +133,10 @@ env PYTHONHASHSEED=0 %pytest --doctest-modules %{srcname}
%changelog
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.17.3-8
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Mon Jun 14 2021 Miro Hrončok <mhroncok@redhat.com> - 0.17.3-7
- Don't BuildRequire python3-hypothesis and exclude affected tests from %%check
- Resolves: rhbz#1928125