Changelog for
python-six-1.3.0-5.1.x86_64.rpm :
Mon Apr 29 14:00:00 2013 dmuellerAATTsuse.com
- update to 1.3.0:
- In six.iter(items/keys/values/lists), passed keyword arguments through to the
underlying method.
- Add six.iterlists().
- Fix Jython detection.
Thu Nov 22 13:00:00 2012 toddrme2178AATTgmail.com
- Removed openSUSE 11.4 spec file workarounds
Wed Sep 12 14:00:00 2012 os-devAATTjacraig.com
- Update to 1.2.0:
* Issue #13: Make iterkeys/itervalues/iteritems return iterators on Python 3
instead of iterables.
* Issue #11: Fix maxsize support on Jython.
* Add six.next() as an alias for six.advance_iterator().
* Use the builtin next() function for advance_iterator() where is available
(2.6+), not just Python 3.
* Add the Iterator class for writing portable iterators.
Tue Jun 5 14:00:00 2012 toddrme2178AATTgmail.com
- Initial spec file