15
0

Accepting request 694188 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/694188
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-transip?expand=0&rev=3
This commit is contained in:
2019-05-06 11:22:21 +00:00
committed by Git OBS Bridge
4 changed files with 20 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c61c7116684216047265300c09da1df52264567a5834bc194526ff3631a2050
size 16081

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Apr 15 08:53:36 UTC 2019 - Marketa Calabkova <mcalabkova@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
-------------------------------------------------------------------
Mon Apr 16 14:45:10 UTC 2018 - jengelh@inai.de

View File

@@ -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

3
v2.0.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80d3e1ef0b4bf70b0472f50be4f0e0d1ce2cbd3aebb343472d68a3149959fbb0
size 26303