Bug 2366230
| Summary: | rust-pyo3-0.25.0 is available | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Upstream Release Monitoring <upstream-release-monitoring> |
| Component: | rust-pyo3 | Assignee: | Rust SIG <rust-sig> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | code, decathorpe, jwass3, ksurma, lbalhar, rust-sig |
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | rust-pyo3-0.25.0-2.fc43 | Doc Type: | --- |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-05-20 23:43:50 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2366589, 2367125 | ||
|
Description
Upstream Release Monitoring
2025-05-14 12:24:50 UTC
This version supposedly brings the support of Python 3.14 - we'd really need this to land in Fedora before the planned Python rebuild, so that we can test Python packages depending on the Rust bindings. We currently plan the Python rebuild for ~June 2nd, given that the most important package stacks are in a good shape. Is this something we can work towards? As I understand it, "support for Python 3.14" only means "support for APIs not covered by the stable ABI". So projects that only depend on APIs from the stable ABI don't need PyO3 0.25 (which is most of them). That said, I had planned to work on this soon (definitely before I leave for Flock). I'm going to try to build the latest version of pyo3 in our COPR. We can then start testing new versions of the packages that might bring compatibility with Python 3.14. alright alright I'm working on it 🙄 And I repeat myself, but you *should not* need PyO3 0.25 for most things - packages that only use Py_LIMITED_API stuff should work with older PyO3 versions just fine. We got hit by python-rpds-py segfault (https://bugzilla.redhat.com/show_bug.cgi?id=2366214), which transitively blocks a lot of the other packages (jsonschema etc etc). It looks that pydantic stack may also require the newer pyo3 version. With Lumir's copr update, python-rpds-py built successfully and its dependents too. While it may be true that most packages don't need the update, some block significant parts of Python libraries dependency tree. Maybe even more with each new Python release. I have prepared the update for PyO3 v0.25 and am just waiting for releng now to approve the dist-git repo requests for the compat packages for v0.24. It should be available in rawhide within a few hours after that happens. FEDORA-2025-c92a4b7c9a (rust-ordered-float4-4.6.0-1.fc43, rust-ordered-float-5.0.0-1.fc43, and 10 more) has been submitted as an update to Fedora 43. https://bodhi.fedoraproject.org/updates/FEDORA-2025-c92a4b7c9a FEDORA-2025-c92a4b7c9a (rust-ordered-float4-4.6.0-1.fc43, rust-ordered-float-5.0.0-1.fc43, and 10 more) has been pushed to the Fedora 43 stable repository. If problem still persists, please make note of it in this bug report. |