Latest upstream release: 1.9.0 Current version/release in Fedora Rawhide: 1.8.0-1.fc22 URL: https://pypi.python.org/packages/source/s/six/ Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring Soon this service will be implemented by a new system: https://release-monitoring.org/ It will require to manage monitored projects via a new web interface. Please make yourself familiar with the new system to ease the transition.
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.