1
0

- Update to 1.8.1:

- Python 3.12 is now fully supported.
  - Fixes:
    - Can no longer expand Numpy arrays to view elements #1408
    - Namedtuple are not rendered in the variable browser as expected #1477
  - Enhancements:
    - Report sockets opened by debugpy #1337

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-debugpy?expand=0&rev=30
This commit is contained in:
2024-02-14 11:09:46 +00:00
committed by Git OBS Bridge
parent 4972c82fec
commit 03cd85c1b5
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Feb 14 11:05:55 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- Update to 1.8.1:
- Python 3.12 is now fully supported.
- Fixes:
- Can no longer expand Numpy arrays to view elements #1408
- Namedtuple are not rendered in the variable browser as expected #1477
- Enhancements:
- Report sockets opened by debugpy #1337
-------------------------------------------------------------------
Mon Jan 29 12:57:18 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>