Bug 1178422

Summary: python-six-1.9.0 is available
Product: [Fedora] Fedora Reporter: Upstream Release Monitoring <upstream-release-monitoring>
Component: python-sixAssignee: Bohuslav "Slavek" Kabrda <bkabrda>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: 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
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.

Comment 1 Alan Pevec 2015-02-23 21:50:01 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?

Comment 2 Upstream Release Monitoring 2015-02-23 22:46:19 UTC
hguemar's python-six-1.9.0-1.fc23 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=614377

Comment 3 Bohuslav "Slavek" Kabrda 2015-03-09 11:09:33 UTC
(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!

Comment 4 Fedora Update System 2015-03-09 11:23:04 UTC
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

Comment 5 Fedora Update System 2015-03-09 11:23:10 UTC
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

Comment 6 Fedora Update System 2015-03-09 11:23:15 UTC
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

Comment 7 hguemar 2015-03-09 13:07:10 UTC
@Bohuslav: thanks !

Comment 8 Fedora Update System 2015-03-10 00:56:16 UTC
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).

Comment 9 Fedora Update System 2015-03-17 01:53:49 UTC
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.

Comment 10 Fedora Update System 2015-03-17 01:54:45 UTC
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.

Comment 11 Fedora Update System 2015-03-19 18:43:25 UTC
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.

Comment 12 David Hill 2015-07-07 21:23:19 UTC
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

Comment 13 Robert Kuska 2015-07-08 07:03:32 UTC
Run python interpreter from a directory where you start the devstack, type:

>>> import six
>>> six.__file__

Comment 14 Bohuslav "Slavek" Kabrda 2015-07-13 11:20:48 UTC
(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.