- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-debugpy?expand=0&rev=35
This commit is contained in:
Dirk Mueller 2024-06-29 19:34:43 +00:00 committed by Git OBS Bridge
parent 40dd90c9b6
commit 57c3b247a6
4 changed files with 13 additions and 4 deletions

BIN
debugpy-1.8.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
debugpy-1.8.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Jun 29 19:34:29 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <ecsos@opensuse.org>

View File

@ -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