* Wed Mar 27 2024 Christophe Marin <christophe@krop.fr>
- Exclude a broken pyside test since Qt 6.6.3 release
* Sat Feb 17 2024 Christophe Marin <christophe@krop.fr>
- Update to 6.6.2. Check the installed changes-6.6.2 file for the
full list of changes
- Rebase 0001-Always-link-to-python-libraries.patch
* Fri Jan 26 2024 Ben Greiner <code@bnavigator.de>
- Enable SLE15 python module for a more modern python than 3.6
- Use primary_python flavor for Tumbleweed (which provides python3)
* Thu Dec 07 2023 Christophe Marin <christophe@krop.fr>
- Update to 6.6.1. Check the installed changes-6.6.1 file for the
full list of changes
- Drop patch, merged upstream:
* 0001-Fix-QtAsyncio-install-dir.patch
* Tue Oct 17 2023 Christophe Marin <christophe@krop.fr>
- Update to 6.6.0. Check the installed changes-6.6.0 file for the
full list of changes
- Drop patches, merged upstream:
* 0001-Fix-tests-sample_privatector-sample_privatedtor-fail.patch
* 0001-adapt-qC_Debug_Info_Warning_Critical_-for-new-definition.patch
- Add patch:
* 0001-Fix-QtAsyncio-install-dir.patch
* Wed Oct 04 2023 Antonio Larrosa <alarrosa@suse.com>
- Add patch from upstream to fix a build failure:
* 0001-adapt-qC_Debug_Info_Warning_Critical_-for-new-definition.patch
* Mon Sep 18 2023 Christophe Marin <christophe@krop.fr>
- Add patch to fix failure with Python 3.11.5:
* 0001-Fix-tests-sample_privatector-sample_privatedtor-fail.patch
* Wed Jul 26 2023 Christophe Marin <christophe@krop.fr>
- Update to 6.5.2. Check the installed changes-6.5.2 file for the
full list of changes
- Drop patch, merged upstream:
* 0001-CMake-Fix-installation-of-pyi-files.patch
* Tue May 30 2023 Christophe Marin <christophe@krop.fr>
- Update to 6.5.1. Check the installed changes-6.5.1 file for the
full list of changes
- Drop patch, merged upstream:
* 0001-Fix-build-when-using-QT_FEATURE_opengles2.patch
- Add patch:
* 0001-CMake-Fix-installation-of-pyi-files.patch
* Mon Apr 24 2023 Frederic Crozat <fcrozat@suse.com>
- Generate egg-info.
* Sat Apr 22 2023 Christophe Marin <christophe@krop.fr>
- Add patch to fix build on arm (boo#1210723):
* 0001-Fix-build-when-using-QT_FEATURE_opengles2.patch
* Tue Apr 04 2023 Christophe Marin <christophe@krop.fr>
- Update to 6.5.0. Check the installed changes-6.5.0 file for the
full list of changes
- Drop patch, merged upstream:
* 0001-Don-t-install-CMake-files-into-versioned-directories.patch
- Build pyside with llvm15 on Tumbleweed to work around
boo#1210176 / https://bugreports.qt.io/browse/PYSIDE-2268
* Fri Mar 17 2023 Christophe Marin <christophe@krop.fr>
- Temporarily disable Qt3D bindings on x86
* Wed Jan 11 2023 Christophe Marin <christophe@krop.fr>
- Update to 6.4.2. Check the installed changes-6.4.2 file for the
full list of changes
- Drop patches, merged upstream:
* 0001-Fix-a-cmake-only-build.patch
* 0002-Fix-a-cmake-only-build-amended.patch
* Tue Dec 06 2022 Christophe Marin <christophe@krop.fr>
- Disable two additional tests on aarch64
* Thu Nov 24 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 6.4.1. Check the installed changes-6.4.1 file for the
full list of changes
* The long missing support for __slots__ was finally added
* Documentation builds have been fixed to work with
system-installed versions of Qt 6.
* A bug when passing wrong keyword args to signals has been fixed
* The build with OpenGLES has been fixed
* Crashes when not implementing abstract methods have been
fixed
* Python 3.10 and higher are not compatible to the
__signature__ attribute. This has been fixed by a temporary
patch until the final removal of that attribute.
- Drop patch, merged upstream:
* pyside-6.4.0-arm_gles.patch
- Add patches to fix CMake builds:
* 0001-Fix-a-cmake-only-build.patch
* 0002-Fix-a-cmake-only-build-amended.patch
* Sun Oct 16 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 6.4.0. Check the installed changes-6.4.0 file for the
full list of changes
* Modules QtPdf, QtPdfWidgets and QtSpatialAudio have been added
* The Qt5Compat QML imports have been added (QtGraphicalEffects)
* Errors message about test-configuring projects with cmake
have been improved
* The feature module has been improved by a reset function
* The documentation build process has been improved; it no
longer requires a complete PySide6 build
* Support for Python 3.11 has been added
- Drop patch, fixed upstream
* 0001-Adapt-to-Qt-6.4.patch
- Fix the shiboken constraints
- Add patch to fix build failures on ARM:
* pyside-6.4.0-arm_gles.patch
* Fri Sep 30 2022 Christophe Giboudeaux <christophe@krop.fr>
- Add Qt 6.4 compatibility patch:
* 0001-Adapt-to-Qt-6.4.patch
- Add QtQuick3D and QtSpeech bindings
- Disable a failing test when building with Qt 6.4
* Tue Sep 13 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 6.3.2. Check the installed changes-6.3.2 file for the
complete list of changes.
* Sat Aug 06 2022 Christophe Giboudeaux <christophe@krop.fr>
- Use CMAKE_SKIP_RPATH when building python3-shiboken6 to avoid
non-existent RUNPATH entries in the library.