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