Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python310 for openSUSE:Factory 
checked in at 2021-12-05 22:46:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python310 (Old)
 and      /work/SRC/openSUSE:Factory/.python310.new.31177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python310"

Sun Dec  5 22:46:06 2021 rev:9 rq:935695 version:3.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python310/python310.changes      2021-12-02 
22:31:28.326394690 +0100
+++ /work/SRC/openSUSE:Factory/.python310.new.31177/python310.changes   
2021-12-05 22:46:44.341519384 +0100
@@ -1,0 +2,7 @@
+Sat Dec  4 18:40:28 UTC 2021 - Matej Cepl <[email protected]>
+
+- 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).
+
+-------------------------------------------------------------------

Old:
----
  pdb_adjust_breakpoints.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python310.spec ++++++
--- /var/tmp/diff_new_pack.y7z7Fs/_old  2021-12-05 22:46:45.021517168 +0100
+++ /var/tmp/diff_new_pack.y7z7Fs/_new  2021-12-05 22:46:45.025517155 +0100
@@ -146,9 +146,6 @@
 # PATCH-FIX-SLE skip-test_pyobject_freed_is_freed.patch [email protected]
 # skip a test failing on SLE-15
 Patch34:        skip-test_pyobject_freed_is_freed.patch
-# PATCH-FIX-UPSTREAM pdb_adjust_breakpoints.patch bugno [email protected]
-# adjust results of a doctest
-Patch35:        pdb_adjust_breakpoints.patch
 BuildRequires:  autoconf-archive
 BuildRequires:  automake
 BuildRequires:  fdupes
@@ -402,7 +399,6 @@
 %if 0%{?sle_version} && 0%{?sle_version} <= 150300
 %patch34 -p1
 %endif
-%patch35 -p1
 
 # drop Autoconf version requirement
 sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac
@@ -422,6 +418,8 @@
 for dir in Lib Tools; do
     find $dir -name '*.py' -type f -exec sed -i '1{/^#!.*python/ d}' '{}' \;
 done
+# We shortened the file Lib/pdb.py so we have to move the test breakpoint 
location
+sed -i -e '/Breakpoint 3 at ...pdb.py:94/s/94/93/' Lib/test/test_pdb.py
 %endif
 
 # drop in-tree libffi and expat

Reply via email to