Bug 710880 - use python2, not python3, for the executable
Summary: use python2, not python3, for the executable
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: babel
Version: 15
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ---
Assignee: Nils Philippsen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-06-05 13:30 UTC by Kevin Raymond
Modified: 2011-06-21 17:27 UTC (History)
2 users (show)

Fixed In Version: babel-0.9.6-1.fc15
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-06-21 17:27:58 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Kevin Raymond 2011-06-05 13:30:56 UTC
By default, pybabel is using python3. That's wrong, python2 should be used by default and a subpackage adding "python3" in its name should be created.

< #!/usr/bin/python3
---
> #!/usr/bin/python

"So all python3 modules MUST have python3 in their name."

Source: http://fedoraproject.org/wiki/PackageNamingGuidelines#Addon_Packages_.28python3_modules.29

Comment 1 Nils Philippsen 2011-06-06 14:01:38 UTC
Well, pybabel is not a module but a script. Your reservations are valid however even if not covered by policy. The reason for this is very likely that when installing the python3 babel modules, the python3-using pybabel script overwrites the python2-using one.

Comment 2 Kevin Raymond 2011-06-07 00:11:39 UTC
Yeah, I thought to late about the fact that it is not a module.
Thanks for handling that.

Comment 3 Fedora Update System 2011-06-07 10:42:29 UTC
babel-0.9.6-1.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/babel-0.9.6-1.fc15

Comment 4 Fedora Update System 2011-06-07 10:46:14 UTC
babel-0.9.6-1.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/babel-0.9.6-1.fc14

Comment 5 Fedora Update System 2011-06-07 10:49:14 UTC
babel-0.9.6-1.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/babel-0.9.6-1.fc15

Comment 6 Fedora Update System 2011-06-09 00:00:31 UTC
Package babel-0.9.6-1.fc15:
* should fix your issue,
* was pushed to the Fedora 15 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing babel-0.9.6-1.fc15'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/babel-0.9.6-1.fc15
then log in and leave karma (feedback).

Comment 7 Fedora Update System 2011-06-21 17:10:51 UTC
babel-0.9.6-1.fc14 has been pushed to the Fedora 14 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 8 Fedora Update System 2011-06-21 17:27:53 UTC
babel-0.9.6-1.fc15 has been pushed to the Fedora 15 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.