forked from pool/python-six
Update to 1.2.0. OBS-URL: https://build.opensuse.org/request/show/133713 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=3
18 lines
660 B
Plaintext
18 lines
660 B
Plaintext
-------------------------------------------------------------------
|
|
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.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 5 11:30:58 UTC 2012 - toddrme2178@gmail.com
|
|
|
|
- Initial spec file
|
|
|