From 56d0f719e08c3bfb25223e6d21af23e800e094c88fa6e966b97714a327b3290e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 4 Dec 2021 18:41:08 +0000 Subject: [PATCH] Fix changes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python310?expand=0&rev=25 --- python310.changes | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/python310.changes b/python310.changes index c52c0fb..62a9518 100644 --- a/python310.changes +++ b/python310.changes @@ -1,9 +1,15 @@ +------------------------------------------------------------------- +Sat Dec 4 18:40:28 UTC 2021 - Matej Cepl + +- 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 -- 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