Rebuilt for Python 3.8
This commit is contained in:
parent
0559240c85
commit
7a39a2502c
@ -8,13 +8,13 @@
|
||||
%{!?python3_pkgversion:%global python3_pkgversion 3}
|
||||
|
||||
# When bootstrapping Python 3, mock is built before pytest
|
||||
%bcond_with tests
|
||||
%bcond_without tests
|
||||
|
||||
%global mod_name mock
|
||||
|
||||
Name: python-mock
|
||||
Version: 3.0.5
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: A Python Mocking and Patching Library for Testing
|
||||
|
||||
License: BSD
|
||||
@ -118,6 +118,9 @@ needed attributes in the normal way.
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 3.0.5-4
|
||||
- Rebuilt for Python 3.8
|
||||
|
||||
* Wed Aug 14 2019 Miro Hrončok <mhroncok@redhat.com> - 3.0.5-3
|
||||
- Bootstrap for Python 3.8
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user