diff --git a/.python-pyrsistent.metadata b/.python-pyrsistent.metadata new file mode 100644 index 0000000..9a4c507 --- /dev/null +++ b/.python-pyrsistent.metadata @@ -0,0 +1 @@ +be4ada32a70b81ed90fd113a865072c80fb641a7 v0.17.3.tar.gz diff --git a/python-pyrsistent.spec b/python-pyrsistent.spec index cf86f8a..c37e914 100644 --- a/python-pyrsistent.spec +++ b/python-pyrsistent.spec @@ -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 - 0.17.3-8 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Mon Jun 14 2021 Miro HronĨok - 0.17.3-7 - Don't BuildRequire python3-hypothesis and exclude affected tests from %%check - Resolves: rhbz#1928125