From 723b25fcd348ebf17c2f002e4696a7b20292f4283239832e87a164facdc4071d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 10 Apr 2019 06:28:41 +0000 Subject: [PATCH] Accepting request 692605 from home:pgajdos - version update to 5.7.1 * many changes, see CHANGELOG.md - run testsuite - package change log OBS-URL: https://build.opensuse.org/request/show/692605 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-softlayer?expand=0&rev=5 --- python-softlayer.changes | 8 ++++++++ python-softlayer.spec | 29 +++++++++++++++++++---------- v5.4.3.tar.gz | 3 --- v5.7.1.tar.gz | 3 +++ 4 files changed, 30 insertions(+), 13 deletions(-) delete mode 100644 v5.4.3.tar.gz create mode 100644 v5.7.1.tar.gz diff --git a/python-softlayer.changes b/python-softlayer.changes index c06e228..f69ba50 100644 --- a/python-softlayer.changes +++ b/python-softlayer.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Apr 9 13:07:50 UTC 2019 - pgajdos@suse.com + +- version update to 5.7.1 + * many changes, see CHANGELOG.md +- run testsuite +- package change log + ------------------------------------------------------------------- Fri May 11 20:24:15 UTC 2018 - toddrme2178@gmail.com diff --git a/python-softlayer.spec b/python-softlayer.spec index d08d24a..ed9700e 100644 --- a/python-softlayer.spec +++ b/python-softlayer.spec @@ -1,7 +1,7 @@ # # spec file for package python-softlayer # -# 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,31 +12,40 @@ # 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-softlayer -Version: 5.4.3 +Version: 5.7.1 Release: 0 Summary: A set of Python libraries that assist in calling the SoftLayer API License: MIT Group: Development/Languages/Python URL: https://github.com/softlayer/softlayer-python Source: https://github.com/softlayer/softlayer-python/archive/v%{version}.tar.gz +BuildRequires: %{python_module PrettyTable >= 0.7.0} BuildRequires: %{python_module click} BuildRequires: %{python_module mock} +BuildRequires: %{python_module prompt_toolkit >= 0.5.3} +BuildRequires: %{python_module pygments >= 2.0.0} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module requests} +BuildRequires: %{python_module requests >= 2.18.4} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six >= 1.6.1} +BuildRequires: %{python_module six >= 1.7.0} +BuildRequires: %{python_module testtools} +BuildRequires: %{python_module urllib3 >= 1.24} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-PrettyTable >= 0.7.0 Requires: python-click -Requires: python-requests +Requires: python-prompt_toolkit >= 0.5.3 +Requires: python-pygments >= 2.0.0 +Requires: python-requests >= 2.18.4 Requires: python-setuptools -Requires: python-six >= 1.6.1 +Requires: python-six >= 1.7.0 +Requires: python-urllib3 >= 1.24 %python_subpackages %description @@ -55,12 +64,12 @@ This library provides a simple Python client to interact with SoftLayer's XML-RP %python_expand %fdupes -s %{buildroot}%{$python_sitelib} %check -# Tests are self-importing and package needs to be installed -#%%python_exec -m pytest tests - +# https://github.com/softlayer/softlayer-python/issues/1095#issuecomment-481233467 +%pytest -k 'not test_setup_cancel' %files %{python_files} %license LICENSE +%doc *.md %{python_sitelib}/* %python3_only %{_bindir}/sl %python3_only %{_bindir}/slcli diff --git a/v5.4.3.tar.gz b/v5.4.3.tar.gz deleted file mode 100644 index 531c62b..0000000 --- a/v5.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58ba735539727cffcb80ab045f08dd3b6b4733efaece057f0ff4a8bb45b600c6 -size 297763 diff --git a/v5.7.1.tar.gz b/v5.7.1.tar.gz new file mode 100644 index 0000000..42de4a7 --- /dev/null +++ b/v5.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fbb7ff534ab519fa385970198736d28ec0805ecac593d1d759b684958a69e11 +size 349403