We have some news to share for the request index beta feature. We’ve added more options to sort your requests, counters to the individual filters and documentation for the search functionality. Checkout the blog post for more details.

File python-debugpy.changes of Package python-debugpy

-------------------------------------------------------------------
Fri Dec 12 10:29:25 UTC 2025 - Dirk Müller <dmueller@suse.com>

- update to 1.8.18:
  * Spaces in python interpreter cause debug launch failure

-------------------------------------------------------------------
Thu Nov 27 13:51:04 UTC 2025 - Markéta Machová <mmachova@suse.com>

- Delete an extra pytest mark to fix tests with pytest 9

-------------------------------------------------------------------
Mon Oct 13 09:15:54 UTC 2025 - Dirk Müller <dmueller@suse.com>

- update to 1.8.17:
  * py3.14 support

-------------------------------------------------------------------
Sun Sep 14 20:43:46 UTC 2025 - Dirk Müller <dmueller@suse.com>

- update to 1.8.16:
  * Fix bug in attach for 3.11 and lower on Windows
- update to 1.8.15:
  * Step Over, Step Into, not working when debugging Subprocesses
  * Allow debugging child processes started through an
    intermediary
  * Attach to process on arm64 Mac
  * Documentation typo
  * 3.14 preliminary support

-------------------------------------------------------------------
Thu Jun  5 06:01:35 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

- Switch to pyproject macros.

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

- Drop unneeded Django test dependency
- Skip one failing test on aarch64

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

- Fix build error in Leap.

-------------------------------------------------------------------
Thu Feb 15 16:18:57 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>

- Skip attach_pid tests that fails in OBS run environment bsc#1219921

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

- Disable broken tests in s390x, bsc#1217019

-------------------------------------------------------------------
Tue Dec  5 17:14:47 UTC 2023 - Dirk Müller <dmueller@suse.com>

- remove python 3.6 support as the version update to 1.8.0 dropped
  it

-------------------------------------------------------------------
Mon Nov 20 09:17:20 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>

- Increase timeouts for tests, bsc#1217019

-------------------------------------------------------------------
Fri Nov 17 17:44:21 UTC 2023 - Matej Cepl <mcepl@cepl.eu>

- Update to 1.8.0:
  - Error while enumerating installed packages.
  - Drops Python 3.7 support. Please use debugpy v1.7.0 if you
    need to debug Python 3.7.
  - Remove DeprecationWarning: Deprecated call to
    pkg_resources.declare_namespace('pydevd_plugins.extensions')
  - Fix invalid file hashes in RECORD of wheels
  - Support "restart" in "terminated" event for "attach"{"listen"}
  - Use "startDebugging" request for subprocesses
- Remove upstreamed patch setuptools-67.3.0.patch
- Skip test test_attach_pid_client (gh#microsoft/debugpy#1462)

-------------------------------------------------------------------
Fri May 19 09:32:55 UTC 2023 - Jiri Srain <jsrain@suse.com>

- refresh the tarball from upstream

-------------------------------------------------------------------
Thu Mar 16 10:39:58 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>

- Add setuptools-67.3.0.patch to fix test issues with new setuptools.
  gh#microsoft/debugpy#1230

-------------------------------------------------------------------
Thu Feb  2 12:58:38 UTC 2023 - Dirk Müller <dmueller@suse.com>

- skip more tests for python 3.11

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

- update to v1.6.5:
  * Fixes: #1078, #1129, #1138, #1142, #1146, #1148, #1154

-------------------------------------------------------------------
Thu Dec  1 11:18:40 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>

- Update to version 1.6.4
  Fixes: #985, #1003, #1005, #1018, #1024, #1025, #1030, #1031, #1042, #1064,
         #1081, #1100, #1104, #1111, #1126
  Improvements: #532, #989, #1022, #1056, #1099

-------------------------------------------------------------------
Wed Oct 12 03:02:27 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

- Update to version 1.6.3
  Fixes: #869, #973, #987, #995, #1008
  Improvements: #951, #1001

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

- Add correct-pthread-library-name.patch:
  * Look for the correct pthread library.

-------------------------------------------------------------------
Tue Jun 29 13:04:38 UTC 2021 - Ben Greiner <code@bnavigator.de>

- Update to 1.3.0
  * no release notes.
- new requirement for ipykernel 6
- enable testsuite (multibuild)
- defer debundling pydevd
- add pydevd-openSUSE-attach-autoarch.patch for support of
  non-intel architectures when injecting the debug library
- skip python36 in order to save resources

-------------------------------------------------------------------
Fri Dec  4 14:41:13 UTC 2020 - Matej Cepl <mcepl@suse.com>

- Initial packaging of debugpy 1.2.0
openSUSE Build Service is sponsored by