Matej Cepl 2021-12-04 18:41:08 +00:00 committed by Git OBS Bridge
parent 1cb5117595
commit 56d0f719e0

View File

@ -1,9 +1,15 @@
-------------------------------------------------------------------
Sat Dec 4 18:40:28 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Remove pdb_adjust_breakpoints.patch and instead just adjust location
of the test breakpoint in Lib/test/test_pdb.py via sed, because we
have shortened Lib/pdb.py by removing the shebang (bpo#45964).
-------------------------------------------------------------------
Thu Dec 2 13:51:57 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Adjust location of the test breakpoint in Lib/test/test_pdb.py,
because we have shortened Lib/pdb.py by removing the shebang
(bpo#45964).
- Add pdb_adjust_breakpoints.patch fixing expectd results in
test_pdb_breakpoints_preserved_across_interactive_sessions
-------------------------------------------------------------------
Mon Nov 29 00:17:07 UTC 2021 - Matej Cepl <mcepl@suse.com>