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

- Update to 2.16.0
  * The experimental phase for Storage Boxes is over,
    and Storage Boxes support is now generally available.
  * **servers**: allow setting user_data for rebuild (#627)
  * Storage Box support no longer experimental (#626)
- from version 2.15.0
  * add name to Storage Box Subaccount (#621)
- from version 2.14.0
  * retry requests when the api returns a `timeout` error (#617)

OBS-URL: https://build.opensuse.org/request/show/1330897
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hcloud?expand=0&rev=31
This commit is contained in:
2026-02-05 10:11:07 +00:00
committed by Git OBS Bridge
parent 60c46815bd
commit 75f4398577
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Feb 4 09:52:50 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.16.0
* The experimental phase for Storage Boxes is over,
and Storage Boxes support is now generally available.
* **servers**: allow setting user_data for rebuild (#627)
* Storage Box support no longer experimental (#626)
- from version 2.15.0
* add name to Storage Box Subaccount (#621)
- from version 2.14.0
* retry requests when the api returns a `timeout` error (#617)
-------------------------------------------------------------------
Wed Jan 7 15:41:14 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>