Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-setuptools for openSUSE:Factory checked in at 2021-01-26 14:44:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-setuptools (Old) and /work/SRC/openSUSE:Factory/.python-setuptools.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-setuptools" Tue Jan 26 14:44:41 2021 rev:64 rq:866133 version:44.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-setuptools/python-setuptools.changes 2020-12-16 10:59:14.679496641 +0100 +++ /work/SRC/openSUSE:Factory/.python-setuptools.new.28504/python-setuptools.changes 2021-01-26 14:44:42.603251533 +0100 @@ -1,0 +2,6 @@ +Fri Jan 22 19:05:02 UTC 2021 - Matej Cepl <mc...@suse.com> + +- We cannot remove vendored packages when generating setuptools + wheel (bsc#1177127). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-setuptools.spec ++++++ --- /var/tmp/diff_new_pack.rIFkiB/_old 2021-01-26 14:44:43.159252393 +0100 +++ /var/tmp/diff_new_pack.rIFkiB/_new 2021-01-26 14:44:43.163252400 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-setuptools # -# 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 @@ -118,6 +118,7 @@ # replace with nothing sed -r -i '1s@^#!/.*$@@' setuptools/command/easy_install.py +%if ! %{with wheel} # replace the bundled stuff find ./ -type f -name \*.py -exec sed -i \ -e 's:from setuptools\.extern\.:from :g' \ @@ -132,6 +133,7 @@ find ./ -type f -name \*.py -exec sed -i \ -e 's:from .extern ::g' \ {} \; +%endif %build %if ! %{with wheel}