python-qt-tools / PyQt5-stubs

Stubs for PyQt5
GNU General Public License v3.0
66 stars 31 forks source link

Build 5.15.4 #140

Closed altendky closed 3 years ago

altendky commented 3 years ago

Draft for:

altendky commented 3 years ago

@BryceBeagle, should we still be building the stubs as opposed to getting them from the wheels? I never feel like I know if I am getting the right versions of each thing from each place, etc.

BryceBeagle commented 3 years ago

iirc, we've been building the stubs since before the wheels shipped with them. They may be equivalent at this point. However, as not all of the bindings are available on PyPI, we'd need to either drop support or continue building some of them.

altendky commented 3 years ago

The changelog in the sdist doesn't show anything significant so maybe this is really all there is to be changed.

2021-03-05  Phil Thompson  <phil@riverbankcomputing.com>

    * NEWS:
    Released as v5.15.4.
    [b30547186181] [5.15.4] <5.15-maint>

    * qpy/QtCore/qpycore_qt_conf.cpp:
    Fixed the embedded conf file.
    [28d8448d1ec4] <5.15-maint>

2021-03-04  Phil Thompson  <phil@riverbankcomputing.com>

    * lib/configure.py, lib/project.py:
    Fixed the Qt subdirectory in __init__.py.
    [1cd001d504ab] <5.15-maint>

2021-03-02  Phil Thompson  <phil@riverbankcomputing.com>

    * NEWS:
    Updated the NEWS file.
    [755c706e32ba] <5.15-maint>

2021-02-27  Phil Thompson  <phil@riverbankcomputing.com>

    * lib/pyproject.toml:
    Fixed the project dependencies.
    [f945ce38080e] <5.15-maint>

    * rb-product, rb-product.toml:
    Updated the product file.
    [fc2239114623] <5.15-maint>
altendky commented 3 years ago

Separate I guess...