From 2207d44c08c9ef9403c5c0169c6ec1d6c1d3925ca7b5dd57b54bbd0cc847d7dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 10 Sep 2019 10:20:45 +0000 Subject: [PATCH] - Bump to 5.8.0: * use prompt_toolkit >= 2.0 * various tests/documentation improvements * Removed legacy loadbalancer command OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-softlayer?expand=0&rev=11 --- python-softlayer.changes | 8 ++++++++ python-softlayer.spec | 14 +++++++------- v5.7.2.tar.gz | 3 --- v5.8.0.tar.gz | 3 +++ 4 files changed, 18 insertions(+), 10 deletions(-) delete mode 100644 v5.7.2.tar.gz create mode 100644 v5.8.0.tar.gz diff --git a/python-softlayer.changes b/python-softlayer.changes index 7e4c058..fb214c4 100644 --- a/python-softlayer.changes +++ b/python-softlayer.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Sep 10 10:15:52 UTC 2019 - Tomáš Chvátal + +- Bump to 5.8.0: + * use prompt_toolkit >= 2.0 + * various tests/documentation improvements + * Removed legacy loadbalancer command + ------------------------------------------------------------------- Tue May 7 07:27:35 UTC 2019 - pgajdos@suse.com diff --git a/python-softlayer.spec b/python-softlayer.spec index 3712d05..ab85c1f 100644 --- a/python-softlayer.spec +++ b/python-softlayer.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-softlayer -Version: 5.7.2 +Version: 5.8.0 Release: 0 Summary: A set of Python libraries that assist in calling the SoftLayer API License: MIT @@ -28,10 +28,10 @@ Source: https://github.com/softlayer/softlayer-python/archive/v%{version 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 prompt_toolkit >= 2} BuildRequires: %{python_module pygments >= 2.0.0} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module requests >= 2.18.4} +BuildRequires: %{python_module requests >= 2.20.0} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six >= 1.7.0} BuildRequires: %{python_module testtools} @@ -40,9 +40,9 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-PrettyTable >= 0.7.0 Requires: python-click -Requires: python-prompt_toolkit >= 0.5.3 +Requires: python-prompt_toolkit >= 2 Requires: python-pygments >= 2.0.0 -Requires: python-requests >= 2.18.4 +Requires: python-requests >= 2.20.0 Requires: python-setuptools Requires: python-six >= 1.7.0 Requires: python-urllib3 >= 1.24 @@ -60,8 +60,8 @@ This library provides a simple Python client to interact with SoftLayer's XML-RP %install %python_install # do not install tests -%python_expand rm -rf %{buildroot}%{$python_sitelib}/tests/ -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand rm -r %{buildroot}%{$python_sitelib}/tests/ +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check %pytest diff --git a/v5.7.2.tar.gz b/v5.7.2.tar.gz deleted file mode 100644 index ab22a53..0000000 --- a/v5.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57d0402897d45a0174444de4ee008657b14dbb0f5de0e0d147d94341e01d99a5 -size 364111 diff --git a/v5.8.0.tar.gz b/v5.8.0.tar.gz new file mode 100644 index 0000000..e3b00d4 --- /dev/null +++ b/v5.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92fa3dc543705d424b8dbdc8f8bb8d87e722d4eb2e51f264bd6814bcb6c5d5bf +size 384878