Bug 1178422
| Summary: | python-six-1.9.0 is available | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Upstream Release Monitoring <upstream-release-monitoring> |
| Component: | python-six | Assignee: | Bohuslav "Slavek" Kabrda <bkabrda> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | apevec, bkabrda, dhill, hguemar, mrunge, rkuska |
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-six-1.9.0-1.fc21 | Doc Type: | Enhancement |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-03-17 01:53:49 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: | |||
|
Description
Upstream Release Monitoring
2015-01-04 01:15:48 UTC
This is OpenStack Kilo dependency, please update to 1.9.0 Also, what about pushing this update to all branches if six is backward compatible? hguemar's python-six-1.9.0-1.fc23 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=614377 (In reply to Alan Pevec from comment #1) > This is OpenStack Kilo dependency, please update to 1.9.0 > > Also, what about pushing this update to all branches if six is backward > compatible? I've been through the diff between six 1.9.0 and 1.7.3 (F20) and all the changes are backwards compatible fixes/additions. I'll update in F20 and later. Sorry for the delay! python-six-1.9.0-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/python-six-1.9.0-1.fc20 python-six-1.9.0-1.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/python-six-1.9.0-1.fc21 python-six-1.9.0-1.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/python-six-1.9.0-1.fc22 @Bohuslav: thanks ! Package python-six-1.9.0-1.fc21: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing python-six-1.9.0-1.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-3553/python-six-1.9.0-1.fc21 then log in and leave karma (feedback). python-six-1.9.0-1.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. python-six-1.9.0-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. python-six-1.9.0-1.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. Hi guys, I've tried running devstack on a new Fedora 22 installation and for some reasons, the package says 1.9.0 but the six.py file contains 1.2 instead of 1.9. Devstack fails at loading six.PY2 ... Dave Run python interpreter from a directory where you start the devstack, type:
>>> import six
>>> six.__file__
(In reply to David Hill from comment #12) > Hi guys, > > I've tried running devstack on a new Fedora 22 installation and for some > reasons, the package says 1.9.0 but the six.py file contains 1.2 instead of > 1.9. Devstack fails at loading six.PY2 ... > > Dave Please do what Robert suggested and post output here. It's possible that you have a) installed a different version in your ~/.local/ b) replaced the version in site-packages by "sudo pip install" call If a) is the case, then you need to uninstall that six; if b) is the case, then I suggest reinstalling python-six by "sudo dnf reinstall python-six". Hope this helps. |