Todd R 2018-11-08 17:22:24 +00:00 committed by Git OBS Bridge
parent 999f5d0196
commit 02d5387066

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-requests-mock
Version: 1.4.0
Version: 1.5.2
Release: 0
Summary: Mock out responses from the requests package
License: Apache-2.0
@ -43,7 +43,6 @@ Requires: python-six
BuildRequires: python3-dbm
Requires: python3-dbm
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
@ -74,8 +73,8 @@ testr run --parallel
%endif
%files %{python_files}
%defattr(-,root,root,-)
%doc AUTHORS README.rst LICENSE ChangeLog
%doc AUTHORS README.rst ChangeLog
%license LICENSE
%{python_sitelib}/*
%changelog