diff --git a/hcloud-1.35.0.tar.gz b/hcloud-1.35.0.tar.gz deleted file mode 100644 index 908e776..0000000 --- a/hcloud-1.35.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1949ab637be517b7af6becdbf840c47722f9471c6b870e6f35de1ef6fcea3e3 -size 116320 diff --git a/hcloud-2.4.0.tar.gz b/hcloud-2.4.0.tar.gz new file mode 100644 index 0000000..9cf399c --- /dev/null +++ b/hcloud-2.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d425088e7a3694dd830a6c922f419d601d15d17417061d48cb9f5fba9568df76 +size 123152 diff --git a/python-hcloud.changes b/python-hcloud.changes index d81ca60..81f4646 100644 --- a/python-hcloud.changes +++ b/python-hcloud.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Thu Apr 17 08:19:19 UTC 2025 - Felix Stegmeier + +- update to 2.4.0 + * server public ipv4 and ipv6 properties are nullable (#455) + * drop support for python 3.8 (#458) + * add equality checks to domains (#481) + * support python 3.13 (#451) (4a514c7) + * retry requests when the api gateway errors (#430) (f63ac8b) + * retry requests when the api returns a conflict error (#430) (f63ac8b) + * retry requests when the network timed outs (#430) (f63ac8b) + * retry requests when the rate limit was reached (#430) (f63ac8b) + * add exponential and constant backoff function (#416) (fe7ddf6) + * deprecate ServerType included_traffic property (#423) (3d56ac5) + * use exponential backoff when retrying requests (#417) (f306073) + * add exponential and constant backoff function (#416) (fe7ddf6) + * deprecate ServerType included_traffic property (#423) (3d56ac5) + * use exponential backoff when retrying requests (#417) (f306073) + * add `trace_id` to API exceptions ([#404](#404)) ([8375261](8375261)) + * allow using a custom poll_interval function ([#403](#403)) ([93eb56b](93eb56b)) + * make `Client.poll_interval` a private property ([#398](#398)) ([d5f24db](d5f24db)) + * make `Client.request` `tries` a private argument ([#399](#399)) ([428ea7e](428ea7e)) + * move `hcloud.__version__.VERSION` to `hcloud.__version__` ([#397](#397)) ([4e3f638](4e3f638)), closes [#234](#234) + * remove deprecated `hcloud.hcloud` module ([#401](#401)) ([db37e63](db37e63)) + * remove deprecated `include_wildcard_architecture` argument in `IsosClient.get_list` and `IsosClient.get_all` ([#402](#402)) ([6b977e2](6b977e2)) + * return empty dict on empty responses in `Client.request` ([#400](#400)) ([9f46adb](9f46adb)) + * return full rebuild response in `Client.servers.rebuild` ([#406](#406)) ([1970d84](1970d84)) + ------------------------------------------------------------------- Sat Apr 20 20:39:37 UTC 2024 - Dirk Müller diff --git a/python-hcloud.spec b/python-hcloud.spec index e12061c..23adc88 100644 --- a/python-hcloud.spec +++ b/python-hcloud.spec @@ -1,7 +1,7 @@ # # spec file for package python-hcloud # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-hcloud -Version: 1.35.0 +Version: 2.4.0 Release: 0 Summary: Hetzner Cloud Python library License: MIT