Hello community,

here is the log from the commit of package python-pypuppetdb for 
openSUSE:Factory checked in at 2020-08-14 13:10:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pypuppetdb (Old)
 and      /work/SRC/openSUSE:Factory/.python-pypuppetdb.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pypuppetdb"

Fri Aug 14 13:10:34 2020 rev:6 rq:824847 version:2.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pypuppetdb/python-pypuppetdb.changes      
2020-03-23 12:50:47.311965006 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pypuppetdb.new.3399/python-pypuppetdb.changes
    2020-08-14 13:10:44.293242406 +0200
@@ -1,0 +2,7 @@
+Fri Aug  7 09:18:21 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- Update to 2.2.0
+  * Loosen requirements and drop six
+- Drop loosen-requirements.patch
+
+-------------------------------------------------------------------

Old:
----
  loosen-requirements.patch
  v2.1.0.tar.gz

New:
----
  v2.2.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pypuppetdb.spec ++++++
--- /var/tmp/diff_new_pack.b56MFx/_old  2020-08-14 13:10:48.449243990 +0200
+++ /var/tmp/diff_new_pack.b56MFx/_new  2020-08-14 13:10:48.453243991 +0200
@@ -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 @@
 
 %prep
 %setup -q -n pypuppetdb-%{version}
-%patch0 -p1
 
 %build
 %python_build

++++++ v2.1.0.tar.gz -> v2.2.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pypuppetdb-2.1.0/CHANGELOG.rst 
new/pypuppetdb-2.2.0/CHANGELOG.rst
--- old/pypuppetdb-2.1.0/CHANGELOG.rst  2020-03-20 14:05:40.000000000 +0100
+++ new/pypuppetdb-2.2.0/CHANGELOG.rst  2020-06-07 20:47:03.000000000 +0200
@@ -2,8 +2,14 @@
 Changelog
 #########
 
+2.2.0
+=====
+
+* Loosen requirements and drop six
+
 2.1.0
 =====
+
 * Bugfix: Fixed `metric()` function to query the new v2 endpoint based on 
Jolokia (https://jolokia.org/reference/html/protocol.html)
 * Added a new parameter `metric_api_version` to the `BaseAPI()` constructor 
that allows
   changing the version of the `metric` API being queried. Valid values are 
`'v1'` for
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pypuppetdb-2.1.0/python-pypuppetdb.spec 
new/pypuppetdb-2.2.0/python-pypuppetdb.spec
--- old/pypuppetdb-2.1.0/python-pypuppetdb.spec 2020-03-20 14:05:40.000000000 
+0100
+++ new/pypuppetdb-2.2.0/python-pypuppetdb.spec 2020-06-07 20:47:03.000000000 
+0200
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-pypuppetdb
-Version:        2.1.0
+Version:        2.2.0
 Release:        2%{?dist}
 Summary:        A Python puppetdb API
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pypuppetdb-2.1.0/requirements.txt 
new/pypuppetdb-2.2.0/requirements.txt
--- old/pypuppetdb-2.1.0/requirements.txt       2020-03-20 14:05:40.000000000 
+0100
+++ new/pypuppetdb-2.2.0/requirements.txt       2020-06-07 20:47:03.000000000 
+0200
@@ -1,2 +1 @@
-requests==2.22.0
-six==1.13.0
+requests>=2.22.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pypuppetdb-2.1.0/version new/pypuppetdb-2.2.0/version
--- old/pypuppetdb-2.1.0/version        2020-03-20 14:05:40.000000000 +0100
+++ new/pypuppetdb-2.2.0/version        2020-06-07 20:47:03.000000000 +0200
@@ -1 +1 @@
-2.1.0
+2.2.0


Reply via email to