From 4224e822f0fca9f20a5a49b061b203d7f1b8091f42da066de6f59805394926c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 2 Sep 2018 13:25:07 +0000 Subject: [PATCH] Accepting request 632742 from home:mnhauke - Update to version 1.1.1 * Adds new server type constants * Adds new image constants * Parses the IP field from the created floating IP API calls * Fixes the cloud-init documentation. OBS-URL: https://build.opensuse.org/request/show/632742 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hetznercloud?expand=0&rev=7 --- python-hetznercloud-1.1.0.tar.gz | 3 --- python-hetznercloud-1.1.1.tar.gz | 3 +++ python-hetznercloud.changes | 9 +++++++++ python-hetznercloud.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 python-hetznercloud-1.1.0.tar.gz create mode 100644 python-hetznercloud-1.1.1.tar.gz diff --git a/python-hetznercloud-1.1.0.tar.gz b/python-hetznercloud-1.1.0.tar.gz deleted file mode 100644 index 2bea197..0000000 --- a/python-hetznercloud-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17c2722cddcc69f5099d83f948d6b813cdf61a4322577eaa5bd4830f4dbe565b -size 20550 diff --git a/python-hetznercloud-1.1.1.tar.gz b/python-hetznercloud-1.1.1.tar.gz new file mode 100644 index 0000000..c34605c --- /dev/null +++ b/python-hetznercloud-1.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0348a46a995e4c854848499f67dc358a88ccfb26986637eb27939b07c6a36ae1 +size 20865 diff --git a/python-hetznercloud.changes b/python-hetznercloud.changes index e232e6e..c2387d5 100644 --- a/python-hetznercloud.changes +++ b/python-hetznercloud.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Sep 2 12:01:20 UTC 2018 - mardnh@gmx.de + +- Update to version 1.1.1 + * Adds new server type constants + * Adds new image constants + * Parses the IP field from the created floating IP API calls + * Fixes the cloud-init documentation. + ------------------------------------------------------------------- Sat Jul 28 17:32:16 UTC 2018 - jengelh@inai.de diff --git a/python-hetznercloud.spec b/python-hetznercloud.spec index c0abc90..075f3bd 100644 --- a/python-hetznercloud.spec +++ b/python-hetznercloud.spec @@ -20,7 +20,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-hetznercloud -Version: 1.1.0 +Version: 1.1.1 Release: 0 Summary: Hetzner Cloud SDK License: MIT