Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-04 09:42:20 +02:00 committed by Miro Hrončok
parent 004c6d8986
commit 04c185dbc0

View File

@ -12,7 +12,7 @@ original structure is left untouched.}
Name: python-%{srcname} Name: python-%{srcname}
Summary: Persistent/Functional/Immutable data structures Summary: Persistent/Functional/Immutable data structures
Version: 0.17.3 Version: 0.17.3
Release: 6%{?dist} Release: 7%{?dist}
# The entire source is MIT, except pyrsistent/_toolz.py which is BSD. # The entire source is MIT, except pyrsistent/_toolz.py which is BSD.
License: MIT and BSD License: MIT and BSD
@ -132,6 +132,9 @@ env PYTHONHASHSEED=0 %pytest --doctest-modules %{srcname}
%changelog %changelog
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.17.3-7
- Rebuilt for Python 3.10
* Thu Mar 25 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.17.3-6 * Thu Mar 25 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.17.3-6
- Improved source URL (better tarball name) - Improved source URL (better tarball name)