diff --git a/python-httmock.spec b/python-httmock.spec index bf62fa2..930d74c 100644 --- a/python-httmock.spec +++ b/python-httmock.spec @@ -4,7 +4,7 @@ Name: python-%{pypi_name} Version: 1.4.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A mocking library for requests License: ASL 2.0 @@ -56,6 +56,9 @@ cp %{SOURCE1} . %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog +* Mon Jun 13 2022 Python Maint - 1.4.0-6 +- Rebuilt for Python 3.11 + * Fri Jan 28 2022 Steve Traylen 1.4.0-5 - Migrate tests to tox rhbz#2019409