Hello community,
here is the log from the commit of package python-coloredlogs for
openSUSE:Factory checked in at 2018-08-22 14:20:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-coloredlogs (Old)
and /work/SRC/openSUSE:Factory/.python-coloredlogs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-coloredlogs"
Wed Aug 22 14:20:06 2018 rev:2 rq:630723 version:10.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-coloredlogs/python-coloredlogs.changes
2018-05-15 10:31:21.520691080 +0200
+++
/work/SRC/openSUSE:Factory/.python-coloredlogs.new/python-coloredlogs.changes
2018-08-22 14:20:47.974415134 +0200
@@ -1,0 +2,7 @@
+Tue Aug 21 08:34:11 UTC 2018 - [email protected]
+
+- Version update to 10.0:
+ * Many upstream changes to enumerate, see CHANGELOG.rst
+- Enable testsuite
+
+-------------------------------------------------------------------
Old:
----
coloredlogs-7.3.tar.gz
New:
----
coloredlogs-10.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-coloredlogs.spec ++++++
--- /var/tmp/diff_new_pack.gFnVtN/_old 2018-08-22 14:20:48.286415873 +0200
+++ /var/tmp/diff_new_pack.gFnVtN/_new 2018-08-22 14:20:48.290415882 +0200
@@ -14,37 +14,34 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_with test
Name: python-coloredlogs
-Version: 7.3
+Version: 10.0
Release: 0
-License: MIT
Summary: Colored terminal output for Python's logging module
-Url: https://coloredlogs.readthedocs.io
+License: MIT
Group: Development/Languages/Python
+URL: https://github.com/xolox/python-coloredlogs
Source:
https://files.pythonhosted.org/packages/source/c/coloredlogs/coloredlogs-%{version}.tar.gz
-BuildRequires: fdupes
-BuildRequires: python-rpm-macros
+BuildRequires: %{python_module capturer >= 2.4}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module humanfriendly >= 3.2}
-BuildRequires: %{python_module setuptools}
-%if %{with test}
-BuildRequires: %{python_module capturer >= 2.4}
BuildRequires: %{python_module mock >= 1.0.1}
-BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module pytest >= 3.0.3}
BuildRequires: %{python_module pytest-cov >= 2.3.1}
-BuildRequires: %{python_module verboselogs}
-%endif
+BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module verboselogs >= 1.7}
+BuildRequires: fdupes
+BuildRequires: python-rpm-macros
Requires: python-capturer >= 2.4
Requires: python-humanfriendly >= 3.2
-Recommends: python-verboselogs
-BuildArch: noarch
Requires(post): update-alternatives
Requires(postun): update-alternatives
-
+Recommends: python-verboselogs >= 1.7
+BuildArch: noarch
%python_subpackages
%description
@@ -73,15 +70,13 @@
%postun
%python_uninstall_alternative coloredlogs
-%if %{with test}
%check
-%python_exec setup.py test
-popd
-%endif
+# test_cli_conversion - requires coloredlogs binary available, we don't have
it at this point
+# test_auto_install - requires the install to the system to be actually
complete
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}
py.test-%{$python_version} coloredlogs/tests.py -v -k 'not (test_cli_conversion
or test_auto_install)'
%files %{python_files}
-%defattr(-,root,root,-)
-%doc README.rst
+%doc README.rst CHANGELOG.rst
%license LICENSE.txt
%python_alternative %{_bindir}/coloredlogs
%{python_sitelib}/coloredlogs/
++++++ coloredlogs-7.3.tar.gz -> coloredlogs-10.0.tar.gz ++++++
++++ 3859 lines of diff (skipped)