From 04c185dbc0e23c4881efdfe75ab7c1abd4ae88f3 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 09:42:20 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-pyrsistent.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pyrsistent.spec b/python-pyrsistent.spec index 23d51ec..3f84171 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: 6%{?dist} +Release: 7%{?dist} # The entire source is MIT, except pyrsistent/_toolz.py which is BSD. License: MIT and BSD @@ -132,6 +132,9 @@ env PYTHONHASHSEED=0 %pytest --doctest-modules %{srcname} %changelog +* Fri Jun 04 2021 Python Maint - 0.17.3-7 +- Rebuilt for Python 3.10 + * Thu Mar 25 2021 Benjamin A. Beasley - 0.17.3-6 - Improved source URL (better tarball name)