Hello community,
here is the log from the commit of package python-hetznercloud for
openSUSE:Factory checked in at 2020-09-15 16:34:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-hetznercloud (Old)
and /work/SRC/openSUSE:Factory/.python-hetznercloud.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-hetznercloud"
Tue Sep 15 16:34:07 2020 rev:5 rq:834616 version:1.1.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-hetznercloud/python-hetznercloud.changes
2018-12-24 11:38:05.405627919 +0100
+++
/work/SRC/openSUSE:Factory/.python-hetznercloud.new.4249/python-hetznercloud.changes
2020-09-15 16:34:37.594960776 +0200
@@ -1,0 +2,5 @@
+Tue Sep 15 09:30:22 UTC 2020 - [email protected]
+
+- remove misleading comment from %check, tests do not need nose
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-hetznercloud.spec ++++++
--- /var/tmp/diff_new_pack.XB1lXw/_old 2020-09-15 16:34:38.546961688 +0200
+++ /var/tmp/diff_new_pack.XB1lXw/_new 2020-09-15 16:34:38.550961691 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-hetznercloud
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2018, Martin Hauke <[email protected]>
#
# All modifications and additions to the file contributed by third parties
@@ -25,7 +25,7 @@
Summary: Hetzner Cloud SDK
License: MIT
Group: Development/Languages/Python
-Url: https://github.com/elsyms/hetznercloud-py
+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_module setuptools}
BuildRequires: python-rpm-macros
@@ -52,7 +52,6 @@
%check
# Disabled since the tests need access to the Hetzner API servers.
-#%%python_exec %%{_bindir}/nosetests -v tests
%files %{python_files}
%doc README.md