[neon/qt/pyside2/Neon/release] debian/patches: referesh patches
    Carlos De Maine 
    null at kde.org
       
    Sun Aug 31 00:26:16 BST 2025
    
    
  
Git commit 2a7e3a6a272d8bba88ab3ece4350e1f293528734 by Carlos De Maine.
Committed on 30/08/2025 at 23:26.
Pushed by carlosdem into branch 'Neon/release'.
referesh patches
D  +0    -33   debian/patches/Fix-tests-sample_privatector-sample_privatedtor-failing-w.patch
M  +0    -1    debian/patches/series
https://invent.kde.org/neon/qt/pyside2/-/commit/2a7e3a6a272d8bba88ab3ece4350e1f293528734
diff --git a/debian/patches/Fix-tests-sample_privatector-sample_privatedtor-failing-w.patch b/debian/patches/Fix-tests-sample_privatector-sample_privatedtor-failing-w.patch
deleted file mode 100644
index 8a597897..00000000
--- a/debian/patches/Fix-tests-sample_privatector-sample_privatedtor-failing-w.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From: Friedemann Kleint <Friedemann.Kleint at qt.io>
-Date: Mon, 18 Sep 2023 13:39:17 +0200
-Subject: Fix tests sample_privatector sample_privatedtor failing with Python
- 3.11.5
-
-Remove special characters from the format string as they cause:
-ValueError PyUnicode_FromFormatV() expects an ASCII-encoded format string, got a non-ASCII byte: 0xc2
-
-Fixes: PYSIDE-2465
-Pick-to: 6.6 6.5 6.2 5.15
-Change-Id: I506efcb44168fdc979a1d16bf33d5d5d14525e2e
-Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh at qt.io>
-(cherry picked from commit e726ec6450553d268413ab10ed68889a1c1f4fa6)
----
- sources/shiboken2/libshiboken/basewrapper.cpp | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/sources/shiboken2/libshiboken/basewrapper.cpp b/sources/shiboken2/libshiboken/basewrapper.cpp
-index 1919f28..f908f22 100644
---- a/sources/shiboken2/libshiboken/basewrapper.cpp
-+++ b/sources/shiboken2/libshiboken/basewrapper.cpp
-@@ -841,9 +841,9 @@ PyObject *SbkQAppTpNew(PyTypeObject *subtype, PyObject *, PyObject *)
- PyObject *SbkDummyNew(PyTypeObject *type, PyObject *, PyObject *)
- {
-     // PYSIDE-595: Give the same error as type_call does when tp_new is NULL.
-+    const char regret[] = "¯\\_(ツ)_/¯";
-     PyErr_Format(PyExc_TypeError,
--                 "cannot create '%.100s' instances ¯\\_(ツ)_/¯",
--                 type->tp_name);
-+                 "cannot create '%.100s' instances %s", type->tp_name, regret);
-     return nullptr;
- }
- 
diff --git a/debian/patches/series b/debian/patches/series
index 02edb58c..c5ed5070 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,7 +4,6 @@ blacklist-failing-tests.patch
 test-with-current-interpreter.patch
 Shiboken-Fix-the-oldest-shiboken-bug-ever.patch
 PyEnum-make-forgiving-duplicates-work-with-Python-3.11.patch
-Fix-tests-sample_privatector-sample_privatedtor-failing-w.patch
 Python-3.12-Fix-the-structure-of-class-property.patch
 Support-running-PySide-on-Python-3.12.patch
 Final-details-to-enable-3.12-wheel-compatibility.patch
    
    
More information about the Neon-commits
mailing list