forked from pool/python-softlayer
- 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-softlayer?expand=0&rev=29
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-softlayer
|
||||
Version: 6.1.0
|
||||
Version: 6.1.2
|
||||
Release: 0
|
||||
Summary: A set of Python libraries that assist in calling the SoftLayer API
|
||||
License: MIT
|
||||
@@ -31,7 +31,7 @@ BuildRequires: %{python_module prompt_toolkit >= 2}
|
||||
BuildRequires: %{python_module pygments >= 2.0.0}
|
||||
BuildRequires: %{python_module pytest}
|
||||
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 six >= 1.7.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-pygments >= 2.0.0
|
||||
Requires: python-requests >= 2.20.0
|
||||
Requires: python-rich >= 12.3.0
|
||||
Requires: python-rich >= 12.5.1
|
||||
Requires: python-setuptools
|
||||
Requires: python-six >= 1.7.0
|
||||
Requires: python-softlayer-zeep >= 5.0.0
|
||||
|
Reference in New Issue
Block a user