Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 17:37:10 +02:00 committed by Tomáš Hrnčiar
parent 8ba25039db
commit ab794660c7

View File

@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 3.7.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Thin-wrapper around the mock package for easier use with py.test
License: MIT
@ -57,6 +57,9 @@ sed -i 's/\r$//' README.rst
%{python3_sitelib}/%{file_name}-%{version}-py%{python3_version}.egg-info/
%changelog
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 3.7.0-2
- Rebuilt for Python 3.11
* Wed Feb 23 2022 Fabian Affolter <mail@fabian-affolter.ch> - 3.7.0-1
- Update to latest upstream release 3.7.0 (closes rhbz#2047739)