Hello community,
here is the log from the commit of package python-colorlog for openSUSE:Factory
checked in at 2019-10-16 09:14:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-colorlog (Old)
and /work/SRC/openSUSE:Factory/.python-colorlog.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-colorlog"
Wed Oct 16 09:14:12 2019 rev:4 rq:738303 version:4.0.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-colorlog/python-colorlog.changes
2019-03-01 16:48:20.969778114 +0100
+++
/work/SRC/openSUSE:Factory/.python-colorlog.new.2352/python-colorlog.changes
2019-10-16 09:14:14.031630162 +0200
@@ -1,0 +2,5 @@
+Mon Oct 14 11:44:22 UTC 2019 - Matej Cepl <[email protected]>
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-colorlog.spec ++++++
--- /var/tmp/diff_new_pack.WL4w1K/_old 2019-10-16 09:14:14.727628368 +0200
+++ /var/tmp/diff_new_pack.WL4w1K/_new 2019-10-16 09:14:14.731628357 +0200
@@ -22,9 +22,8 @@
Release: 0
Summary: Log formatting with colors
License: MIT
-Group: Development/Languages/Python
URL: https://github.com/borntyping/python-colorlog
-Source:
https://pypi.io/packages/source/c/colorlog/colorlog-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/c/colorlog/colorlog-%{version}.tar.gz
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -46,10 +45,10 @@
%install
%python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}
py.test-%{$python_bin_suffix} colorlog/tests/
+%pytest colorlog/tests/
%files %{python_files}
%doc README.md