Bug 2311860
Summary: | vim python plugins fail due to _PyObject_NextNotImplemented symbol removed from python >= 3.13 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Wes Turner <wes.turner> |
Component: | vim | Assignee: | Zdenek Dohnal <zdohnal> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 41 | CC: | bnrj.rudra, carl, fedora, michael.scheiffler, mmuehlfe, nphilipp, praiskup, robatino, zdohnal |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | vim-9.1.737-1.fc42 vim-9.1.737-1.fc41 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-09-23 11:14:39 UTC | Type: | Bug |
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: | 2311031, 2247867 |
Description
Wes Turner
2024-09-12 05:34:39 UTC
Patch is applied upstream, I've worked around this with: $ fedpkg clone vim && cd vim $ ./vim-update.sh # terminate soon enough, before the tarball upload! $ fedpkg srpm $ mock /home/praiskup/rh/packages/vim/vim-9.1.727-1.fc42.src.rpm The current upstream patchlevel breaks upstream test suite with Python 3.13... I'll look into it further what is the problem. *** Bug 2313514 has been marked as a duplicate of this bug. *** I was able to create a fix one of the issues which came up with Python 3.13 and broke test suite after Vim starts requiring Python stable abi - I will still need to waive the suite on F41+, because there is still one issue lingering there, but I will build the package to provide Python3 module support in the meantime. FEDORA-2024-08fde02705 (vim-9.1.737-1.fc42) has been submitted as an update to Fedora 42. https://bodhi.fedoraproject.org/updates/FEDORA-2024-08fde02705 FEDORA-2024-f740e0bde9 (vim-9.1.737-1.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2024-f740e0bde9 FEDORA-2024-f740e0bde9 has been pushed to the Fedora 41 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-f740e0bde9` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-f740e0bde9 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. *** Bug 2313956 has been marked as a duplicate of this bug. *** *** Bug 2313954 has been marked as a duplicate of this bug. *** FEDORA-2024-08fde02705 (vim-9.1.737-1.fc42) has been pushed to the Fedora 42 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2024-f740e0bde9 (vim-9.1.737-1.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report. |