From da1dc4a45a61d68d5bbd4363f779c50ae8fb5affe9322365f2082175c0925841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 10 Sep 2019 10:49:45 +0000 Subject: [PATCH 1/2] - Update to 1.7.0: * support for purl OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=36 --- python-requests-mock.changes | 6 ++++++ python-requests-mock.spec | 5 +++-- requests-mock-1.6.0.tar.gz | 3 --- requests-mock-1.7.0.tar.gz | 3 +++ 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 requests-mock-1.6.0.tar.gz create mode 100644 requests-mock-1.7.0.tar.gz diff --git a/python-requests-mock.changes b/python-requests-mock.changes index 106919d..bb23041 100644 --- a/python-requests-mock.changes +++ b/python-requests-mock.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 10 10:49:05 UTC 2019 - Tomáš Chvátal + +- Update to 1.7.0: + * support for purl + ------------------------------------------------------------------- Fri Jun 7 11:54:36 UTC 2019 - Tomáš Chvátal diff --git a/python-requests-mock.spec b/python-requests-mock.spec index 5565c24..e821e78 100644 --- a/python-requests-mock.spec +++ b/python-requests-mock.spec @@ -18,17 +18,18 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-requests-mock -Version: 1.6.0 +Version: 1.7.0 Release: 0 Summary: Mock out responses from the requests package License: Apache-2.0 Group: Development/Languages/Python -URL: https://requests-mock.readthedocs.org/ +URL: https://github.com/jamielennox/requests-mock Source: https://files.pythonhosted.org/packages/source/r/requests-mock/requests-mock-%{version}.tar.gz BuildRequires: %{python_module fixtures} BuildRequires: %{python_module mock} BuildRequires: %{python_module pbr} BuildRequires: %{python_module purl} +BuildRequires: %{python_module purl} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests >= 2.3} BuildRequires: %{python_module rpm-macros} diff --git a/requests-mock-1.6.0.tar.gz b/requests-mock-1.6.0.tar.gz deleted file mode 100644 index 540180f..0000000 --- a/requests-mock-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12e17c7ad1397fd1df5ead7727eb3f1bdc9fe1c18293b0492e0e01b57997e38d -size 50766 diff --git a/requests-mock-1.7.0.tar.gz b/requests-mock-1.7.0.tar.gz new file mode 100644 index 0000000..1c4936a --- /dev/null +++ b/requests-mock-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88d3402dd8b3c69a9e4f9d3a73ad11b15920c6efd36bc27bf1f701cf4a8e4646 +size 51705 From 9c6c301856c26cdfeef082ebaac4b0baa0b81a47622ce2c109121f140f446c5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 16 Sep 2019 07:32:26 +0000 Subject: [PATCH 2/2] Accepting request 731078 from home:jengelh:branches:devel:languages:python - Use noun phrsae in summary. OBS-URL: https://build.opensuse.org/request/show/731078 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=37 --- python-requests-mock.changes | 6 +++++- python-requests-mock.spec | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-requests-mock.changes b/python-requests-mock.changes index bb23041..ae1e1ba 100644 --- a/python-requests-mock.changes +++ b/python-requests-mock.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Sep 15 11:17:30 UTC 2019 - Jan Engelhardt + +- Use noun phrsae in summary. + ------------------------------------------------------------------- Tue Sep 10 10:49:05 UTC 2019 - Tomáš Chvátal @@ -166,4 +171,3 @@ Mon Feb 2 15:25:27 UTC 2015 - dmueller@suse.com Fri Sep 26 07:45:55 UTC 2014 - tbechtold@suse.com - Initial package - diff --git a/python-requests-mock.spec b/python-requests-mock.spec index e821e78..077720b 100644 --- a/python-requests-mock.spec +++ b/python-requests-mock.spec @@ -20,7 +20,7 @@ Name: python-requests-mock Version: 1.7.0 Release: 0 -Summary: Mock out responses from the requests package +Summary: Module to mock out responses from the requests package License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/jamielennox/requests-mock