Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pip for openSUSE:Factory checked in at 2023-06-14 16:29:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pip (Old) and /work/SRC/openSUSE:Factory/.python-pip.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pip" Wed Jun 14 16:29:12 2023 rev:60 rq:1092512 version:23.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pip/python-pip.changes 2023-05-30 22:02:03.890876782 +0200 +++ /work/SRC/openSUSE:Factory/.python-pip.new.15902/python-pip.changes 2023-06-14 16:30:03.282732028 +0200 @@ -1,0 +2,5 @@ +Mon Jun 12 10:50:56 UTC 2023 - Daniel Garcia <daniel.gar...@suse.com> + +- Remove .exe files from package (bsc#1212015) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pip.spec ++++++ --- /var/tmp/diff_new_pack.rqbzbH/_old 2023-06-14 16:30:04.350738593 +0200 +++ /var/tmp/diff_new_pack.rqbzbH/_new 2023-06-14 16:30:04.362738667 +0200 @@ -116,6 +116,11 @@ sed -i 's|^#!%{_bindir}/env .*$||g' $f done +# Remove windows executable binaries +# bsc#1212015 +rm -v src/pip/_vendor/distlib/*.exe +sed -i '/\.exe/d' setup.py + %build %if ! %{with wheel} %python_build