From 4531cafe86e5de22e552d92d7d10002e928742986c6ffa6901ea8b5c79ac4903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 18 Mar 2020 08:43:29 +0000 Subject: [PATCH] Accepting request 786098 from home:mcalabkova:branches:devel:languages:python - Update to 0.2.8 * fix collections import warning OBS-URL: https://build.opensuse.org/request/show/786098 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pook?expand=0&rev=3 --- pook-0.2.6.tar.gz | 3 --- pook-0.2.8.tar.gz | 3 +++ python-pook.changes | 6 ++++++ python-pook.spec | 17 +++++++++-------- 4 files changed, 18 insertions(+), 11 deletions(-) delete mode 100644 pook-0.2.6.tar.gz create mode 100644 pook-0.2.8.tar.gz diff --git a/pook-0.2.6.tar.gz b/pook-0.2.6.tar.gz deleted file mode 100644 index 5015b39..0000000 --- a/pook-0.2.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2c13b245c1ff3b3b70ac4c3e969da3e818311b6b9b91a42b7657ffd0162727f -size 39488 diff --git a/pook-0.2.8.tar.gz b/pook-0.2.8.tar.gz new file mode 100644 index 0000000..447ea47 --- /dev/null +++ b/pook-0.2.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a46f5bf35176beb9348693751674dd614cd21c7dfed5cf57f0234eaabac20773 +size 39501 diff --git a/python-pook.changes b/python-pook.changes index c7f4d27..92ec282 100644 --- a/python-pook.changes +++ b/python-pook.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 18 08:39:21 UTC 2020 - Marketa Calabkova + +- Update to 0.2.8 + * fix collections import warning + ------------------------------------------------------------------- Fri Apr 19 12:04:31 PM UTC 2019 - John Vandenberg diff --git a/python-pook.spec b/python-pook.spec index 57c68f7..28be3b0 100644 --- a/python-pook.spec +++ b/python-pook.spec @@ -1,7 +1,7 @@ # # spec file for package python-pook # -# 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 @@ -12,30 +12,31 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pook -Version: 0.2.6 +Version: 0.2.8 Release: 0 -License: MIT Summary: HTTP traffic mocking and expectations -Url: https://github.com/h2non/pook +License: MIT Group: Development/Languages/Python +URL: https://github.com/h2non/pook Source: https://files.pythonhosted.org/packages/source/p/pook/pook-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module furl >= 0.5.6} BuildRequires: %{python_module jsonschema >= 2.5.1} -BuildRequires: %{python_module xmltodict >= 0.10.2} BuildRequires: %{python_module mocket >= 1.6.0} -BuildRequires: %{python_module nose >= 1.3.7} BuildRequires: %{python_module mock} +BuildRequires: %{python_module nose >= 1.3.7} BuildRequires: %{python_module pytest < 5} BuildRequires: %{python_module requests >= 2.20.0} BuildRequires: %{python_module urllib3 >= 1.19.1} +BuildRequires: %{python_module xmltodict >= 0.10.2} # /SECTION BuildRequires: fdupes Requires: python-furl >= 0.5.6