From 8231cca137f9ffaf38ad7f3b6336a01733827ed92cbe041497e7e0638817e03a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 13 Dec 2024 11:19:16 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main python-debugpy revision 84c1a4e2be44f8b8aff8fb4aee81ed96 --- debugpy-1.8.1.tar.gz | 3 --- debugpy-1.8.2.tar.gz | 3 +++ python-debugpy.changes | 18 ++++++++++++++++-- python-debugpy.spec | 4 ++-- 4 files changed, 21 insertions(+), 7 deletions(-) delete mode 100644 debugpy-1.8.1.tar.gz create mode 100644 debugpy-1.8.2.tar.gz diff --git a/debugpy-1.8.1.tar.gz b/debugpy-1.8.1.tar.gz deleted file mode 100644 index 9cffbd8..0000000 --- a/debugpy-1.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef3b939b63cf2898f36e1f43cd3d9ec5dc9b3305c024836f8201a932fe16fd4e -size 6900815 diff --git a/debugpy-1.8.2.tar.gz b/debugpy-1.8.2.tar.gz new file mode 100644 index 0000000..34cc50e --- /dev/null +++ b/debugpy-1.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c68cb35f01b943f929ba526af797ba96cff8925bc48dc89b3e2a45b9a782d282 +size 6892384 diff --git a/python-debugpy.changes b/python-debugpy.changes index 2b36e76..cc76ed2 100644 --- a/python-debugpy.changes +++ b/python-debugpy.changes @@ -1,8 +1,22 @@ ------------------------------------------------------------------- -Thu Sep 26 08:15:16 UTC 2024 - Markéta Machová +Thu Sep 26 10:32:41 UTC 2024 - Markéta Machová - Drop unneeded Django test dependency -- Skip one failing test on aarch64 +- Skip one failing test on aarch64 + +------------------------------------------------------------------- +Sat Jun 29 19:34:29 UTC 2024 - Dirk Müller + +- update to 1.8.2: + * Fixed an issue where ApiScan couldn't scan some of our + binaries correctly. This involved changing some linker flags + and re-compiling/re-linking some of the pydevd executables + and dlls. + +------------------------------------------------------------------- +Thu Mar 28 12:55:24 UTC 2024 - ecsos + +- Fix build error in Leap. ------------------------------------------------------------------- Thu Feb 15 16:18:57 UTC 2024 - Daniel Garcia diff --git a/python-debugpy.spec b/python-debugpy.spec index 7de1a26..8cfe975 100644 --- a/python-debugpy.spec +++ b/python-debugpy.spec @@ -27,7 +27,7 @@ %endif %{?sle15_python_module_pythons} Name: python-debugpy%{psuffix} -Version: 1.8.1 +Version: 1.8.2 Release: 0 Summary: An implementation of the Debug Adapter Protocol for Python License: MIT @@ -81,7 +81,7 @@ rm -r src/debugpy/_vendored 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