Closed jaimergp closed 2 years ago
There is PR ( https://github.com/conda-forge/qt-feedstock/pull/198 ), which is trying to add 5.15.2. Though as you say there will not be additional patch releases.
Someone is welcome to try a Qt 6 PR.
A relevant question here is how the whole PyQt, PySide, etc. ecosystem are affected by either change as those are what Python users (seeing xref'd issue link) are most interested in. Idk that answer maybe someone can go study this issue and report back?
Oh, I totally missed that PR, thanks for the hint!
I checked for PySide, and only found some tangentially related info about their LTS status in a blog post from 2018:
Note that Qt for Python is tightly bound to a particular Qt version and does not inherit the LTS (three years of support) flag from Qt 5.12. This means that this release is supported for one year starting on its release day. Our aim for the future is to release Qt for Python at the same time as the Qt version that Qt for Python is based on. Unfortunately, our release process has not reached this point quite yet.
Also found this message in their Gitter room, which I guess we were expecting:
User: Hey there :wave:, What is the plan regarding Qt 5.15.3, will there be a 5.15.3 branch? Do you have an estimate when we can expect it? Maintainer: Hey, we are just following what Qt releases. Since 5.15.3 is a commercial only LTS release, there will be no OSS release. The fixes for that version are not critical, nor related to security (at least on Python land), and all of them are included in PySide6. If you are still not on PySide6 due to missing modules, I'm certain that in 6.1 you will have most of the modules you need :)
For PyQt I couldn't find anything worth sharing. Their wheels do vendor parts of Qt itself, so I guess it's expected they they follow what Qt does and stop OSS support at 5.15.2. But Might be wrong.
Qt 5.12 is EOL on 2021-12-05.
Next LTS is 5.15, but allegedly only for commercial license holders:
In practice, I guess that means 5.15 is not LTS for us. So... Qt 6.x it is? The next LTS will be 6.2, but it will have the same treatment as 5.15: once 6.3 is released, LTS will only be available for commercial users.
There's also the KDE-maintained series of patches on top of 5.15.2, which could provide some room there. They don't do releases though.
Thoughts @conda-forge/core?