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
8
8
2022
9
9
----
10
10
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
+ separate packages for QtWebEngine (``qt-webengine ``) and the rest of Qt 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 `` is now a metapackage that
19
+ will install 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
+
11
27
:2022-04-20: New Semi-automated PR Labeling in conda-forge/staged-recipes
12
28
13
29
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