diff --git a/python-jaraco-functools.spec b/python-jaraco-functools.spec index 85fe8c3..a8a3a5d 100644 --- a/python-jaraco-functools.spec +++ b/python-jaraco-functools.spec @@ -6,7 +6,7 @@ Name: python-%{pkg_name} Version: 3.5.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Functools like those found in stdlib License: MIT @@ -89,6 +89,9 @@ LANG=C.utf-8 %{__python3} -m pytest --ignore=build %endif %changelog +* Mon Jun 13 2022 Python Maint - 3.5.0-5 +- Rebuilt for Python 3.11 + * Thu Feb 10 2022 Miro HronĨok - 3.5.0-4 - Make the package installable again - Fixes: rhbz#2053060