Hello community,
here is the log from the commit of package python-click-threading for
openSUSE:Factory checked in at 2019-10-16 09:14:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-click-threading (Old)
and /work/SRC/openSUSE:Factory/.python-click-threading.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-click-threading"
Wed Oct 16 09:14:08 2019 rev:4 rq:738301 version:0.4.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-click-threading/python-click-threading.changes
2019-09-20 14:53:06.454883673 +0200
+++
/work/SRC/openSUSE:Factory/.python-click-threading.new.2352/python-click-threading.changes
2019-10-16 09:14:09.707641305 +0200
@@ -1,0 +2,5 @@
+Mon Oct 14 11:44:00 UTC 2019 - Matej Cepl <[email protected]>
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-click-threading.spec ++++++
--- /var/tmp/diff_new_pack.RBZuYT/_old 2019-10-16 09:14:10.343639667 +0200
+++ /var/tmp/diff_new_pack.RBZuYT/_new 2019-10-16 09:14:10.355639636 +0200
@@ -22,7 +22,6 @@
Release: 0
Summary: Multithreaded Click apps made easy
License: MIT
-Group: Development/Languages/Python
URL: https://github.com/click-contrib/click-threading
Source:
https://files.pythonhosted.org/packages/source/c/click-threading/click-threading-%{version}.tar.gz
BuildRequires: %{python_module click >= 5.0}
@@ -32,10 +31,10 @@
BuildRequires: python-futures
BuildRequires: python-rpm-macros
Requires: python-click >= 5.0
+BuildArch: noarch
%ifpython2
Requires: python-futures
%endif
-BuildArch: noarch
%python_subpackages
%description
@@ -51,7 +50,7 @@
%install
%python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
export LANG=en_US.UTF-8