14
0

- 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
This commit is contained in:
Tomáš Chvátal
2019-09-10 10:20:45 +00:00
committed by Git OBS Bridge
parent b106b1d5d6
commit 2207d44c08
4 changed files with 18 additions and 10 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Sep 10 10:15:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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

View File

@@ -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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:57d0402897d45a0174444de4ee008657b14dbb0f5de0e0d147d94341e01d99a5
size 364111

3
v5.8.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:92fa3dc543705d424b8dbdc8f8bb8d87e722d4eb2e51f264bd6814bcb6c5d5bf
size 384878