From cfbd5d1641af1b6668e5cbe46a430b0eb056564b1c11795b3c6afcf81c7da324 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 5 Jan 2024 09:12:18 +0000 Subject: [PATCH] - update to 1.33.2: * publish package to PyPI using OIDC auth * private object not exported in top level module OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hcloud?expand=0&rev=13 --- hcloud-1.33.0.tar.gz | 3 --- hcloud-1.33.2.tar.gz | 3 +++ python-hcloud.changes | 7 +++++++ python-hcloud.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 hcloud-1.33.0.tar.gz create mode 100644 hcloud-1.33.2.tar.gz diff --git a/hcloud-1.33.0.tar.gz b/hcloud-1.33.0.tar.gz deleted file mode 100644 index 15af2ed..0000000 --- a/hcloud-1.33.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6400d5eb146e939bf7f3f479eeb606b5ab8bb0e37c5a013d6b96651b4da83f8 -size 114497 diff --git a/hcloud-1.33.2.tar.gz b/hcloud-1.33.2.tar.gz new file mode 100644 index 0000000..7801e8c --- /dev/null +++ b/hcloud-1.33.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1828b0f876cdff49dad9f8804b5e8e9fbda78f4f5547435ac3ac30088438ce5f +size 114779 diff --git a/python-hcloud.changes b/python-hcloud.changes index 177bf0f..d32bf93 100644 --- a/python-hcloud.changes +++ b/python-hcloud.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jan 5 09:11:16 UTC 2024 - Dirk Müller + +- update to 1.33.2: + * publish package to PyPI using OIDC auth + * private object not exported in top level module + ------------------------------------------------------------------- Wed Dec 27 10:53:21 UTC 2023 - Dirk Müller diff --git a/python-hcloud.spec b/python-hcloud.spec index 309c404..13d4e82 100644 --- a/python-hcloud.spec +++ b/python-hcloud.spec @@ -1,7 +1,7 @@ # # spec file for package python-hcloud # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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.33.0 +Version: 1.33.2 Release: 0 Summary: Hetzner Cloud Python library License: MIT