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