From 616cb66df16c01bd213ea21a9de808ccf5f5104cb5dcf4a42e5cc9093cd706e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 4 Mar 2019 13:33:44 +0000 Subject: [PATCH] - Update to 0.8.1: * Fix few pep8 issues * Support ssh pubkeys in rescue OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hetzner?expand=0&rev=5 --- python-hetzner-0.8.0.tar.gz | 3 --- python-hetzner-0.8.1.tar.gz | 3 +++ python-hetzner.changes | 7 +++++++ python-hetzner.spec | 12 +++++++----- 4 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 python-hetzner-0.8.0.tar.gz create mode 100644 python-hetzner-0.8.1.tar.gz diff --git a/python-hetzner-0.8.0.tar.gz b/python-hetzner-0.8.0.tar.gz deleted file mode 100644 index c7ec696..0000000 --- a/python-hetzner-0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1417680f9a75b92412c1b75d890b6b30e17b71121d7073e827a64786068e330 -size 22168 diff --git a/python-hetzner-0.8.1.tar.gz b/python-hetzner-0.8.1.tar.gz new file mode 100644 index 0000000..a33c10e --- /dev/null +++ b/python-hetzner-0.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f332a949076bfc0a9a56c4e2771dad0d2eca45caf0acadfd8641dcf9fa98f949 +size 19723 diff --git a/python-hetzner.changes b/python-hetzner.changes index 49bdd51..9f485b2 100644 --- a/python-hetzner.changes +++ b/python-hetzner.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 4 13:32:55 UTC 2019 - Tomáš Chvátal + +- Update to 0.8.1: + * Fix few pep8 issues + * Support ssh pubkeys in rescue + ------------------------------------------------------------------- Sat Jun 23 13:39:17 UTC 2018 - mardnh@gmx.de diff --git a/python-hetzner.spec b/python-hetzner.spec index 8238ae7..46b7fad 100644 --- a/python-hetzner.spec +++ b/python-hetzner.spec @@ -1,6 +1,7 @@ # # spec file for package python-hetzner # +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -12,21 +13,22 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-hetzner -Version: 0.8.0 +Version: 0.8.1 Release: 0 -License: BSD-2-Clause Summary: High level access to the Hetzner robot -Url: https://github.com/aszlig/hetzner +License: BSD-2-Clause Group: Development/Languages/Python +Url: https://github.com/aszlig/hetzner Source: https://github.com/aszlig/hetzner/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages