forked from pool/python-softlayer
Accepting request 970728 from home:pgajdos:python
- version update to 6.0.2 ## [6.0.2] - 2022-03-30 * New Command slcli hardware|virtual monitoring by @caberos * When listing datacenters/pods, mark those that are closing soon. by @caberos ## [6.0.1] - 2022-03-11 * Replace the use of ptable with prettytable by @dvzrv * Bandwidth pool management by @caberos * Add id * Datacenter closure report by @allmightyspiff * fix to errors ## [5.9.9] - 2022-02-04 * Add loadbalancer timeout values #1576 * Add pricing date to slcli order preset-list #1578 * `slcli vlan create-options` add new feature on vlan #1572 * `slcli account bandwidth-pools` Bandwidth pool features #1579 - python-mock is not required for build OBS-URL: https://build.opensuse.org/request/show/970728 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-softlayer?expand=0&rev=25
This commit is contained in:
@@ -19,14 +19,13 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-softlayer
|
||||
Version: 5.9.8
|
||||
Version: 6.0.2
|
||||
Release: 0
|
||||
Summary: A set of Python libraries that assist in calling the SoftLayer API
|
||||
License: MIT
|
||||
URL: https://github.com/softlayer/softlayer-python
|
||||
Source: https://github.com/softlayer/softlayer-python/archive/v%{version}.tar.gz
|
||||
BuildRequires: %{python_module click >= 7}
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module prettytable >= 0.7.0}
|
||||
BuildRequires: %{python_module prompt_toolkit >= 2}
|
||||
BuildRequires: %{python_module pygments >= 2.0.0}
|
||||
|
Reference in New Issue
Block a user