Package: python-memory-profiler / 0.61-3

Metadata

Package Version Patches format
python-memory-profiler 0.61-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix deprecated syntax.patch | (download)

test/test_exit_code.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix deprecated syntax


0002 Use Debian mprof name.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use debian mprof name


0003 Use native syntax for coroutines.patch | (download)

memory_profiler.py | 11 4 + 7 - 0 !
1 file changed, 4 insertions(+), 7 deletions(-)

 use native syntax for coroutines

0004 Fix Test using Python3.13+14.patch | (download)

memory_profiler.py | 7 7 + 0 - 0 !
test/test_exception.py | 11 6 + 5 - 0 !
2 files changed, 13 insertions(+), 5 deletions(-)

 fix test/test_exit_code.py with python3.13+14 and test_exception.py for python1.14