Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-magicalimport for
openSUSE:Factory checked in at 2021-11-22 23:04:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-magicalimport (Old)
and /work/SRC/openSUSE:Factory/.python-magicalimport.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-magicalimport"
Mon Nov 22 23:04:35 2021 rev:2 rq:933138 version:0.9.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-magicalimport/python-magicalimport.changes
2020-08-12 12:29:47.188192275 +0200
+++
/work/SRC/openSUSE:Factory/.python-magicalimport.new.1895/python-magicalimport.changes
2021-11-22 23:05:30.873664159 +0100
@@ -1,0 +2,6 @@
+Mon Nov 22 16:35:40 UTC 2021 - Matej Cepl <[email protected]>
+
+- Don't create %%{python_sitelib}/examples directory, that' just
+ evil.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-magicalimport.spec ++++++
--- /var/tmp/diff_new_pack.63sr3X/_old 2021-11-22 23:05:31.341662589 +0100
+++ /var/tmp/diff_new_pack.63sr3X/_new 2021-11-22 23:05:31.345662575 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-magicalimport
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -46,14 +46,16 @@
%install
export LANG=en_US.UTF-8
%python_install
-%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%{python_expand rm -r %{buildroot}%{$python_sitelib}/examples
+ %fdupes %{buildroot}%{$python_sitelib}
+}
%check
%pytest
%files %{python_files}
-%doc README.rst
+%doc README.rst examples/
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/magicalimport*
%changelog