forked from pool/python-transip
Accepting request 788268 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/788268 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-transip?expand=0&rev=4
This commit is contained in:
3
2.1.1.tar.gz
Normal file
3
2.1.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:583337a1815a614920b540eea60951806ec979acb232923baaa6c492999541d4
|
||||
size 26941
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 25 15:11:57 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
- version update to 2.1.1
|
||||
* Fixed syntax problem in README.rst.
|
||||
* Added a workaround for backwards incompatible change in the TransIP SOAP API.
|
||||
* Fixed bug in `DomainService.get_info`.
|
||||
* Add `remove_dns_entries` and `add_dns_entries` functions on DomainService.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 15 08:53:36 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-transip
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,16 +18,16 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-transip
|
||||
Version: 2.0.0
|
||||
Version: 2.1.1
|
||||
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/v%{version}.tar.gz
|
||||
Source: https://github.com/benkonrath/transip-api/archive/%{version}.tar.gz
|
||||
BuildRequires: %{python_module cryptography}
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module nose}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module requests}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module suds-jurko}
|
||||
@@ -35,6 +35,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-cryptography
|
||||
Requires: python-requests
|
||||
Requires: python-setuptools
|
||||
Requires: python-suds-jurko
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
@@ -54,7 +55,7 @@ This library implements part of the TransIP API in Python.
|
||||
|
||||
%check
|
||||
# testConstructor needs network connection
|
||||
%python_expand nosetests-%{$python_bin_suffix} -e "test_constructor" -e "testConstructor"
|
||||
%pytest -k 'not (test_constructor or testConstructor)'
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:80d3e1ef0b4bf70b0472f50be4f0e0d1ce2cbd3aebb343472d68a3149959fbb0
|
||||
size 26303
|
||||
Reference in New Issue
Block a user