1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
|
v1.14.1 22nd January 2023
- Support different patch versions for Qt v5.15.
v1.14.0 21st September 2022
- Added support for QtPdf, QtPdfWidgets and QtTextToSpeech for PyQt6.
- SIP v6.7 is now required.
v1.13.0 6th June 2022
- The default ABI versions are now v12.11 and v13.4 so that wrapped classes
can be used by sip.array.
- Removed support for bundling version of Qt older than v5.15.
- Removed support for Python v3.6.
v1.12.2 25th October 2021
- A bug fix release.
v1.12.1 11th October 2021
- A bug fix release.
v1.12.0 11th October 2021
- Build universal2 wheels for Qt v6.2 and later when using Python v3.10 and
later.
- Added the '--arch' command line option to pyqt-bundle to specify a
particular architecture (x86_64 or arm64) to bundle on macOS.
v1.11.0 25th September 2021
- Added support for bundling Qt v6.2.
- Added support for PyQt6-WebEngine to pyqt-bundle.
v1.10.3 4th July 2021
- A bug fix release.
v1.10.2 23rd June 2021
- A bug fix release.
v1.10.1 13th May 2021
- The default sip module ABI version is now the minimum required by current
PyQt versions rather than the latest available from SIP.
v1.10.0 10th April 2021
- Added support for bundling Qt v6.1.
- Added support for PyQt6-Charts to pyqt-bundle.
- Added support for PyQt6-DataVisualization to pyqt-bundle.
v1.9.1 2nd March 2021
- Handle the changed Qt installation directory used by PyQt5 v5.15.4 and
later, and PyQt6 v6.0.3 and later.
v1.9.0 23rd February 2021
- Added support for PyQtNetworkAuth to pyqt-bundle.
- Added support for creating Qt5 wheels.
- The default minimum glibc version for Qt6 is now v2.28.
- The default minimum macOS version for Qt6 is now v10.14.
v1.8.0 5th February 2021
- Added the (as yet undocumented) pyqt-qt-wheel utility.
- chrpath and install_name_tool are no longer required when bundling Qt v5.15
or later.
v1.7.0 4th January 2021
- Added support for PyQt6, PyQt6-3D and PyQt6-NetworkAuth to pyqt-bundle.
v1.6.0 23rd November 2020
- Appropriate defaults are now provided for the 'abi-version' and
'sip-module' options.
- Added the 'jobs' builder option and corresponding '--jobs' command line
option to sip-build, sip-install and sip-wheel.
v1.5.0 29th August 2020
- Added the 'android-abis' project option and corresponding '--android-abi'
command line option to sip-build, sip-install and sip-wheel.
- Added 'PYQTBUILD_VERSION' and 'PYQTBUILD_VERSION_STR' to the 'pyqtbuild'
module API.
- Added support for bundling QtTextToSpeech.
v1.4.0 1st June 2020
- Added the '--ignore-missing' command line option to pyqt-bundle. This will
ignore any files missing from the Qt installation. This allows the
bundling of an unsupported or non-standard Qt installation but may result
in a non-working wheel.
- The minimum macOS version specified in a wheel name is now dependent on the
version of Qt.
- Added support for bundling Qt v5.15.
- Updated the redistributables to MSVC 2019.
v1.3.2 20th April 2020
- A bug fix release.
v1.3.1 10th April 2020
- A bug fix release.
v1.3.0 3rd April 2020
- Added the '--exclude' command line option to pyqt-bundle.
v1.2.0 6th January 2020
- Added the 'target-qt-dir' project option and corresponding
'--target-qt-dir' command line option to sip-wheel.
v1.1.0 18th December 2019
- Added support for bundling Qt v5.14.
v1.0.1 3rd November 2019
- A bug fix release.
v1.0.0 4th October 2019
- The release of PyQt-builder v1.
|