From 42259ab544870c123f52cf920bb5637a4639a8ce3491dd22be1cf09cbbbf4fe3 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Mon, 10 Nov 2025 12:38:32 +0000 Subject: [PATCH] Accepting request 1316895 from home:glaubitz:branches:devel:languages:python - Update to 2.10.0 * **exp**: add zone format txt record helper (#578) * add server and load balancer `private_net_for` helper method (#580) OBS-URL: https://build.opensuse.org/request/show/1316895 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hcloud?expand=0&rev=25 --- hcloud-2.10.0.tar.gz | 3 +++ hcloud-2.9.0.tar.gz | 3 --- python-hcloud.changes | 7 +++++++ python-hcloud.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 hcloud-2.10.0.tar.gz delete mode 100644 hcloud-2.9.0.tar.gz diff --git a/hcloud-2.10.0.tar.gz b/hcloud-2.10.0.tar.gz new file mode 100644 index 0000000..a85dce5 --- /dev/null +++ b/hcloud-2.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1083bcb38eed7a658afe9826ffc1a2db1810ca8390a22f4b8c43787138e8b1ba +size 138445 diff --git a/hcloud-2.9.0.tar.gz b/hcloud-2.9.0.tar.gz deleted file mode 100644 index b214c1e..0000000 --- a/hcloud-2.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32462fa2351ddb47a1a6ceb084d70c8358518224e44b4e0197f2e5c0f67ad8ef -size 136593 diff --git a/python-hcloud.changes b/python-hcloud.changes index ef8bb93..4098391 100644 --- a/python-hcloud.changes +++ b/python-hcloud.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Nov 10 10:21:55 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 2.10.0 + * **exp**: add zone format txt record helper (#578) + * add server and load balancer `private_net_for` helper method (#580) + ------------------------------------------------------------------- Tue Oct 21 11:19:44 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-hcloud.spec b/python-hcloud.spec index 4352620..17fbfcf 100644 --- a/python-hcloud.spec +++ b/python-hcloud.spec @@ -17,7 +17,7 @@ %{?sle15_python_module_pythons} Name: python-hcloud -Version: 2.9.0 +Version: 2.10.0 Release: 0 Summary: Hetzner Cloud Python library License: MIT