commit python-transip for openSUSE:Factory

2020-05-19 Thread root
Hello community,

here is the log from the commit of package python-transip for openSUSE:Factory 
checked in at 2020-05-19 14:48:38

Comparing /work/SRC/openSUSE:Factory/python-transip (Old)
 and  /work/SRC/openSUSE:Factory/.python-transip.new.2738 (New)


Package is "python-transip"

Tue May 19 14:48:38 2020 rev:6 rq:806965 version:2.1.2

Changes:

--- /work/SRC/openSUSE:Factory/python-transip/python-transip.changes
2020-04-18 00:33:41.778458074 +0200
+++ /work/SRC/openSUSE:Factory/.python-transip.new.2738/python-transip.changes  
2020-05-19 14:48:39.640093558 +0200
@@ -1,0 +2,5 @@
+Mon May 18 09:10:35 UTC 2020 - Petr Gajdos 
+
+- %python3_only -> %python_alternative
+
+---



Other differences:
--
++ python-transip.spec ++
--- /var/tmp/diff_new_pack.uUnCgQ/_old  2020-05-19 14:48:40.380095198 +0200
+++ /var/tmp/diff_new_pack.uUnCgQ/_new  2020-05-19 14:48:40.384095207 +0200
@@ -37,6 +37,8 @@
 Requires:   python-requests
 Requires:   python-setuptools
 Requires:   python-suds-jurko
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 BuildArch:  noarch
 %python_subpackages
 
@@ -51,15 +53,22 @@
 
 %install
 %python_install
+%python_clone -a %{buildroot}%{_bindir}/transip-api
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 # testConstructor needs network connection
 %pytest -k 'not (test_constructor or testConstructor)'
 
+%post
+%python_install_alternative transip-api
+
+%postun
+%python_uninstall_alternative transip-api
+
 %files %{python_files}
 %license LICENSE
 %{python_sitelib}/*
-%python3_only %{_bindir}/transip-api
+%python_alternative %{_bindir}/transip-api
 
 %changelog




commit python-transip for openSUSE:Factory

2020-04-17 Thread root
Hello community,

here is the log from the commit of package python-transip for openSUSE:Factory 
checked in at 2020-04-18 00:32:28

Comparing /work/SRC/openSUSE:Factory/python-transip (Old)
 and  /work/SRC/openSUSE:Factory/.python-transip.new.2738 (New)


Package is "python-transip"

Sat Apr 18 00:32:28 2020 rev:5 rq:794884 version:2.1.2

Changes:

--- /work/SRC/openSUSE:Factory/python-transip/python-transip.changes
2020-03-25 23:49:54.836026641 +0100
+++ /work/SRC/openSUSE:Factory/.python-transip.new.2738/python-transip.changes  
2020-04-18 00:33:41.778458074 +0200
@@ -1,0 +2,7 @@
+Fri Apr 17 11:00:06 UTC 2020 - pgaj...@suse.com
+
+- version update to 2.1.2
+  * Fix --api-key CLI argument.
+  * Test on Python 3.7 & 3.8.
+
+---

Old:

  2.1.1.tar.gz

New:

  2.1.2.tar.gz



Other differences:
--
++ python-transip.spec ++
--- /var/tmp/diff_new_pack.z7Djh3/_old  2020-04-18 00:33:42.598459772 +0200
+++ /var/tmp/diff_new_pack.z7Djh3/_new  2020-04-18 00:33:42.598459772 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-transip
-Version:2.1.1
+Version:2.1.2
 Release:0
 Summary:TransIP API Connector
 License:MIT

++ 2.1.1.tar.gz -> 2.1.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transip-api-2.1.1/.travis.yml 
new/transip-api-2.1.2/.travis.yml
--- old/transip-api-2.1.1/.travis.yml   2020-03-15 22:16:41.0 +0100
+++ new/transip-api-2.1.2/.travis.yml   2020-03-29 15:27:50.0 +0200
@@ -1,8 +1,10 @@
-sudo: no
+sudo: false
 language: python
 cache: pip
 
 python:
+  - "3.8"
+  - "3.7"
   - "3.6"
   - "3.5"
   - "3.4"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transip-api-2.1.1/CHANGELOG.rst 
new/transip-api-2.1.2/CHANGELOG.rst
--- old/transip-api-2.1.1/CHANGELOG.rst 2020-03-15 22:16:41.0 +0100
+++ new/transip-api-2.1.2/CHANGELOG.rst 2020-03-29 15:27:50.0 +0200
@@ -5,6 +5,12 @@
 This document records all notable changes to `transip-api 
`_.
 This project adheres to `Semantic Versioning `_.
 
+`2.1.2`_ (2020-03-29)
+-
+
+* Fix --api-key CLI argument.
+* Test on Python 3.7 & 3.8.
+
 `2.1.1`_ (2020-03-15)
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transip-api-2.1.1/dev_requirements.txt 
new/transip-api-2.1.2/dev_requirements.txt
--- old/transip-api-2.1.1/dev_requirements.txt  2020-03-15 22:16:41.0 
+0100
+++ new/transip-api-2.1.2/dev_requirements.txt  2020-03-29 15:27:50.0 
+0200
@@ -8,5 +8,5 @@
 rsa
 # colorama dropped Python 3.4 in releases >= 0.4.2
 colorama==0.4.1
-pylint==1.9.2
+pylint==2.4.4
 -e .
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transip-api-2.1.1/setup.py 
new/transip-api-2.1.2/setup.py
--- old/transip-api-2.1.1/setup.py  2020-03-15 22:16:41.0 +0100
+++ new/transip-api-2.1.2/setup.py  2020-03-29 15:27:50.0 +0200
@@ -56,6 +56,8 @@
 'Programming Language :: Python :: 3.4',
 'Programming Language :: Python :: 3.5',
 'Programming Language :: Python :: 3.6',
+'Programming Language :: Python :: 3.7',
+'Programming Language :: Python :: 3.8',
 'Topic :: Utilities',
 ],
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transip-api-2.1.1/transip/__init__.py 
new/transip-api-2.1.2/transip/__init__.py
--- old/transip-api-2.1.1/transip/__init__.py   2020-03-15 22:16:41.0 
+0100
+++ new/transip-api-2.1.2/transip/__init__.py   2020-03-29 15:27:50.0 
+0200
@@ -6,4 +6,4 @@
 For usage of the API itself, please see https://www.transip.eu/transip/api/
 """
 
-__version__ = '2.1.1'
+__version__ = '2.1.2'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transip-api-2.1.1/transip/client.py 
new/transip-api-2.1.2/transip/client.py
--- old/transip-api-2.1.1/transip/client.py 2020-03-15 22:16:41.0 
+0100
+++ new/transip-api-2.1.2/transip/client.py 2020-03-29 15:27:50.0 
+0200
@@ -53,6 +53,7 @@
 
 return value
 
+
 class WSDLFixPlugin(DocumentPlugin):
 # pylint: disable=W0232
 """
@@ -66,7 +67,9 @@
 """
 context.document = context.document.replace(b'xsd:array', 
b'soapenc:Array')
 
+
 class Client(object):
+# pylint: disable=R0205
 """
 A client-base class, for other classes to base t

commit python-transip for openSUSE:Factory

2020-03-25 Thread root
Hello community,

here is the log from the commit of package python-transip for openSUSE:Factory 
checked in at 2020-03-25 23:47:45

Comparing /work/SRC/openSUSE:Factory/python-transip (Old)
 and  /work/SRC/openSUSE:Factory/.python-transip.new.3160 (New)


Package is "python-transip"

Wed Mar 25 23:47:45 2020 rev:4 rq:788268 version:2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-transip/python-transip.changes
2019-05-06 13:22:29.688684257 +0200
+++ /work/SRC/openSUSE:Factory/.python-transip.new.3160/python-transip.changes  
2020-03-25 23:49:54.836026641 +0100
@@ -1,0 +2,9 @@
+Wed Mar 25 15:11:57 UTC 2020 - pgaj...@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.
+
+---

Old:

  v2.0.0.tar.gz

New:

  2.1.1.tar.gz



Other differences:
--
++ python-transip.spec ++
--- /var/tmp/diff_new_pack.mYNY5z/_old  2020-03-25 23:49:55.756026398 +0100
+++ /var/tmp/diff_new_pack.mYNY5z/_new  2020-03-25 23:49:55.756026398 +0100
@@ -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:  python-rpm-macros
 Requires:   python-cryptography
 Requires:   python-requests
+Requires:   python-setuptools
 Requires:   python-suds-jurko
 BuildArch:  noarch
 %python_subpackages
@@ -54,7 +55,7 @@
 
 %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

++ v2.0.0.tar.gz -> 2.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transip-api-2.0.0/CHANGELOG.rst 
new/transip-api-2.1.1/CHANGELOG.rst
--- old/transip-api-2.0.0/CHANGELOG.rst 2019-03-17 15:42:42.0 +0100
+++ new/transip-api-2.1.1/CHANGELOG.rst 2020-03-15 22:16:41.0 +0100
@@ -5,6 +5,18 @@
 This document records all notable changes to `transip-api 
`_.
 This project adheres to `Semantic Versioning `_.
 
+`2.1.1`_ (2020-03-15)
+-
+
+* Fixed syntax problem in README.rst.
+
+`2.1.0`_ (2020-03-15)
+-
+
+* 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.
+
 `2.0.0`_ (2019-03-17)
 -
 
@@ -46,3 +58,5 @@
 .. _1.0.0: https://github.com/benkonrath/transip-api/compare/0.4.1...v1.0.0
 .. _1.0.1: https://github.com/benkonrath/transip-api/compare/v1.0.0...v1.0.1
 .. _2.0.0: https://github.com/benkonrath/transip-api/compare/v1.0.1...v2.0.0
+.. _2.1.0: https://github.com/benkonrath/transip-api/compare/v2.0.0...v2.1.0
+.. _2.1.1: https://github.com/benkonrath/transip-api/compare/v2.1.0...v2.1.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transip-api-2.0.0/README.rst 
new/transip-api-2.1.1/README.rst
--- old/transip-api-2.0.0/README.rst2019-03-17 15:42:42.0 +0100
+++ new/transip-api-2.1.1/README.rst2020-03-15 22:16:41.0 +0100
@@ -29,10 +29,11 @@
 Setup
 -
 
-.. code-block::
+You can get the library directly from PyPi:
 
-   $ python setup.py install
+.. code-block::
 
+$ pip install transip
 
 Example
 ---
@@ -1

commit python-transip for openSUSE:Factory

2019-05-06 Thread root
Hello community,

here is the log from the commit of package python-transip for openSUSE:Factory 
checked in at 2019-05-06 13:22:21

Comparing /work/SRC/openSUSE:Factory/python-transip (Old)
 and  /work/SRC/openSUSE:Factory/.python-transip.new.5148 (New)


Package is "python-transip"

Mon May  6 13:22:21 2019 rev:3 rq:694188 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-transip/python-transip.changes
2018-05-04 11:30:04.806488614 +0200
+++ /work/SRC/openSUSE:Factory/.python-transip.new.5148/python-transip.changes  
2019-05-06 13:22:29.688684257 +0200
@@ -1,0 +2,10 @@
+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
+
+---

Old:

  0.3.0.tar.gz

New:

  v2.0.0.tar.gz



Other differences:
--
++ python-transip.spec ++
--- /var/tmp/diff_new_pack.MmWERv/_old  2019-05-06 13:22:32.616690713 +0200
+++ /var/tmp/diff_new_pack.MmWERv/_new  2019-05-06 13:22:32.644690774 +0200
@@ -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




commit python-transip for openSUSE:Factory

2018-05-04 Thread root
Hello community,

here is the log from the commit of package python-transip for openSUSE:Factory 
checked in at 2018-05-04 11:29:59

Comparing /work/SRC/openSUSE:Factory/python-transip (Old)
 and  /work/SRC/openSUSE:Factory/.python-transip.new (New)


Package is "python-transip"

Fri May  4 11:29:59 2018 rev:2 rq:603211 version:0.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-transip/python-transip.changes
2018-04-24 15:32:07.936386764 +0200
+++ /work/SRC/openSUSE:Factory/.python-transip.new/python-transip.changes   
2018-05-04 11:30:04.806488614 +0200
@@ -1,0 +2,5 @@
+Mon Apr 16 14:45:10 UTC 2018 - jeng...@inai.de
+
+- Replace future wishes by present state.
+
+---



Other differences:
--
++ python-transip.spec ++
--- /var/tmp/diff_new_pack.DzRwC7/_old  2018-05-04 11:30:05.398466894 +0200
+++ /var/tmp/diff_new_pack.DzRwC7/_new  2018-05-04 11:30:05.402466748 +0200
@@ -40,7 +40,7 @@
 %python_subpackages
 
 %description
-This library aims to implement the TransIP API in Python.
+This library implements part of the TransIP API in Python.
 
 %prep
 %setup -q -n transip-api-%{version}