| Summary: | add Python 3 support | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ken Dreyer (Red Hat) <kdreyer> |
| Component: | kobo | Assignee: | Lumír Balhar <lbalhar> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 25 | CC: | dmach, kdudka, lbalhar |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-10-30 06:25:40 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: | |
|
Description
Ken Dreyer (Red Hat)
2016-04-18 16:56:21 UTC
I can write a patch if you let me know what is the minimum version of Python that kobo has to support? (In reply to Ken Dreyer (Red Hat) from comment #1) > I can write a patch if you let me know what is the minimum version of Python > that kobo has to support? Jay Greguske tells me it's Python 2.6 https://github.com/release-engineering/kobo/pull/16 https://github.com/release-engineering/kobo/pull/17 I need to ask my team first. Kobo supports py2.4 (rhel5) -> py2.7 (rhel7/fedora24) and many scripts depend on that. We probably need to change the minimal requirement to py2.6. I've tested both PRs on el5 and there is no behavior change from the code that is currently in master. This bug appears to have been reported against 'rawhide' during the Fedora 25 development cycle. Changing version to '25'. My pull request [0] is merged so Kobo has support for Python 3 in master branch now. I am waiting for a new release and then we can make this change available via RPMs. [0] https://github.com/release-engineering/kobo/pull/48 Kobo has Python 3 support in current version 0.7.0 and python3- subpackages are available in rawhide (+ updates for F27, F26 and F25) If you find something new without Python 3 compatibility, let us know, please. |