diff --git a/python-responses.spec b/python-responses.spec index d563c0edc928d98265affd17fb96351aff0cb810..97f129fa4277860ad95c7d77fa661d57a0971844 100644 --- a/python-responses.spec +++ b/python-responses.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-responses -Version: 0.9.0 +Version: 0.10.15 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/67/cb/0a5390f7b8944cfa7e4079a839adba964d858d27a60af7b2683248148339/responses-0.9.0.tar.gz +Source0: https://files.pythonhosted.org/packages/6d/2a/abfa111b0184662ca473507fb24a1ff7e1cf395f774cc6acbd05f3b4dc3f/responses-0.10.15.tar.gz BuildArch: noarch %description A utility library for mocking out the requests Python library. @@ -19,6 +19,12 @@ BuildRequires: python3-setuptools BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel +# General requires +BuildRequires: python3-requests +BuildRequires: python3-six +# General requires +Requires: python3-requests +Requires: python3-six %description -n python3-responses A utility library for mocking out the requests Python library. @@ -71,5 +77,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 18 2021 OpenStack_SIG - 0.10.15-1 +- Upgrade package python3-responses to version 0.10.15 + * Wed Nov 17 2021 OpenStack_SIG - 0.9.0-1 - Init with version 0.9.0 to support Train diff --git a/responses-0.10.15.tar.gz b/responses-0.10.15.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a1b1656deb14a9dea8b1c973bfd3edff7d95037f Binary files /dev/null and b/responses-0.10.15.tar.gz differ diff --git a/responses-0.9.0.tar.gz b/responses-0.9.0.tar.gz deleted file mode 100644 index 35039fc066c4b796234d9241856ea0c4d0f9ccfe..0000000000000000000000000000000000000000 Binary files a/responses-0.9.0.tar.gz and /dev/null differ