diff --git a/python-py.spec b/python-py.spec index d1c21d7..a45ae02 100644 --- a/python-py.spec +++ b/python-py.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 1.11.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Library with cross-python path, ini-parsing, io, code, log facilities License: MIT and Public Domain # main package: MIT, except: doc/style.css: Public Domain @@ -78,6 +78,9 @@ rm -rf %{buildroot}%{python3_sitelib}/py/_vendored_packages/*.{dist,egg}-info %changelog +* Mon Jun 13 2022 Python Maint - 1.11.0-4 +- Rebuilt for Python 3.11 + * Tue Feb 15 2022 Karolina Surma - 1.11.0-3 - Remove documentation from the package - Remove testing that requires very old pytest, use %%py3_check_import instead