Hello community,
here is the log from the commit of package python-hetznercloud for
openSUSE:Factory checked in at 2018-07-31 15:58:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-hetznercloud (Old)
and /work/SRC/openSUSE:Factory/.python-hetznercloud.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-hetznercloud"
Tue Jul 31 15:58:48 2018 rev:2 rq:625967 version:1.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-hetznercloud/python-hetznercloud.changes
2018-06-27 10:21:53.699001451 +0200
+++
/work/SRC/openSUSE:Factory/.python-hetznercloud.new/python-hetznercloud.changes
2018-07-31 15:58:51.343491098 +0200
@@ -1,0 +2,5 @@
+Sat Jul 28 17:32:16 UTC 2018 - [email protected]
+
+- Trim time-dependent wording from description.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-hetznercloud.spec ++++++
--- /var/tmp/diff_new_pack.ukcYxB/_old 2018-07-31 15:58:52.903493743 +0200
+++ /var/tmp/diff_new_pack.ukcYxB/_new 2018-07-31 15:58:52.903493743 +0200
@@ -1,6 +1,7 @@
#
# spec file for package python-hetznercloud
#
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018, Martin Hauke <[email protected]>
#
# All modifications and additions to the file contributed by third parties
@@ -13,20 +14,22 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-hetznercloud
Version: 1.1.0
Release: 0
-License: MIT
Summary: Hetzner Cloud SDK
-Url: https://github.com/elsyms/hetznercloud-py
+License: MIT
Group: Development/Languages/Python
+Url: https://github.com/elsyms/hetznercloud-py
Source:
https://github.com/elsyms/hetznercloud-py/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
+BuildRequires: python-rpm-macros
#BuildRequires: %%{python_module nose >= 1.3.7 }
#BuildRequires: %%{python_module requests >= 2.18.4}
BuildRequires: fdupes
@@ -35,7 +38,7 @@
%python_subpackages
%description
-A Python 3 SDK for the new Hetzner cloud service.
+A Python 3 SDK for the Hetzner cloud service.
%prep
%setup -q -n hetznercloud-py-%{version}