Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-hetzner for openSUSE:Factory 
checked in at 2021-06-01 10:35:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-hetzner (Old)
 and      /work/SRC/openSUSE:Factory/.python-hetzner.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-hetzner"

Tue Jun  1 10:35:02 2021 rev:5 rq:895176 version:0.8.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-hetzner/python-hetzner.changes    
2020-05-26 17:49:50.679949497 +0200
+++ /work/SRC/openSUSE:Factory/.python-hetzner.new.1898/python-hetzner.changes  
2021-06-01 10:35:29.764612251 +0200
@@ -1,0 +2,7 @@
+Mon May 24 12:53:47 UTC 2021 - [email protected]
+
+- version update to 0.8.3
+  * Remove fields that have been removed from Hetzner Server API
+- %check: user %pyunittest rpm macro
+
+-------------------------------------------------------------------

Old:
----
  python-hetzner-0.8.2.tar.gz

New:
----
  python-hetzner-0.8.3.tar.gz

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

Other differences:
------------------
++++++ python-hetzner.spec ++++++
--- /var/tmp/diff_new_pack.MUp8R4/_old  2021-06-01 10:35:30.240613061 +0200
+++ /var/tmp/diff_new_pack.MUp8R4/_new  2021-06-01 10:35:30.244613067 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-hetzner
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2018, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-hetzner
-Version:        0.8.2
+Version:        0.8.3
 Release:        0
 Summary:        High level access to the Hetzner robot
 License:        BSD-2-Clause
@@ -30,7 +30,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 BuildArch:      noarch
 %python_subpackages
 
@@ -49,7 +49,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py test
+%pyunittest discover -v hetzner/tests
 
 %post
 %python_install_alternative hetznerctl

++++++ python-hetzner-0.8.2.tar.gz -> python-hetzner-0.8.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hetzner-0.8.2/hetzner/server.py 
new/hetzner-0.8.3/hetzner/server.py
--- old/hetzner-0.8.2/hetzner/server.py 2019-05-27 19:10:15.000000000 +0200
+++ new/hetzner-0.8.3/hetzner/server.py 2021-01-11 19:31:43.000000000 +0100
@@ -441,9 +441,7 @@
         self.product = data['product']
         self.datacenter = data['dc']
         self.traffic = data['traffic']
-        self.flatrate = data['flatrate']
         self.status = data['status']
-        self.throttled = data['throttled']
         self.cancelled = data['cancelled']
         self.paid_until = datetime.strptime(data['paid_until'], '%Y-%m-%d')
         self.is_vserver = self.product.startswith('VQ')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hetzner-0.8.2/hetznerctl new/hetzner-0.8.3/hetznerctl
--- old/hetzner-0.8.2/hetznerctl        2019-05-27 19:10:15.000000000 +0200
+++ new/hetzner-0.8.3/hetznerctl        2021-01-11 19:31:43.000000000 +0100
@@ -162,9 +162,7 @@
             ("Product", server.product),
             ("Data center", server.datacenter),
             ("Traffic", server.traffic),
-            ("Flatrate", server.flatrate),
             ("Status", server.status),
-            ("Throttled", server.throttled),
             ("Cancelled", server.cancelled),
             ("Paid until", server.paid_until),
         ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hetzner-0.8.2/setup.py new/hetzner-0.8.3/setup.py
--- old/hetzner-0.8.2/setup.py  2019-05-27 19:10:15.000000000 +0200
+++ new/hetzner-0.8.3/setup.py  2021-01-11 19:31:43.000000000 +0100
@@ -32,7 +32,7 @@
 
 
 setup(name='hetzner',
-      version='0.8.2',
+      version='0.8.3',
       description='High level access to the Hetzner robot',
       url='https://github.com/aszlig/hetzner',
       author='aszlig',

Reply via email to