Rebuilt for Python 3.9

This commit is contained in:
Miro Hrončok 2020-05-22 15:50:28 +02:00
parent 9cc15929d7
commit 6a4e8c9bfb

View File

@ -1,4 +1,3 @@
%global _without_tests 1
# keeping python3 subpackage as stdlib mock lives in a different namespace
# Some people may have not fixed their imports
@ -9,7 +8,7 @@
Name: python-mock
Version: 3.0.5
Release: 9%{?dist}
Release: 10%{?dist}
Summary: A Python Mocking and Patching Library for Testing
License: BSD
@ -70,6 +69,9 @@ needed attributes in the normal way.
%changelog
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 3.0.5-10
- Rebuilt for Python 3.9
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 3.0.5-9
- Bootstrap for Python 3.9