Bug 2390011
| Summary: | Please branch and build python-pyqt6-webengine in epel10 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | fedepell <fede> |
| Component: | python-pyqt6-webengine | Assignee: | Yaakov Selkowitz <yselkowi> |
| Status: | CLOSED ERRATA | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | jgrulich, kde-sig, python-packagers-sig, yselkowi |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | python-pyqt6-webengine-6.9.0-0.1.el10_2 python-pyqt6-webengine-6.9.0-0.1.el10_1 | Doc Type: | --- |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-09-06 01:45:05 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
As of PyQt-builder 1.18.2, wheels are created with lower case names, hence the difference: https://github.com/Python-PyQt/PyQt-builder/issues/31 But so far that only applies to F43+, while the F42 branch is closer to the current state of RHEL 10 (wrt Qt6), and therefore epel10 could be branched from there. FEDORA-EPEL-2025-14dbaf800a (python-pyqt6-webengine-6.9.0-0.1.el10_2) has been submitted as an update to Fedora EPEL 10.2. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-14dbaf800a FEDORA-EPEL-2025-14dbaf800a has been pushed to the Fedora EPEL 10.2 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-14dbaf800a See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-EPEL-2025-3da625af1d has been pushed to the Fedora EPEL 10.1 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-3da625af1d See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. Thanks for taking care of it! FEDORA-EPEL-2025-14dbaf800a (python-pyqt6-webengine-6.9.0-0.1.el10_2) has been pushed to the Fedora EPEL 10.2 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-EPEL-2025-3da625af1d (python-pyqt6-webengine-6.9.0-0.1.el10_1) has been pushed to the Fedora EPEL 10.1 stable repository. If problem still persists, please make note of it in this bug report. |
Could it be possible to branch and build python-pyqt6-webengine in EPEL10? I've done some tests locally and mockbuild succeeded with only a minor change: ``` diff --git a/python-pyqt6-webengine.spec b/python-pyqt6-webengine.spec index 326841e..c652af0 100644 --- a/python-pyqt6-webengine.spec +++ b/python-pyqt6-webengine.spec @@ -72,7 +72,7 @@ done %files -n python%{python3_pkgversion}-pyqt6-webengine %doc README.md %license LICENSE -%{python3_sitearch}/pyqt6_webengine-%{version}%{?snap:.%{snap}}.dist-info +%{python3_sitearch}/*.dist-info %{python3_sitearch}/PyQt6/QtWebEngineCore.* %{python3_sitearch}/PyQt6/QtWebEngineQuick.* %{python3_sitearch}/PyQt6/QtWebEngineWidgets.* ``` Seemingly indeed the generated dir is named `PyQt6_WebEngine-6.9.0.dist-info` so uppercase. If you do not wish to maintain python-pyqt6-webengine in epel10, or do not think you will be able to do this in a timely manner, I would be happy to be a co-maintainer of the package (FAS fedepell); please add me through https://src.fedoraproject.org/rpms/python-pyqt6-webengine/adduser Many thanks! F. Reproducible: Always