15
0

- 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
This commit is contained in:
Tomáš Chvátal
2019-03-04 13:33:44 +00:00
committed by Git OBS Bridge
parent 66a254a140
commit 616cb66df1
4 changed files with 17 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
#
# spec file for package python-hetzner
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018, Martin Hauke <mardnh@gmx.de>
#
# 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