Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 17:12:30 +02:00 committed by Tomáš Hrnčiar
parent bfa174f3f3
commit 17167208f1

View File

@ -1,9 +1,8 @@
%global _without_tests 1
%bcond_without tests
Name: python-mock
Version: 4.0.3
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Deprecated, use unittest.mock from the standard library instead
License: BSD
@ -74,6 +73,9 @@ https://fedoraproject.org/wiki/Changes/DeprecatePythonMock
%changelog
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 4.0.3-4
- Rebuilt for Python 3.11
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 4.0.3-3
- Bootstrap for Python 3.11