15
0

Accepting request 1273191 from home:mcalabkova:branches:devel:languages:python

- Update to 1.8.14
  * fix ResourceWarning: unclosed socket
  * fix binskim warnings on linux

- Update to 1.8.12
  * To simplify command line usage, an debugpy entry point has been 
    added to the debugpy package.
  * To simplify command line usage, switches can now be read from 
    the environment.
  * Consuming PyDev.Debugger's sys.monitoring support to improve 
    performance of debugging 3.12
  * Support for 3.13
  * Multithreading fixes

OBS-URL: https://build.opensuse.org/request/show/1273191
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-debugpy?expand=0&rev=39
This commit is contained in:
2025-04-28 19:22:18 +00:00
committed by Git OBS Bridge
parent 568d2a9c48
commit 2e6c03fee2
4 changed files with 39 additions and 15 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Apr 28 15:12:46 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Update to 1.8.14
* fix ResourceWarning: unclosed socket
* fix binskim warnings on linux
-------------------------------------------------------------------
Mon Feb 10 15:07:45 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Update to 1.8.12
* To simplify command line usage, an debugpy entry point has been
added to the debugpy package.
* To simplify command line usage, switches can now be read from
the environment.
* Consuming PyDev.Debugger's sys.monitoring support to improve
performance of debugging 3.12
* Support for 3.13
* Multithreading fixes
-------------------------------------------------------------------
Thu Sep 26 10:32:41 UTC 2024 - Markéta Machová <mmachova@suse.com>