ANN: SIP v6.6.0 Released

Ben Greiner code-pyqt at bnavigator.de
Wed Apr 13 09:43:36 BST 2022


Hi Phil,

Am 12.04.22 um 23:30 schrieb Phil Thompson:
> SIP v6.6.0 has been released. The main changes are internal with the 
> flex/bison parser replaced with a pure Python implementation using 
> PLY. This is the first stage of turning SIP into a pure Python package.
>
> Phil

Please update the metadata on the PyQt6-sip and PyQt5-sip packages in 
PyPI. They have this in sip.h:

/* Sanity check on the Python version. */
#if PY_VERSION_HEX < 0x03070000
#error "This version of PyQt6.sip requires Python v3.7 or later"
#endif

but still

python_requires='>=3.6',

in setup.py

This will cause some grief on user's machines, which are stuck with the 
EOL Python 3.6 (e.g. openSUSE Leap 15.3 and even upcoming 15.4) and try 
to install PyQt into their user sitelib via pip.

Regards,
Ben
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 236 bytes
Desc: OpenPGP digital signature
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20220413/7c9e304e/attachment.sig>


More information about the PyQt mailing list