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:
@@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 19 09:40:42 UTC 2022 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 11 05:56:49 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
Tue Jan 11 05:56:49 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@@ -19,14 +19,13 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-softlayer
|
Name: python-softlayer
|
||||||
Version: 5.9.8
|
Version: 6.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A set of Python libraries that assist in calling the SoftLayer API
|
Summary: A set of Python libraries that assist in calling the SoftLayer API
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/softlayer/softlayer-python
|
URL: https://github.com/softlayer/softlayer-python
|
||||||
Source: https://github.com/softlayer/softlayer-python/archive/v%{version}.tar.gz
|
Source: https://github.com/softlayer/softlayer-python/archive/v%{version}.tar.gz
|
||||||
BuildRequires: %{python_module click >= 7}
|
BuildRequires: %{python_module click >= 7}
|
||||||
BuildRequires: %{python_module mock}
|
|
||||||
BuildRequires: %{python_module prettytable >= 0.7.0}
|
BuildRequires: %{python_module prettytable >= 0.7.0}
|
||||||
BuildRequires: %{python_module prompt_toolkit >= 2}
|
BuildRequires: %{python_module prompt_toolkit >= 2}
|
||||||
BuildRequires: %{python_module pygments >= 2.0.0}
|
BuildRequires: %{python_module pygments >= 2.0.0}
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4231e6629eaffdd9adf7fc1076e30bd0580232a068f3963e73dec88cabb06ee5
|
|
||||||
size 489563
|
|
3
v6.0.2.tar.gz
Normal file
3
v6.0.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:866eb4451730c5436b77873c675913f4ba238f52e203bc6cbf5a0c9b56c2ae3d
|
||||||
|
size 496118
|
Reference in New Issue
Block a user