17
0

Accepting request 1303648 from home:glaubitz:branches:devel:languages:python

- Update to 6.2.7
  * Migrated away from using Vlan.primaryRouter to find a VLAN's datacenter
  * #2211 removed CDN commands and created a deprecated message for them
  * fixed an issue when placing an order doesn't find the correct datacenter
  * pip prod(deps): bump sphinx from 8.1.3 to 8.2.1
  * pip prod(deps): bump rich from 13.9.4 to 14.0.0
  * pip prod(deps): bump sphinx from 8.2.1 to 8.2.3
  * Improved employee auth to work better on dev servers
  * Update README-internal.md
  * Fixed tox errors
  * Support Click 8.2+
  * Support for NVMe Dual Raid card ordering
  * Removed IPSec VPN commands
  * Updated to v6.2.7
- Drop support-click-8.2.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/1303648
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-softlayer?expand=0&rev=43
This commit is contained in:
2025-09-10 16:08:10 +00:00
committed by Git OBS Bridge
parent fbd7907f2a
commit 7b28274de0
5 changed files with 24 additions and 35 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Sep 10 12:17:54 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 6.2.7
* Migrated away from using Vlan.primaryRouter to find a VLAN's datacenter
* #2211 removed CDN commands and created a deprecated message for them
* fixed an issue when placing an order doesn't find the correct datacenter
* pip prod(deps): bump sphinx from 8.1.3 to 8.2.1
* pip prod(deps): bump rich from 13.9.4 to 14.0.0
* pip prod(deps): bump sphinx from 8.2.1 to 8.2.3
* Improved employee auth to work better on dev servers
* Update README-internal.md
* Fixed tox errors
* Support Click 8.2+
* Support for NVMe Dual Raid card ordering
* Removed IPSec VPN commands
* Updated to v6.2.7
- Drop support-click-8.2.patch, merged upstream
-------------------------------------------------------------------
Thu May 22 13:47:48 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>