From 50b0dadd2730787b39fc68c9ef22061b20859dc8 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Fri, 16 Apr 2021 04:39:54 +0000 Subject: [PATCH] - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 Signed-off-by: Mohan Boddu --- python-pyrsistent.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pyrsistent.spec b/python-pyrsistent.spec index 55eedc6..131cb8d 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: 5%{?dist} +Release: 6%{?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 Apr 16 2021 Mohan Boddu - 0.17.3-6 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + * Fri Feb 19 2021 Benjamin A. Beasley - 0.17.3-5 - Parallelize Sphinx documentation build