Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 20:21:04 +02:00 committed by Miro Hrončok
commit 98cbcd0bb0

View file

@ -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 <python-maint@redhat.com> - 1.4.0-6
- Rebuilt for Python 3.11
* Fri Jan 28 2022 Steve Traylen <steve.traylen@cern.ch> 1.4.0-5
- Migrate tests to tox rhbz#2019409