forked from pool/python-softlayer
Accepting request 1008587 from devel:languages:python
- Update to 6.1.2: - Add status, create date and domain columns in slcli vs list command - New command: ipsec cancel - New command: subnet clear-route - Deprecate slcli hw guests - Remove real usersnames from test fixtrues - Fix tox request.get hangout issue - add vs user-access command - Update Help message for commands that take in multiple arguments - Error with slcli order item-list - deprecate sl autoscale - Unhandled error running a subcommand in slcli - Update to 6.1.1: - item-list fix - updating release job to actually publish to pypi - Update command - slcli object-storage endpoints - add the block volume-options command - add the file volume-options command - fixed issues where a message warned users about closing datacenter - Enable --format=raw and fixes table width - Update slcli hardware sensor - Improved successful response to command - slcli vs cancel - Fixed an issue with printing tables that contained empty items - Added a dependabot scanner - block|file volume-options improvements - Option create-options in commands hardware and dedicatedhost fixed - pip prod(deps): bump rich from 12.3.0 to 12.5.1 - block/file volume-options improvements 2 - New command ipsec order - block/file volume-options improvement 3 - Command slcli vlan create - displaying an error message - New Command: user device-access - Command slcli vlan edit accept that we do not send any parameters - Updated command - slcli vlan list - slcli block subnets-list command display an error message - add user remove-access command - Add Devices with Trunks to vlan detail - slcli hardware reflash-firmware command does not display success message - Fix bug with command - slcli cdn edit OBS-URL: https://build.opensuse.org/request/show/1008587 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-softlayer?expand=0&rev=16
This commit is contained in:
@@ -1,3 +1,53 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 6 06:15:44 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Update to 6.1.2:
|
||||||
|
- Add status, create date and domain columns in slcli vs list
|
||||||
|
command
|
||||||
|
- New command: ipsec cancel
|
||||||
|
- New command: subnet clear-route
|
||||||
|
- Deprecate slcli hw guests
|
||||||
|
- Remove real usersnames from test fixtrues
|
||||||
|
- Fix tox request.get hangout issue
|
||||||
|
- add vs user-access command
|
||||||
|
- Update Help message for commands that take in multiple
|
||||||
|
arguments
|
||||||
|
- Error with slcli order item-list
|
||||||
|
- deprecate sl autoscale
|
||||||
|
- Unhandled error running a subcommand in slcli
|
||||||
|
- Update to 6.1.1:
|
||||||
|
- item-list fix
|
||||||
|
- updating release job to actually publish to pypi
|
||||||
|
- Update command - slcli object-storage endpoints
|
||||||
|
- add the block volume-options command
|
||||||
|
- add the file volume-options command
|
||||||
|
- fixed issues where a message warned users about closing
|
||||||
|
datacenter
|
||||||
|
- Enable --format=raw and fixes table width
|
||||||
|
- Update slcli hardware sensor
|
||||||
|
- Improved successful response to command - slcli vs cancel
|
||||||
|
- Fixed an issue with printing tables that contained empty
|
||||||
|
items
|
||||||
|
- Added a dependabot scanner
|
||||||
|
- block|file volume-options improvements
|
||||||
|
- Option create-options in commands hardware and dedicatedhost
|
||||||
|
fixed
|
||||||
|
- pip prod(deps): bump rich from 12.3.0 to 12.5.1
|
||||||
|
- block/file volume-options improvements 2
|
||||||
|
- New command ipsec order
|
||||||
|
- block/file volume-options improvement 3
|
||||||
|
- Command slcli vlan create - displaying an error message
|
||||||
|
- New Command: user device-access
|
||||||
|
- Command slcli vlan edit accept that we do not send any
|
||||||
|
parameters
|
||||||
|
- Updated command - slcli vlan list
|
||||||
|
- slcli block subnets-list command display an error message
|
||||||
|
- add user remove-access command
|
||||||
|
- Add Devices with Trunks to vlan detail
|
||||||
|
- slcli hardware reflash-firmware command does not display
|
||||||
|
success message
|
||||||
|
- Fix bug with command - slcli cdn edit
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 7 08:49:06 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Thu Jul 7 08:49:06 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
%{?!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: 6.1.0
|
Version: 6.1.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
|
||||||
@@ -31,7 +31,7 @@ BuildRequires: %{python_module prompt_toolkit >= 2}
|
|||||||
BuildRequires: %{python_module pygments >= 2.0.0}
|
BuildRequires: %{python_module pygments >= 2.0.0}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module requests >= 2.20.0}
|
BuildRequires: %{python_module requests >= 2.20.0}
|
||||||
BuildRequires: %{python_module rich >= 12.3.0}
|
BuildRequires: %{python_module rich >= 12.5.1}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module six >= 1.7.0}
|
BuildRequires: %{python_module six >= 1.7.0}
|
||||||
BuildRequires: %{python_module softlayer-zeep >= 5.0.0}
|
BuildRequires: %{python_module softlayer-zeep >= 5.0.0}
|
||||||
@@ -45,7 +45,7 @@ Requires: python-prettytable >= 2.5.0
|
|||||||
Requires: python-prompt_toolkit >= 2
|
Requires: python-prompt_toolkit >= 2
|
||||||
Requires: python-pygments >= 2.0.0
|
Requires: python-pygments >= 2.0.0
|
||||||
Requires: python-requests >= 2.20.0
|
Requires: python-requests >= 2.20.0
|
||||||
Requires: python-rich >= 12.3.0
|
Requires: python-rich >= 12.5.1
|
||||||
Requires: python-setuptools
|
Requires: python-setuptools
|
||||||
Requires: python-six >= 1.7.0
|
Requires: python-six >= 1.7.0
|
||||||
Requires: python-softlayer-zeep >= 5.0.0
|
Requires: python-softlayer-zeep >= 5.0.0
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:df6ef88640bc446c2364646c9af355d5951ae41a339abb63ce18a0a3946cf1d6
|
|
||||||
size 513838
|
|
3
v6.1.2.tar.gz
Normal file
3
v6.1.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0b2cceb6833bdb08aa9fedd928a87e8adf9d56033e5d6fab1df2637616a6fad2
|
||||||
|
size 519685
|
Reference in New Issue
Block a user