Package: pyside6 / 6.9.2-1
Metadata
Package | Version | Patches format |
---|---|---|
pyside6 | 6.9.2-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 test with current interpreter.patch | (download) |
testing/buildlog.py |
5 5 + 0 - 0 ! |
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 ! |
disable-qtexampleicons |
0003 Fix missing subparser in test harness.patch | (download) |
testing/command.py |
1 1 + 0 - 0 ! |
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 ! |
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 ! |
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 ! |
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 ! |
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 ! |
xfail smart::smart_pointer Failure seen on armel |
0009 XFAIL QtQml qquickitem_grabToImage.patch | (download) |
build_history/blacklist.txt |
4 4 + 0 - 0 ! |
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 ! |
fix python module paths in cmake |