Package: pydevd / 3.4.1+ds-1

Metadata

Package Version Patches format
pydevd 3.4.1+ds-1 3.0 (quilt)

Patch series

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

pydev_ipython/inputhook.py | 6 0 + 6 - 0 !
setup.py | 3 1 + 2 - 0 !
setup_pydevd_cython.py | 2 1 + 1 - 0 !
3 files changed, 2 insertions(+), 9 deletions(-)

 drop usage of deprecated distutils package

do not install data files.patch | (download)

MANIFEST.in | 17 9 + 8 - 0 !
setup.py | 36 0 + 36 - 0 !
2 files changed, 9 insertions(+), 44 deletions(-)

 do not install unneeded files

improve compilation system.patch | (download)

pydevd_attach_to_process/add_code_to_python_process.py | 109 4 + 105 - 0 !
pydevd_tracing.py | 92 6 + 86 - 0 !
2 files changed, 10 insertions(+), 191 deletions(-)

 use buildflags and only build one attach_linux binary

do not use O3 compile flag.patch | (download)

setup.py | 2 1 + 1 - 0 !
setup_pydevd_cython.py | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 remove -o3 compile flag

allow non local tests.patch | (download)

tests_python/debugger_unittest.py | 10 4 + 6 - 0 !
tests_python/test_run.py | 22 14 + 8 - 0 !
tests_python/test_utilities.py | 4 2 + 2 - 0 !
3 files changed, 20 insertions(+), 16 deletions(-)

 allow the tests to run outside of the build area

test_convert_utilities.patch | (download)

tests_python/test_convert_utilities.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 handle debian's purelib setting

improve multiple test runs.patch | (download)

conftest.py | 34 34 + 0 - 0 !
1 file changed, 34 insertions(+)

 skip already passed tests on subsequent pytest runs

fix_setuptools_warnings.patch | (download)

setup.py | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 install subpackages to fix setuptools deprecation warning