diff --git a/python-responses.spec b/python-responses.spec index f7ac018..472b552 100644 --- a/python-responses.spec +++ b/python-responses.spec @@ -1,12 +1,11 @@ %global _empty_manifest_terminate_build 0 -%global __requires_exclude cookies Name: python-responses -Version: 0.12.1 +Version: 0.18.0 Release: 1 Summary: A utility library for mocking out the `requests` Python library. License: Apache-2.0 URL: https://github.com/getsentry/responses -Source0: https://files.pythonhosted.org/packages/88/98/bf9e777a482ac076a6d75fad7d62b064f535244bf1771c3b2a7d41fd5920/responses-0.12.1.tar.gz +Source0: https://files.pythonhosted.org/packages/03/a5/186653e51cb20fe3ac793403334d4d077fbb7bb18a9c5c2fce8304d5a2e2/responses-0.18.0.tar.gz BuildArch: noarch %description A utility library for mocking out the requests Python library. @@ -14,6 +13,7 @@ A utility library for mocking out the requests Python library. %package -n python3-responses Summary: A utility library for mocking out the `requests` Python library. Provides: python-responses +# Base build requires BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pbr @@ -37,14 +37,14 @@ Provides: python3-responses-doc A utility library for mocking out the requests Python library. %prep -%autosetup -n responses-0.12.1 +%autosetup -n responses-%{version} %build %py3_build - %install %py3_install + install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi @@ -74,10 +74,12 @@ mv %{buildroot}/doclist.lst . %files -n python3-responses -f filelist.lst %dir %{python3_sitelib}/* - %files help -f doclist.lst %{_docdir}/* %changelog +* Wed May 18 2022 OpenStack_SIG - 0.18.0-1 +- Upgrade package python3-responses to version 0.18.0 + * Mon Aug 09 2021 OpenStack_SIG - 0.12.1-1 - Package Spec generate diff --git a/responses-0.12.1.tar.gz b/responses-0.12.1.tar.gz deleted file mode 100644 index d184168..0000000 Binary files a/responses-0.12.1.tar.gz and /dev/null differ diff --git a/responses-0.18.0.tar.gz b/responses-0.18.0.tar.gz new file mode 100644 index 0000000..4861139 Binary files /dev/null and b/responses-0.18.0.tar.gz differ