Bug 1631858
Summary: | bodhi: Remove (sub)packages from Fedora 30+: python2-bodhi; make the rest Python 3 only | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
Component: | bodhi | Assignee: | Miro Hrončok <mhroncok> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | cstratak, igor.raits, jeremy, mhroncok, ngompa13, pviktori, rbarlow, zbyszek |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | bodhi-3.12.0-101.fc30 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-01-14 17:53:37 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: | 1647213, 1650648 | ||
Bug Blocks: | 1322027, 1625773 |
Description
Miro Hrončok
2018-09-21 17:58:00 UTC
I would like more time to finish converting Bodhi's server code to Python 3. I expect the upcoming Bodhi 3.11.0 release to fully support Python 3 server side, and plan to release that before Fedora 30 branches (and likely long before that, possibly even in the next month or two). Is that acceptable? Sure it is. getting somethign run on Python 3 is always better than ditching it. This pull request switches bodhi-server to use Python 3 and drops a majority of Bodhi's Python 2 dependencies: https://src.fedoraproject.org/rpms/bodhi/pull-request/5 It seems that I still have one Python 2 dependent package though: fedora-easy-karma. It uses python2-bodhi-client, which uses python2-bodhi, so we aren't quite ready to drop those packages and their dependencies yet (so there are still a few Python 2 dependencies in Bodhi. Shall we keep this ticket open until f-e-k is ready, or do you want to repurpose this ticket to track bodhi-server switching to Python 2 and open a new ticket with f-e-k is switched? > This pull request switches bodhi-server to use Python 3 and drops a majority of Bodhi's Python 2 dependencies Thanks \o/ > Shall we keep this ticket open until f-e-k is ready We shall keep this ticket open until f-e-k is ready. I'll also open a f-e-k bugzilla and make this one depend on it. I'm preparing a PR. |