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

- Update to 2.9.0
  * support python 3.14 (#566)
  * drop support for python 3.9 (#574)
- from version 2.8.0
  * add new `ip_range` param to load balancer `attach_to_network` (#562)
  * add new `ip_range` param to server `attach_to_network` (#561)
  * support the new DNS API (#568)
  * source_ips property is optional in firewall rule (#567)

OBS-URL: https://build.opensuse.org/request/show/1312812
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hcloud?expand=0&rev=23
This commit is contained in:
2025-10-21 12:02:34 +00:00
committed by Git OBS Bridge
parent 1f17f3aa82
commit dbc595311a
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Oct 21 11:19:44 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.9.0
* support python 3.14 (#566)
* drop support for python 3.9 (#574)
- from version 2.8.0
* add new `ip_range` param to load balancer `attach_to_network` (#562)
* add new `ip_range` param to server `attach_to_network` (#561)
* support the new DNS API (#568)
* source_ips property is optional in firewall rule (#567)
-------------------------------------------------------------------
Mon Sep 29 06:53:10 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>