Bug 1192122
| Summary: | Switch totem to Python 3 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Bohuslav "Slavek" Kabrda <bkabrda> |
| Component: | totem | Assignee: | Bastien Nocera <bnocera> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 23 | CC: | bnocera, cfergeau, jberan, mhroncok |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-09-21 16:11: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: | |
| Embargoed: | |||
|
Description
Bohuslav "Slavek" Kabrda
2015-02-12 16:20:53 UTC
Hi, can you please do this before the deadline for Changes for F22? Otherwise we'd probably have to postpone even https://fedoraproject.org/wiki/Changes/Python_3_Migration_Improvements. Thanks. Was done upstream. The plugins already use Python3.
commit c36121418b09b36634965b6dc08f046b50cb8cf0
Author: Bastien Nocera <hadess>
Date: Tue Feb 17 12:36:27 2015 +0100
data: Remove outdated bug report helper script
It uses Python2, and GStreamer 0.10. Both are obsolete.
Yeah, but the latest totem RPM built for F22 [1] still depends on /usr/bin/python (which will keep pointing to Python 2 as per the approved change). This means that there's a file that has #!/usr/bin/python hashbang and RPM generates this auto dependency from it. Could you please switch this to #!/usr/bin/python3? Thanks. [1] http://koji.fedoraproject.org/koji/rpminfo?rpmID=5956333 (In reply to Bohuslav "Slavek" Kabrda from comment #3) > Yeah, but the latest totem RPM built for F22 [1] still depends on > /usr/bin/python (which will keep pointing to Python 2 as per the approved > change). This means that there's a file that has #!/usr/bin/python hashbang > and RPM generates this auto dependency from it. Could you please switch this > to #!/usr/bin/python3? > Thanks. > > [1] http://koji.fedoraproject.org/koji/rpminfo?rpmID=5956333 It's done upstream. It will get in Fedora when it gets into Fedora. Ah, I didn't know that the hashbang is fixed upstream as well. (I'm not sure where the official totem's git repo is, since I couldn't find the commit you referenced at [1]) Thanks a lot. [1] https://git.gnome.org/browse/totem/log/ (In reply to Bohuslav "Slavek" Kabrda from comment #5) > Ah, I didn't know that the hashbang is fixed upstream as well. (I'm not sure > where the official totem's git repo is, since I couldn't find the commit you > referenced at [1]) > > Thanks a lot. > > [1] https://git.gnome.org/browse/totem/log/ That's the commit: https://git.gnome.org/browse/totem/commit/?id=c36121418b09b36634965b6dc08f046b50cb8cf0 System wide change to make LiveCD Python3 only was accepted by FESCO please switch totem to use Python3 for Fedora23. I am re-opening this bug as it was filed against totem in Fedora, not for upstream. I see totem-1:3.16.2 in rawhide, which should include that commit and also, this test onl show Python 3 related dependencies: $ repoquery --requires totem --releasever rawhide | grep py libpeas-loader-python3(x86-32) python3-gobject libpeas-loader-python3(x86-64) Other subpackages show nothing. I suppose we could close this, is that right? Bastien, please just give me a confirmation that this works with Python 3 and that we can close this. OK, switching to MODIFIED, as it appears to be fixed, but nobody actually knows, if it works. Pretty sure this is fixed now. |