From e09ad73727e22cca38a5baa16ab976139ddb6a72214908ba107ad8d2f9dbf592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 15 Apr 2019 09:13:39 +0000 Subject: [PATCH] Accepting request 694182 from home:mcalabkova:branches:devel:languages:python - 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 OBS-URL: https://build.opensuse.org/request/show/694182 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-transip?expand=0&rev=8 --- 0.3.0.tar.gz | 3 --- python-transip.changes | 10 ++++++++++ python-transip.spec | 14 +++++++------- v2.0.0.tar.gz | 3 +++ 4 files changed, 20 insertions(+), 10 deletions(-) delete mode 100644 0.3.0.tar.gz create mode 100644 v2.0.0.tar.gz diff --git a/0.3.0.tar.gz b/0.3.0.tar.gz deleted file mode 100644 index ec4493a..0000000 --- a/0.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c61c7116684216047265300c09da1df52264567a5834bc194526ff3631a2050 -size 16081 diff --git a/python-transip.changes b/python-transip.changes index db7455d..6ea0db1 100644 --- a/python-transip.changes +++ b/python-transip.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Apr 15 08:53:36 UTC 2019 - Marketa Calabkova + +- 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 + ------------------------------------------------------------------- Mon Apr 16 14:45:10 UTC 2018 - jengelh@inai.de diff --git a/python-transip.spec b/python-transip.spec index 2c506b3..3965f83 100644 --- a/python-transip.spec +++ b/python-transip.spec @@ -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 @@ This library implements part of the TransIP API in Python. %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 diff --git a/v2.0.0.tar.gz b/v2.0.0.tar.gz new file mode 100644 index 0000000..a203129 --- /dev/null +++ b/v2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80d3e1ef0b4bf70b0472f50be4f0e0d1ce2cbd3aebb343472d68a3149959fbb0 +size 26303