Hello community,
here is the log from the commit of package python-transip for
openSUSE:Leap:15.2 checked in at 2020-03-02 13:24:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-transip (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-transip.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-transip"
Mon Mar 2 13:24:11 2020 rev:15 rq:777232 version:2.0.0
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-transip/python-transip.changes
2020-01-15 15:53:53.867613532 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-transip.new.26092/python-transip.changes
2020-03-02 13:24:12.814500506 +0100
@@ -1,0 +2,10 @@
+Mon Apr 15 08:53:36 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- 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.guJPar/_old 2020-03-02 13:24:13.110501094 +0100
+++ /var/tmp/diff_new_pack.guJPar/_new 2020-03-02 13:24:13.110501094 +0100
@@ -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