From 9e94e94690ca26de050760369701a8479f664f864eb97356fa0df14a93b108c1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 7 Dec 2023 22:44:16 +0000 Subject: [PATCH] - update to 1.32.0: * allow returning root_password in servers rebuild (#276) * prepare for iso deprecated field removal (#320) (beae328) * add deprecation field to Iso (#318) (036b52f) * support python 3.12 (#311) (7e8cd1d) * prevent api calls when printing bound models (#305) (c1de7ef) * add domain attribute type hints to bound models (#300) * load token from env in examples scripts (#302) (f18c9a6) * Use unittest.mock. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hcloud?expand=0&rev=9 --- hcloud-1.28.0.tar.gz | 3 --- hcloud-1.32.0.tar.gz | 3 +++ python-hcloud.changes | 14 +++++++++++++- python-hcloud.spec | 2 +- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 hcloud-1.28.0.tar.gz create mode 100644 hcloud-1.32.0.tar.gz diff --git a/hcloud-1.28.0.tar.gz b/hcloud-1.28.0.tar.gz deleted file mode 100644 index 1a31d8d..0000000 --- a/hcloud-1.28.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04cea2cb77528e2cbae6e2e2d58af5aaf696727ac4fcb41fc859192ebcc3f29c -size 107242 diff --git a/hcloud-1.32.0.tar.gz b/hcloud-1.32.0.tar.gz new file mode 100644 index 0000000..87e8291 --- /dev/null +++ b/hcloud-1.32.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd7f397c314d189f3325ee9808f9fb54539dbcf913df955b3370e8f9c3f66ff6 +size 111652 diff --git a/python-hcloud.changes b/python-hcloud.changes index 9dcc589..29c03aa 100644 --- a/python-hcloud.changes +++ b/python-hcloud.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Dec 7 22:43:47 UTC 2023 - Dirk Müller + +- update to 1.32.0: + * allow returning root_password in servers rebuild (#276) + * prepare for iso deprecated field removal (#320) (beae328) + * add deprecation field to Iso (#318) (036b52f) + * support python 3.12 (#311) (7e8cd1d) + * prevent api calls when printing bound models (#305) (c1de7ef) + * add domain attribute type hints to bound models (#300) + * load token from env in examples scripts (#302) (f18c9a6) + ------------------------------------------------------------------- Fri Sep 1 01:43:20 UTC 2023 - Steve Kowalik @@ -36,7 +48,7 @@ Tue Aug 2 05:01:14 UTC 2022 - Steve Kowalik - Update to 1.17.0: * Add suport for primary IPs - Add patch remove-mock.patch: - * Use unittest.mock. + * Use unittest.mock. ------------------------------------------------------------------- Mon Mar 21 13:04:30 UTC 2022 - pgajdos@suse.com diff --git a/python-hcloud.spec b/python-hcloud.spec index 4483b1c..38ffa6d 100644 --- a/python-hcloud.spec +++ b/python-hcloud.spec @@ -17,7 +17,7 @@ Name: python-hcloud -Version: 1.28.0 +Version: 1.32.0 Release: 0 Summary: Hetzner Cloud Python library License: MIT