Hello community,
here is the log from the commit of package python-aiosmtpd for openSUSE:Factory
checked in at 2020-01-02 14:42:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-aiosmtpd (Old)
and /work/SRC/openSUSE:Factory/.python-aiosmtpd.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-aiosmtpd"
Thu Jan 2 14:42:14 2020 rev:2 rq:760353 version:1.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-aiosmtpd/python-aiosmtpd.changes
2019-09-27 14:46:27.653074861 +0200
+++
/work/SRC/openSUSE:Factory/.python-aiosmtpd.new.6675/python-aiosmtpd.changes
2020-01-02 14:42:28.420938642 +0100
@@ -1,0 +2,5 @@
+Thu Jan 2 07:32:50 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Do not install examples in generic examples folder in sitelib
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-aiosmtpd.spec ++++++
--- /var/tmp/diff_new_pack.6x1hsn/_old 2020-01-02 14:42:29.004938873 +0100
+++ /var/tmp/diff_new_pack.6x1hsn/_new 2020-01-02 14:42:29.008938874 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-aiosmtpd
#
-# 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
@@ -54,6 +54,7 @@
%install
%python_install
+%python_expand rm -r %{buildroot}%{$python_sitelib}/examples
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check