Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-02 17:01:55 +02:00 committed by Miro Hrončok
parent 085fa8dc2f
commit 86fe059826

View File

@ -1,9 +1,8 @@
%global _without_tests 1
%bcond_without tests
Name: python-mock
Version: 3.0.5
Release: 15%{?dist}
Release: 16%{?dist}
Summary: Deprecated, use unittest.mock from the standard library instead
License: BSD
@ -70,6 +69,9 @@ https://fedoraproject.org/wiki/Changes/DeprecatePythonMock
%changelog
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 3.0.5-16
- Rebuilt for Python 3.10
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 3.0.5-15
- Bootstrap for Python 3.10