OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=19
This commit is contained in:
parent
999f5d0196
commit
02d5387066
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user