14
0

Accepting request 794225 from home:mcalabkova:branches:devel:languages:python

- update to 5.8.7
  * #1222 Get load balancer (LBaaS) by name
  * #1221 Added version checker
  * #1227 Updated unit test suite for TravisCI to run properly
  * #1225 Add note about using multiple colon symbols not working when setting tags.
  * #1228 Support ordering [Dependent Duplicate Volumes](https://cloud.ibm.com/docs/BlockStorage?topic=BlockStorage-dependentduplicate)
  * #1233 Refactored File/Block managers to reduce duplicated code.
  * #1231 Added Refresh functions for Dependent Duplicate Volumes
  * #801 Added support for JSON styled parameters and object filters
  * #1234 Added ability to change which datacenters an image template was stored in

OBS-URL: https://build.opensuse.org/request/show/794225
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-softlayer?expand=0&rev=15
This commit is contained in:
Tomáš Chvátal
2020-04-15 16:33:41 +00:00
committed by Git OBS Bridge
parent daecf6b1eb
commit 095b24ed20
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Apr 15 15:19:02 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 5.8.7
* #1222 Get load balancer (LBaaS) by name
* #1221 Added version checker
* #1227 Updated unit test suite for TravisCI to run properly
* #1225 Add note about using multiple colon symbols not working when setting tags.
* #1228 Support ordering [Dependent Duplicate Volumes](https://cloud.ibm.com/docs/BlockStorage?topic=BlockStorage-dependentduplicate)
* #1233 Refactored File/Block managers to reduce duplicated code.
* #1231 Added Refresh functions for Dependent Duplicate Volumes
* #801 Added support for JSON styled parameters and object filters
* #1234 Added ability to change which datacenters an image template was stored in
-------------------------------------------------------------------
Tue Mar 17 14:29:19 UTC 2020 - pgajdos@suse.com