[packages/python-debugpy] - updated to 1.5.1
qboosh
qboosh at pld-linux.org
Tue Nov 25 19:27:33 CET 2025
commit 4a6fb08327551f566fb6622050d30fc88aab7325
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Nov 25 19:27:38 2025 +0100
- updated to 1.5.1
python-debugpy.spec | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/python-debugpy.spec b/python-debugpy.spec
index bf15a3e..323c798 100644
--- a/python-debugpy.spec
+++ b/python-debugpy.spec
@@ -4,13 +4,14 @@
Summary: Implementation of the Debug Adapter Protocol for Python 2
Summary(pl.UTF-8): Implementacja protokołu Debug Adapter Protocol dla Pythona 2
Name: python-debugpy
-Version: 1.3.0
-Release: 8
+# keep 1.5.x here for python2 support
+Version: 1.5.1
+Release: 1
License: MIT with EPL v1.0, PSF v2, BSD parts
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/debugpy/
Source0: https://files.pythonhosted.org/packages/source/d/debugpy/debugpy-%{version}.zip
-# Source0-md5: 84900a0cbb80b172d75909b4edcbc736
+# Source0-md5: 7c8ef4f136c9bcf501e80a12b8e21ac1
URL: https://pypi.org/project/debugpy/
BuildRequires: libstdc++-devel
BuildRequires: python-Cython
@@ -36,7 +37,7 @@ debugpy to implementacja protokołu Debug Adapter Protocol dla Pythona.
%prep
%setup -q -n debugpy-%{version}
-%{__rm} src/debugpy/_vendored/pydevd/pydevd_attach_to_process/*.{dll,dylib,exe,pdb,so}
+%{__rm} src/debugpy/_vendored/pydevd/pydevd_attach_to_process/*.{dll,exe,pdb}
%build
cd src/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac
@@ -58,7 +59,7 @@ rm -rf $RPM_BUILD_ROOT
%py_postclean
%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/debugpy/ThirdPartyNotices.txt
-%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython*.{c,so}
+%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython*.c
%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/debugpy/_vendored/pydevd/_pydevd_frame_eval/{.gitignore,pydevd_frame_evaluator.c,release_mem.h}
%{__rm} -r $RPM_BUILD_ROOT%{py_sitedir}/debugpy/_vendored/pydevd/pydevd_attach_to_process/{README.txt,common,linux_and_mac/{.gitignore,attach.cpp,compile_*},winappdbg,windows}
@@ -76,7 +77,7 @@ rm -rf $RPM_BUILD_ROOT
%{py_sitedir}/debugpy/_vendored/pydevd/_pydev_runfiles
%dir %{py_sitedir}/debugpy/_vendored/pydevd/_pydevd_bundle
%{py_sitedir}/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter
-#%attr(755,root,root) %{py_sitedir}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython.so
+%attr(755,root,root) %{py_sitedir}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython.so
%{py_sitedir}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython.pxd
%{py_sitedir}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython.pyx
%{py_sitedir}/debugpy/_vendored/pydevd/_pydevd_bundle/*.py[co]
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-debugpy.git/commitdiff/4a6fb08327551f566fb6622050d30fc88aab7325
More information about the pld-cvs-commit
mailing list