File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,22 @@ Our announcements are published to an RSS feed `here <https://conda-forge.org/do
882022
99----
1010
11+ :2022-04-23: Packages for Qt/PyQt 5.15.2 are now available
12+
13+ After more than six months, the conda-forge team and contributors have managed
14+ to update the Qt5 packages to the latest LTS version, 5.15.2. Major changes include
15+ separating the package for QtWebEngine (``qt-webengine ``) from the rest of Qt (now in a new
16+ package called ``qt-main ``). This allows recipes that do not use any of the
17+ WebEngine components to depend only on ``qt-main ``, reducing the total size of
18+ the downloaded binaries. As a result of this, ``qt `` will be a metapackage that
19+ installs both ``qt-main `` and ``qt-webengine `` as dependencies.
20+
21+ With respect to PyQt, the new packages now are in sync with respect to their
22+ corresponding PyPI releases, which means that the ``pyqt `` package will only provide
23+ the core components of Qt, leaving ``pyqtwebengine `` and ``pyqtcharts `` as optional
24+ packages that extend PyQt by providing the QtWebEngine and QtCharts components,
25+ respectively. A migrator will be put in place to help with the transition.
26+
1127:2022-04-20: New Semi-automated PR Labeling in conda-forge/staged-recipes
1228
1329 A GitHub action now monitors comments on issues in staged-recipes and will add
You can’t perform that action at this time.
0 commit comments