Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-debugpy for openSUSE:Factory checked in at 2024-04-03 17:18:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-debugpy (Old) and /work/SRC/openSUSE:Factory/.python-debugpy.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-debugpy" Wed Apr 3 17:18:26 2024 rev:16 rq:1164269 version:1.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-debugpy/python-debugpy.changes 2024-02-15 21:00:18.443796895 +0100 +++ /work/SRC/openSUSE:Factory/.python-debugpy.new.1905/python-debugpy.changes 2024-04-03 17:18:43.725766209 +0200 @@ -1,0 +2,5 @@ +Thu Mar 28 12:55:24 UTC 2024 - ecsos <ec...@opensuse.org> + +- Fix build error in Leap. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-debugpy.spec ++++++ --- /var/tmp/diff_new_pack.N5Tgxv/_old 2024-04-03 17:18:44.405791265 +0200 +++ /var/tmp/diff_new_pack.N5Tgxv/_new 2024-04-03 17:18:44.409791412 +0200 @@ -82,7 +82,7 @@ cp -r src/debugpy/_vendored_clean src/debugpy/_vendored pushd src/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/ # see /src/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py::get_target_filename -pyarch=$(python3 -c 'import platform; print(platform.machine())') +%{python_expand pyarch=$($python -c 'import platform; print(platform.machine())')} g++ %{optflags} -shared -o ../attach_${pyarch}.so -fPIC -nostartfiles attach.cpp # if on intel architectures, use the default upstream names %ifarch x86_64