Hello community,
here is the log from the commit of package python-Arpeggio for openSUSE:Factory
checked in at 2020-01-04 19:20:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Arpeggio (Old)
and /work/SRC/openSUSE:Factory/.python-Arpeggio.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Arpeggio"
Sat Jan 4 19:20:10 2020 rev:8 rq:760352 version:1.9.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Arpeggio/python-Arpeggio.changes
2019-11-04 17:04:04.764111968 +0100
+++
/work/SRC/openSUSE:Factory/.python-Arpeggio.new.6675/python-Arpeggio.changes
2020-01-04 19:20:11.961106880 +0100
@@ -1,0 +2,5 @@
+Thu Jan 2 07:31:39 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Do not install examples in site-packages/examples to avoid conflicts
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Arpeggio.spec ++++++
--- /var/tmp/diff_new_pack.Ugdycc/_old 2020-01-04 19:20:13.733107665 +0100
+++ /var/tmp/diff_new_pack.Ugdycc/_new 2020-01-04 19:20:13.769107681 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-Arpeggio
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -50,6 +50,8 @@
%install
%python_install
+# do not install examples in generic folder, not needed really
+%python_expand rm -r %{buildroot}%{$python_sitelib}/examples
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check