Package: debugpy / 1.8.12+ds-1

Metadata

Package Version Patches format
debugpy 1.8.12+ds-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
pypi version.patch | (download)

src/debugpy/_version.py | 670 17 + 653 - 0 !
1 file changed, 17 insertions(+), 653 deletions(-)

 install released _version.py from pypi
 The Debian package uses the GitHub sources, as these include package tests.
 This patch installs the PyPI version of _version.py (also generated by
 versioneer.py) in place of the git-aware _version.py in the GitHub version.
remove pydevd from setup.patch | (download)

setup.py | 47 2 + 45 - 0 !
1 file changed, 2 insertions(+), 45 deletions(-)

 do not attempt to build vendored pydevd package
 setup.py attempts to build the Cython extensions included in pydevd; since
 we will copy the existing pydevd instead, we remove all references to
 compiling pydevd from setup.py.
improve multiple test runs.patch | (download)

pytest.ini | 2 1 + 1 - 0 !
tests/conftest.py | 42 42 + 0 - 0 !
2 files changed, 43 insertions(+), 1 deletion(-)

 skip already passed tests on subsequent pytest runs
  This is based on the mechanism in Spyder.