diff --git a/python-requre.spec b/python-requre.spec index 0ec7596..3150ba0 100644 --- a/python-requre.spec +++ b/python-requre.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.8.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python library what allows re/store output of various objects for testing License: MIT @@ -57,6 +57,9 @@ rm -rf %{srcname}.egg-info %{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info %changelog +* Fri Jun 04 2021 Python Maint - 0.8.0-2 +- Rebuilt for Python 3.10 + * Fri May 07 2021 Packit Service - 0.8.0-1 - New decorators for handling temporary files (MkTemp) and directories (MkDTemp) in a more transparent way. - The old implementation based on static paths and counter has been deprecated.