From 02d538706654a51a0a080692a04c3aaf61803454f03fff9fae3fbf2635b4d568 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 8 Nov 2018 17:22:24 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=19 --- python-requests-mock.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/python-requests-mock.spec b/python-requests-mock.spec index ef38e2e..571fe2d 100644 --- a/python-requests-mock.spec +++ b/python-requests-mock.spec @@ -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