[PyQt] ANN: PyQt v5.14.0 Released

Benoit Pierre benoit.pierre at gmail.com
Fri Dec 20 12:55:15 GMT 2019


On Thu, Dec 19, 2019 at 9:25 PM Phil Thompson <phil at riverbankcomputing.com>
wrote:

> PyQt v5.14.0 has been released. This adds support for Qt v5.14.0. There
> are corresponding releases of PyQtWebEngine, PyQt3D, PyQtChart,
> PyQtDataVisualization and PyQtPurchasing.
>
> These are the first releases built with SIP v5 so there may be some
> slight packaging differences. In particular the source tarballs are now
> held on PyPI.
>

Hi,

There's an issue with the build requirements which prevent pip's PEP 517
support from working, here the patch I applied to make it work:

--- pyproject.toml.orig    2019-12-20 13:51:45.860580598 +0100
+++ pyproject.toml    2019-12-20 13:51:53.268580238 +0100
@@ -1,6 +1,6 @@
 # Specify the build system requirements.
 [build-system]
-requires = ["sip >=5.0.1 <6", "PyQt-builder >=1.1.0, <2"]
+requires = ["sip >=5.0.1, <6", "PyQt-builder >=1.1.0, <2"]
 build-backend = "sipbuild.api"

 # Specify the PEP 566 metadata for the project.

Cheers,

-- 
A: Because it destroys the flow of conversation.
Q: Why is top posting dumb?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20191220/c5da2e99/attachment.html>


More information about the PyQt mailing list