14
0

- Update to 6.2.6:

* Added feature to iter_call to force a orderBy filter
  * Fixed an issues with search command.
  * Added --owner, --public_ip and --private_ip search fields for hardware
    list
  * Added get_total_items to SoftLayerListResult.
  * Fixed invalid filter in vs migrate preventing guest list from being
    properly shown.
  * Sums up child items in invoices-detail
  * Updated vlan masks to fix id/number fields not being retrieved properly
  * Added x509 certificate support to cli
  * Added vpn status to user list.
  * Fixed a bug when displaying empty tables.
  * Added more error handling around table output
  * Reworked user permissions list to include permissions
  * More efficient created_by
  * Fixed a bug in the config parser
  * Fixed an issue with confirmation not handling uppercase ids
  * Removed requirements in volume-modify commands
  * Marked --crt and --key as required for slcli ssl add
  * Added network flag to update-firmware
  * Added detect-secrets workflow
  * Added support for python 3.12
  * Adding support for internal styles of authentication
- Add patch support-click-8.2.patch:
  * Support changes that Click 8.2 made.
- Switch to pyproject macros.
- No more greedy globs in %files.
- Package should be noarch.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-softlayer?expand=0&rev=41
This commit is contained in:
2025-05-22 13:48:15 +00:00
committed by Git OBS Bridge
parent 3d022aab98
commit 7e742d7a13
5 changed files with 76 additions and 14 deletions

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
Thu May 22 13:47:48 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 6.2.6:
* Added feature to iter_call to force a orderBy filter
* Fixed an issues with search command.
* Added --owner, --public_ip and --private_ip search fields for hardware
list
* Added get_total_items to SoftLayerListResult.
* Fixed invalid filter in vs migrate preventing guest list from being
properly shown.
* Sums up child items in invoices-detail
* Updated vlan masks to fix id/number fields not being retrieved properly
* Added x509 certificate support to cli
* Added vpn status to user list.
* Fixed a bug when displaying empty tables.
* Added more error handling around table output
* Reworked user permissions list to include permissions
* More efficient created_by
* Fixed a bug in the config parser
* Fixed an issue with confirmation not handling uppercase ids
* Removed requirements in volume-modify commands
* Marked --crt and --key as required for slcli ssl add
* Added network flag to update-firmware
* Added detect-secrets workflow
* Added support for python 3.12
* Adding support for internal styles of authentication
- Add patch support-click-8.2.patch:
* Support changes that Click 8.2 made.
- Switch to pyproject macros.
- No more greedy globs in %files.
- Package should be noarch.
-------------------------------------------------------------------
Fri Dec 29 09:17:14 UTC 2023 - Dirk Müller <dmueller@suse.com>