diff --git a/2.1.1.tar.gz b/2.1.1.tar.gz new file mode 100644 index 0000000..28f04d5 --- /dev/null +++ b/2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583337a1815a614920b540eea60951806ec979acb232923baaa6c492999541d4 +size 26941 diff --git a/python-transip.changes b/python-transip.changes index 6ea0db1..2b4fc52 100644 --- a/python-transip.changes +++ b/python-transip.changes @@ -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 diff --git a/python-transip.spec b/python-transip.spec index 3965f83..2dd60f5 100644 --- a/python-transip.spec +++ b/python-transip.spec @@ -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 diff --git a/v2.0.0.tar.gz b/v2.0.0.tar.gz deleted file mode 100644 index a203129..0000000 --- a/v2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80d3e1ef0b4bf70b0472f50be4f0e0d1ce2cbd3aebb343472d68a3149959fbb0 -size 26303