From 09d8ed2b2a60856ee8b987bfec64adb5eb4ce15809d7f4b340c86419805f9d98 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 20 Apr 2024 20:40:05 +0000 Subject: [PATCH] - update to 1.35.0: * add `include_deprecated` option when fetching images by name * raise warnings for the `ImagesClient.get_by_name` deprecation * add `has_id_or_name` to `DomainIdentityMixin` * invalid type for load balancer private network property OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hcloud?expand=0&rev=15 --- hcloud-1.33.2.tar.gz | 3 --- hcloud-1.35.0.tar.gz | 3 +++ python-hcloud.changes | 9 +++++++++ python-hcloud.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 hcloud-1.33.2.tar.gz create mode 100644 hcloud-1.35.0.tar.gz diff --git a/hcloud-1.33.2.tar.gz b/hcloud-1.33.2.tar.gz deleted file mode 100644 index 7801e8c..0000000 --- a/hcloud-1.33.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1828b0f876cdff49dad9f8804b5e8e9fbda78f4f5547435ac3ac30088438ce5f -size 114779 diff --git a/hcloud-1.35.0.tar.gz b/hcloud-1.35.0.tar.gz new file mode 100644 index 0000000..908e776 --- /dev/null +++ b/hcloud-1.35.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1949ab637be517b7af6becdbf840c47722f9471c6b870e6f35de1ef6fcea3e3 +size 116320 diff --git a/python-hcloud.changes b/python-hcloud.changes index d32bf93..d81ca60 100644 --- a/python-hcloud.changes +++ b/python-hcloud.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Apr 20 20:39:37 UTC 2024 - Dirk Müller + +- update to 1.35.0: + * add `include_deprecated` option when fetching images by name + * raise warnings for the `ImagesClient.get_by_name` deprecation + * add `has_id_or_name` to `DomainIdentityMixin` + * invalid type for load balancer private network property + ------------------------------------------------------------------- Fri Jan 5 09:11:16 UTC 2024 - Dirk Müller diff --git a/python-hcloud.spec b/python-hcloud.spec index 13d4e82..e12061c 100644 --- a/python-hcloud.spec +++ b/python-hcloud.spec @@ -17,7 +17,7 @@ Name: python-hcloud -Version: 1.33.2 +Version: 1.35.0 Release: 0 Summary: Hetzner Cloud Python library License: MIT