Hello community,

here is the log from the commit of package python-transip for openSUSE:Factory 
checked in at 2019-05-06 13:22:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-transip (Old)
 and      /work/SRC/openSUSE:Factory/.python-transip.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-transip"

Mon May  6 13:22:21 2019 rev:3 rq:694188 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-transip/python-transip.changes    
2018-05-04 11:30:04.806488614 +0200
+++ /work/SRC/openSUSE:Factory/.python-transip.new.5148/python-transip.changes  
2019-05-06 13:22:29.688684257 +0200
@@ -1,0 +2,10 @@
+Mon Apr 15 08:53:36 UTC 2019 - Marketa Calabkova <mcalabk...@suse.com>
+
+- update to version 2.0.0
+  * Fixed ordering VPS
+  * Added option to clone VPS
+  * Added availability zones for VPS
+  * Added option to specify private key directly
+  * Changed default cryptography library from rsa to cryptography
+
+-------------------------------------------------------------------

Old:
----
  0.3.0.tar.gz

New:
----
  v2.0.0.tar.gz

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

Other differences:
------------------
++++++ python-transip.spec ++++++
--- /var/tmp/diff_new_pack.MmWERv/_old  2019-05-06 13:22:32.616690713 +0200
+++ /var/tmp/diff_new_pack.MmWERv/_new  2019-05-06 13:22:32.644690774 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-transip
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,29 +12,29 @@
 # 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-transip
-Version:        0.3.0
+Version:        2.0.0
 Release:        0
 Summary:        TransIP API Connector
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/benkonrath/transip-api
-Source:         
https://github.com/benkonrath/transip-api/archive/%{version}.tar.gz
+Source:         
https://github.com/benkonrath/transip-api/archive/v%{version}.tar.gz
+BuildRequires:  %{python_module cryptography}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module requests}
-BuildRequires:  %{python_module rsa}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module suds-jurko}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       python-cryptography
 Requires:       python-requests
-Requires:       python-rsa
 Requires:       python-suds-jurko
 BuildArch:      noarch
 %python_subpackages
@@ -54,7 +54,7 @@
 
 %check
 # testConstructor needs network connection
-%python_expand nosetests-%{$python_bin_suffix} -e "testConstructor"
+%python_expand nosetests-%{$python_bin_suffix} -e "test_constructor" -e 
"testConstructor"
 
 %files %{python_files}
 %license LICENSE


Reply via email to