1
0

Accepting request 941830 from home:bnavigator:branches:devel:languages:python

- Update to 1.5.1
  * no release notes other than a bunch of github PR and issue
    numbers: https://github.com/microsoft/debugpy/releases
  * Python 3.10 is now fully supported
- Drop pydevd-openSUSE-attach-autoarch.patch, upstream changed
  architecture support logic
- Drop correct-pthread-library-name.patch merged upstream
- Remove performance tweak not compatible with older gdb
  * gh#microsoft/debugpy#762

OBS-URL: https://build.opensuse.org/request/show/941830
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-debugpy?expand=0&rev=4
This commit is contained in:
2021-12-21 12:50:00 +00:00
committed by Git OBS Bridge
parent 82cb29b3ea
commit 1f12bf9c89
6 changed files with 39 additions and 79 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Dec 20 23:00:44 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to 1.5.1
* no release notes other than a bunch of github PR and issue
numbers: https://github.com/microsoft/debugpy/releases
* Python 3.10 is now fully supported
- Drop pydevd-openSUSE-attach-autoarch.patch, upstream changed
architecture support logic
- Drop correct-pthread-library-name.patch merged upstream
- Remove performance tweak not compatible with older gdb
* gh#microsoft/debugpy#762
-------------------------------------------------------------------
Thu Sep 2 09:01:19 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>