[PyQt] ANN: SIP v4.19.12 Released

Phil Thompson phil at riverbankcomputing.com
Sun Jul 8 13:27:06 BST 2018


SIP v4.19.12 has been released. This fixes a regression in the handling of enums that affects a single PyQt5 enum. It also fixes out-of-tree builds.

configure.py has a new --no-module option to disable the build of the sip module. The different configuration patterns can be summarised as follows...

To configure the tools and the legacy sip module (ie. not for the latest PyQt5):

    python configure.py

To configure the tools and PyQt5's private sip module:

    python configure.py --sip-module PyQt5.sip

To configure just the tools:

    python configure.py --no-module

To configure just PyQt5's private sip module:

    python configure.py --sip-module PyQt5.sip --no-tools

By "tools" I mean the code generator, the build system and the sip.h file.

Phil


More information about the PyQt mailing list