15
0

- update to v1.6.6:

* Disable optimization causing issues when debugging Python 3.10 and 3.11.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-debugpy?expand=0&rev=11
This commit is contained in:
2023-01-23 20:40:00 +00:00
committed by Git OBS Bridge
parent 85ac9854d8
commit 3319b2b548
4 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jan 23 20:39:40 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to v1.6.6:
* Disable optimization causing issues when debugging Python 3.10 and 3.11.
-------------------------------------------------------------------
Fri Jan 20 10:26:11 UTC 2023 - Dirk Müller <dmueller@suse.com>