From 651feb7a20af457ae528bdeaccd18205fac0a03d62c91508b33e1b89ebda2a4f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 10 Jun 2017 07:49:07 +0000 Subject: [PATCH 1/2] - update to 1.3.0: * Add a releasenote for additional_matcher * Add documentation for the exception response * Fix occurences of `adatper` * Type check the empty string when creating repsonse * Allow arbirtrary matcher to be add to match OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=14 --- python-requests-mock.changes | 10 ++++++++++ python-requests-mock.spec | 2 +- requests-mock-1.2.0.tar.gz | 3 --- requests-mock-1.3.0.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 requests-mock-1.2.0.tar.gz create mode 100644 requests-mock-1.3.0.tar.gz diff --git a/python-requests-mock.changes b/python-requests-mock.changes index 5ca4451..c7894f8 100644 --- a/python-requests-mock.changes +++ b/python-requests-mock.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Jun 10 07:47:41 UTC 2017 - dmueller@suse.com + +- update to 1.3.0: + * Add a releasenote for additional_matcher + * Add documentation for the exception response + * Fix occurences of `adatper` + * Type check the empty string when creating repsonse + * Allow arbirtrary matcher to be add to match + ------------------------------------------------------------------- Thu May 25 15:22:58 UTC 2017 - sebix+novell.com@sebix.at diff --git a/python-requests-mock.spec b/python-requests-mock.spec index 47782e6..f97b5df 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.2.0 +Version: 1.3.0 Release: 0 Summary: Mock out responses from the requests package License: Apache-2.0 diff --git a/requests-mock-1.2.0.tar.gz b/requests-mock-1.2.0.tar.gz deleted file mode 100644 index 682bd05..0000000 --- a/requests-mock-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c89d8db3a5ddbce6121bdeb665891ca27bb37d18bbadd96c6c11fb472f07df1 -size 40219 diff --git a/requests-mock-1.3.0.tar.gz b/requests-mock-1.3.0.tar.gz new file mode 100644 index 0000000..8b46d18 --- /dev/null +++ b/requests-mock-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd86970d6c52cc97071f5185aa594de6a997a5ca63b3bb36aceb9bb9db49294b +size 42399 From c01ec2a74a860c2a35732a5086704d26c541b884811fc47da6d6cfad9eacec75 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 14 Jun 2017 16:37:25 +0000 Subject: [PATCH 2/2] - fix build for SLE12 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=15 --- python-requests-mock.changes | 5 +++++ python-requests-mock.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-requests-mock.changes b/python-requests-mock.changes index c7894f8..5921e95 100644 --- a/python-requests-mock.changes +++ b/python-requests-mock.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 14 16:37:14 UTC 2017 - dmueller@suse.com + +- fix build for SLE12 + ------------------------------------------------------------------- Sat Jun 10 07:47:41 UTC 2017 - dmueller@suse.com diff --git a/python-requests-mock.spec b/python-requests-mock.spec index f97b5df..dfd898c 100644 --- a/python-requests-mock.spec +++ b/python-requests-mock.spec @@ -37,10 +37,10 @@ BuildRequires: %{python_module six} BuildRequires: %{python_module testrepository >= 0.0.18} BuildRequires: %{python_module testtools} BuildRequires: fdupes -BuildRequires: python3-dbm Requires: python-requests >= 1.1 Requires: python-six %ifpython3 +BuildRequires: python3-dbm Requires: python3-dbm %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build