Re: ANN: PyQt v5.14.1 Released
Florian Bruhin <[email protected]>
| Newsgroups | gmane.comp.python.pyqt-pykde |
|---|---|
| Message-ID | <[email protected]> |
Hey,
On Mon, Jan 06, 2020 at 01:04:32AM +0000, Phil Thompson wrote:
> PyQt v5.14.1 has been released. This is a minor bug-fix release.
It looks like that release is a manylinux2014 rather than a manylinux1 release.
Is that intended?
While this probably is a good idea in general (manylinux1 seems to be based on
CentOS 5.11, which had its EOL in March 2017), tooling support for
manylinux2014 is very new:
https://packaging.python.org/specifications/platform-compatibility-tags/#manylinux-compatibility-support
- pip 19.3 supporting it was released 2019-10-14
- virtualenv 16.7.6 bundling that was released 2019-10-16
Things look slightly better for manylinux2010 (based on CentOS
6, supported until November 2020):
- pip 19.0 (2019-01-22)
- virtualenv 16.3.0 (2019-01-25)
Currently, this means a "pip install PyQt5" on Archlinux (usually regarded
quite a bleeding-edge distribution) will result in pip building PyQt5 from
sources. Arch currently ships pip 19.2.3, with 19.3 being in its testing
repositories:
https://www.archlinux.org/packages/?q=python-pip
I'm also having trouble with Travis CI for some reason. I upgrade to pip 19.3
and virtualenv 16.7.9, but for some reason it still tries to build the wheel,
then fails with:
AttributeError: module 'sipbuild.api' has no attribute 'prepare_metadata_for_build_wheel'
[...]
sipbuild.exceptions.UserException
https://travis-ci.org/qutebrowser/qutebrowser/jobs/633158892#L268
There are two strange things happening there:
- Why is it building from source instead of using the wheel?
- Why is building the wheel failing (I'm guessing because there is no Qt
installed at all)?
Florian
--
[email protected] (Mail/XMPP) | https://www.qutebrowser.org
https://bruhin.software/ | https://github.com/sponsors/The-Compiler/
GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc
I love long mails! | https://email.is-not-s.ms/
_______________________________________________
PyQt mailing list [email protected]
https://www.riverbankcomputing.com/mailman/listinfo/pyqt
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEE4E5WAAJAG47w528KkW6wyP1VoHIFAl4TLjQACgkQkW6wyP1V oHKcZQ//XKNz05SGdgltONAbg98/RJ+3ltGvqAQefa0xl82eTfZaNziD4j18xIZx DLHASE5RHP9Ge/pOYygAOHk9pRPC3xzieLVQol/O4VVX/v8blmsrFG08s7zqi7R+ YpL6uHnTphcApts7I9c1z/P0xC15NHAM6M9ekVuBFlg8AB7fJF7a26+tZlDaBMbS 71OL2MtVJgg77QXxMnhsAv1zP/2t7/kndax14fLNncEbhQ9CVfA9kTLfx06/vOvV J1Wlnd4CkuhJnPomifgzHBLkCTkqq3ZslHma0jFRStKTULcVnUltOkPzQ2s/qPp9 sLu63phWUBVBokCri5LY/Ld1Fr2lH//KxcZ3t+Zk9hRxMwmSMKFIQyY5XBM71RTi cQv7muQ8om17vx8V9SdJtVfvEeKg6fLPuOHDDhjzkZIelMQOBInnhJjKeejHPfke +Kg0Y0V+5kvqFheZpNfwI9l4xL0FnRGyTQ4whvtJZsbkJcwWha/ZpLcC3/RBJTYN ix2/RBJsPXsjefgfcamaib/cicRJPc37mpzycPJFjQjoGLcPnAGxsYM2OJcRLkqi TyN5LPKas1I0c7OHPeGXx5Xl8Cb35w+mcn7opK5ENtojHlvZFm5CYhQk+I9hCzQw DwWTIG/lSJiuSfeNhyt2+wvunaAEHR1NH8jNhTNeuX9+0AF7nD8= =nwhB -----END PGP SIGNATURE-----