diff --git a/loosen-requirements.patch b/loosen-requirements.patch deleted file mode 100644 index 08d9113..0000000 --- a/loosen-requirements.patch +++ /dev/null @@ -1,8 +0,0 @@ -Index: pypuppetdb-2.0.0/requirements.txt -=================================================================== ---- pypuppetdb-2.0.0.orig/requirements.txt -+++ pypuppetdb-2.0.0/requirements.txt -@@ -1,2 +1 @@ --requests==2.22.0 --six==1.13.0 -+requests>=2.22.0 diff --git a/python-pypuppetdb.changes b/python-pypuppetdb.changes index 2e62ce9..cb64400 100644 --- a/python-pypuppetdb.changes +++ b/python-pypuppetdb.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Aug 7 09:18:21 UTC 2020 - Marketa Calabkova + +- Update to 2.2.0 + * Loosen requirements and drop six +- Drop loosen-requirements.patch + ------------------------------------------------------------------- Fri Mar 20 12:59:19 UTC 2020 - Marketa Calabkova diff --git a/python-pypuppetdb.spec b/python-pypuppetdb.spec index 6f647d4..94d8779 100644 --- a/python-pypuppetdb.spec +++ b/python-pypuppetdb.spec @@ -19,15 +19,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pypuppetdb -Version: 2.1.0 +Version: 2.2.0 Release: 0 Summary: Library to work with PuppetDB's REST API License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/nedap/pypuppetdb Source: https://github.com/voxpupuli/pypuppetdb/archive/v%{version}.tar.gz -# PATCH-FIX-OPENSUSE Fix requirements in generated egg-info -Patch0: loosen-requirements.patch BuildRequires: %{python_module httpretty >= 0.9.6} BuildRequires: %{python_module mock >= 1.0.1} BuildRequires: %{python_module pytest >= 3.0.1} @@ -46,7 +44,6 @@ More information: https://github.com/nedap/pypuppetdb %prep %setup -q -n pypuppetdb-%{version} -%patch0 -p1 %build %python_build diff --git a/v2.1.0.tar.gz b/v2.1.0.tar.gz deleted file mode 100644 index c031464..0000000 --- a/v2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5d28528af75b6a0b31d66454d71baf643c5978f5b477300ee225ed69829a734 -size 51398 diff --git a/v2.2.0.tar.gz b/v2.2.0.tar.gz new file mode 100644 index 0000000..326c994 --- /dev/null +++ b/v2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4433784fe6197b26354737cda757345e8069bc3e53bbd953dcc9c883ebbe556 +size 51409