14
0

Accepting request 701227 from home:pgajdos

- version update to 5.7.2
  + #1107 Added exception to handle json parsing error when ordering
  + #1068 Support for -1 when changing port speed
  + #1109 Fixed docs about placement groups
  + #1112 File storage endurance iops upgrade
  + #1101 Handle the new user creation exceptions
  + #1116 Fix order place quantity option
  + #1002 Invoice commands
      * account invoices
      * account invoice-detail
      * account summary
  + #1004 Event Notification Management commands
      * account events
      * account event-detail
  + #1117 Two PCIe items can be added at order time
  + #1121 Fix object storage apiType for S3 and Swift.
  + #1100 Event Log performance improvements.
  + #872 column 'name' was renamed to 'hostname'
  + #1127 Fix object storage credentials.
  + #1129 Fixed unexpected errors in slcli subnet create
  + #1134 Change encrypt parameters for importing of images. Adds root-key-crn
  + #208 Quote ordering commands
      * order quote
      * order quote-detail
      * order quote-list
  + #1113 VS usage information command
      * virtual usage
  + #1131 made sure config_tests dont actually make api calls.
- deleted patches
  - python-softlayer-fix-teset_setup_cancel.patch (upstreamed)

OBS-URL: https://build.opensuse.org/request/show/701227
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-softlayer?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2019-05-07 07:37:14 +00:00
committed by Git OBS Bridge
parent 51a40222b1
commit b106b1d5d6
5 changed files with 38 additions and 26 deletions

View File

@@ -18,15 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-softlayer
Version: 5.7.1
Version: 5.7.2
Release: 0
Summary: A set of Python libraries that assist in calling the SoftLayer API
License: MIT
Group: Development/Languages/Python
URL: https://github.com/softlayer/softlayer-python
Source: https://github.com/softlayer/softlayer-python/archive/v%{version}.tar.gz
# fix https://github.com/softlayer/softlayer-python/issues/1095
Patch0: python-softlayer-fix-teset_setup_cancel.patch
BuildRequires: %{python_module PrettyTable >= 0.7.0}
BuildRequires: %{python_module click}
BuildRequires: %{python_module mock}
@@ -55,7 +53,6 @@ This library provides a simple Python client to interact with SoftLayer's XML-RP
%prep
%setup -q -n softlayer-python-%{version}
%patch0 -p1
%build
%python_build