Accepting request 786100 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/786100 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pook?expand=0&rev=2
This commit is contained in:
commit
b5ab5adf23
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d2c13b245c1ff3b3b70ac4c3e969da3e818311b6b9b91a42b7657ffd0162727f
|
|
||||||
size 39488
|
|
3
pook-0.2.8.tar.gz
Normal file
3
pook-0.2.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a46f5bf35176beb9348693751674dd614cd21c7dfed5cf57f0234eaabac20773
|
||||||
|
size 39501
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 18 08:39:21 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.2.8
|
||||||
|
* fix collections import warning
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 19 12:04:31 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
Fri Apr 19 12:04:31 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pook
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pook
|
Name: python-pook
|
||||||
Version: 0.2.6
|
Version: 0.2.8
|
||||||
Release: 0
|
Release: 0
|
||||||
License: MIT
|
|
||||||
Summary: HTTP traffic mocking and expectations
|
Summary: HTTP traffic mocking and expectations
|
||||||
Url: https://github.com/h2non/pook
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
|
URL: https://github.com/h2non/pook
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pook/pook-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/pook/pook-%{version}.tar.gz
|
||||||
BuildRequires: python-rpm-macros
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module furl >= 0.5.6}
|
BuildRequires: %{python_module furl >= 0.5.6}
|
||||||
BuildRequires: %{python_module jsonschema >= 2.5.1}
|
BuildRequires: %{python_module jsonschema >= 2.5.1}
|
||||||
BuildRequires: %{python_module xmltodict >= 0.10.2}
|
|
||||||
BuildRequires: %{python_module mocket >= 1.6.0}
|
BuildRequires: %{python_module mocket >= 1.6.0}
|
||||||
BuildRequires: %{python_module nose >= 1.3.7}
|
|
||||||
BuildRequires: %{python_module mock}
|
BuildRequires: %{python_module mock}
|
||||||
|
BuildRequires: %{python_module nose >= 1.3.7}
|
||||||
BuildRequires: %{python_module pytest < 5}
|
BuildRequires: %{python_module pytest < 5}
|
||||||
BuildRequires: %{python_module requests >= 2.20.0}
|
BuildRequires: %{python_module requests >= 2.20.0}
|
||||||
BuildRequires: %{python_module urllib3 >= 1.19.1}
|
BuildRequires: %{python_module urllib3 >= 1.19.1}
|
||||||
|
BuildRequires: %{python_module xmltodict >= 0.10.2}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: python-furl >= 0.5.6
|
Requires: python-furl >= 0.5.6
|
||||||
|
Loading…
Reference in New Issue
Block a user