From 72a921cfc5b7851d09b6fbb5e4599a474bfbca4a483855c8d841110fc90bf11d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 30 Nov 2020 16:16:42 +0000 Subject: [PATCH] Accepting request 851696 from home:ecsos:server - Update to 1.4.0: - No changelog from upstream. OBS-URL: https://build.opensuse.org/request/show/851696 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httmock?expand=0&rev=7 --- 1.3.0.tar.gz | 3 --- 1.4.0.tar.gz | 3 +++ python-httmock.changes | 6 ++++++ python-httmock.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 1.3.0.tar.gz create mode 100644 1.4.0.tar.gz diff --git a/1.3.0.tar.gz b/1.3.0.tar.gz deleted file mode 100644 index 58fc596..0000000 --- a/1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4716729f0d07f3f6043dde43545a5381c4c6031a62e9dc9eed21e73c63d86722 -size 6186 diff --git a/1.4.0.tar.gz b/1.4.0.tar.gz new file mode 100644 index 0000000..1209e90 --- /dev/null +++ b/1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f094f555fe5e17c82c102dcd9093f3a041f5457f8ac75829c17f32db362bf1 +size 6439 diff --git a/python-httmock.changes b/python-httmock.changes index 204b18e..ce74d86 100644 --- a/python-httmock.changes +++ b/python-httmock.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Nov 29 19:33:50 UTC 2020 - ecsos + +- Update to 1.4.0: + - No changelog from upstream. + ------------------------------------------------------------------- Mon Mar 4 13:29:03 UTC 2019 - Tomáš Chvátal diff --git a/python-httmock.spec b/python-httmock.spec index c01dff3..b061090 100644 --- a/python-httmock.spec +++ b/python-httmock.spec @@ -1,7 +1,7 @@ # # spec file for package python-httmock # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-httmock -Version: 1.3.0 +Version: 1.4.0 Release: 0 Summary: A mocking library for requests License: Apache-2.0 Group: Development/Languages/Python -Url: https://github.com/patrys/httmock +URL: https://github.com/patrys/httmock Source: https://github.com/patrys/httmock/archive/%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes