Package: pyside6 / 6.9.2-1

Metadata

Package Version Patches format
pyside6 6.9.2-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 test with current interpreter.patch | (download)

testing/buildlog.py | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 find the build directory matching the current interpreter

This is needed to allow us to run tests with all supported Python versions.
Without this patch, the latest build directory will be always picked, no
matter what the current interpreter is.

0002 disable qtexampleicons.patch | (download)

sources/pyside6/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable-qtexampleicons


0003 Fix missing subparser in test harness.patch | (download)

testing/command.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix missing subparser in test harness

Not needed in the build but needed for debugging the test harness...

0004 Add failing tests to blacklist.patch | (download)

build_history/blacklist.txt | 16 16 + 0 - 0 !
1 file changed, 16 insertions(+)

 add failing tests to blacklist

Tests are still run but will fail. They are run multiple times to see if
they still fail - it would be better to just skip them.

It is not yet clear whether these failures are important.

0005 Fix numpy header detection.patch | (download)

build_scripts/utils.py | 13 2 + 11 - 0 !
1 file changed, 2 insertions(+), 11 deletions(-)

 fix numpy header detection

Existing code makes assumptions about site-packages/dist-packages
and fails to find the headers; numpy has an explicit function for this

0006 Mark arm64 test failures as xfail temporarily.patch | (download)

build_history/blacklist.txt | 8 8 + 0 - 0 !
1 file changed, 8 insertions(+)

 mark arm64 test failures as xfail temporarily

Try to at least get a package built to be able to debug the failure

0007 XFAIL a new test failure with 6.7.2.patch | (download)

build_history/blacklist.txt | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 xfail a new test failure with 6.7.2

Tests are substantially changed in new release; library not
being found in multi-arch paths

0008 XFAIL smart smart_pointer.patch | (download)

build_history/blacklist.txt | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 xfail smart::smart_pointer

Failure seen on armel

0009 XFAIL QtQml qquickitem_grabToImage.patch | (download)

build_history/blacklist.txt | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 xfail qtqml::qquickitem_grabtoimage

Failure seen on mips64el

0010 Fix python module paths in CMake.patch | (download)

sources/shiboken6/cmake/ShibokenHelpers.cmake | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix python module paths in cmake