Hello community,
here is the log from the commit of package python-colorclass for
openSUSE:Factory checked in at 2019-06-06 18:19:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-colorclass (Old)
and /work/SRC/openSUSE:Factory/.python-colorclass.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-colorclass"
Thu Jun 6 18:19:16 2019 rev:2 rq:708121 version:2.2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-colorclass/python-colorclass.changes
2019-02-26 22:19:08.114135250 +0100
+++
/work/SRC/openSUSE:Factory/.python-colorclass.new.4811/python-colorclass.changes
2019-06-06 18:19:26.436648810 +0200
@@ -1,0 +2,5 @@
+Thu Jun 6 11:53:02 UTC 2019 - [email protected]
+
+- run testsuite
+
+-------------------------------------------------------------------
Old:
----
colorclass-2.2.0.tar.gz
New:
----
v2.2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-colorclass.spec ++++++
--- /var/tmp/diff_new_pack.FaxfNz/_old 2019-06-06 18:19:27.036648635 +0200
+++ /var/tmp/diff_new_pack.FaxfNz/_new 2019-06-06 18:19:27.040648633 +0200
@@ -24,7 +24,9 @@
License: MIT
Group: Development/Languages/Python
Url: https://github.com/Robpol86/colorclass
-Source:
https://files.pythonhosted.org/packages/source/c/colorclass/colorclass-%{version}.tar.gz
+# https://github.com/Robpol86/colorclass/issues/25
+Source:
https://github.com/Robpol86/colorclass/archive/v%{version}.tar.gz
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -51,6 +53,9 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%check
+%pytest -k 'not test_piped'
+
%files %{python_files}
%{python_sitelib}/*