2013-04-30 10:01:01 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 29 11:14:05 UTC 2013 - dmueller@suse.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 14:18:55 UTC 2012 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Removed openSUSE 11.4 spec file workarounds
|
|
|
|
|
2012-09-17 09:44:54 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 12 03:01:59 UTC 2012 - os-dev@jacraig.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.
|
|
|
|
|
2012-06-06 08:39:34 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 5 11:30:58 UTC 2012 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Initial spec file
|
|
|
|
|