Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/python-mock.git#0e351582ab5cc9ef6f6f9646be7ae779e0619043
This commit is contained in:
parent
12ed3d23c1
commit
ab7c7a7dd3
@ -8,7 +8,7 @@
|
||||
|
||||
Name: python-mock
|
||||
Version: 3.0.5
|
||||
Release: 11%{?dist}
|
||||
Release: 12%{?dist}
|
||||
Summary: A Python Mocking and Patching Library for Testing
|
||||
|
||||
License: BSD
|
||||
@ -21,6 +21,7 @@ BuildRequires: python%{python3_pkgversion}-devel
|
||||
BuildRequires: python%{python3_pkgversion}-setuptools
|
||||
%if %{with tests}
|
||||
BuildRequires: python%{python3_pkgversion}-pytest
|
||||
BuildRequires: python%{python3_pkgversion}-six
|
||||
%endif
|
||||
|
||||
|
||||
@ -69,6 +70,9 @@ needed attributes in the normal way.
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Dec 07 2020 Miro Hrončok <mhroncok@redhat.com> - 3.0.5-12
|
||||
- BuildRequire six to fix a build failure
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.5-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user