forked from pool/python-hetzner
- 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:
committed by
Git OBS Bridge
parent
66a254a140
commit
616cb66df1
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c1417680f9a75b92412c1b75d890b6b30e17b71121d7073e827a64786068e330
|
||||
size 22168
|
||||
3
python-hetzner-0.8.1.tar.gz
Normal file
3
python-hetzner-0.8.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f332a949076bfc0a9a56c4e2771dad0d2eca45caf0acadfd8641dcf9fa98f949
|
||||
size 19723
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 4 13:32:55 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user