diff --git a/python-six.changes b/python-six.changes index e96725c..462dc48 100644 --- a/python-six.changes +++ b/python-six.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +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 diff --git a/python-six.spec b/python-six.spec index e601547..091dc1c 100644 --- a/python-six.spec +++ b/python-six.spec @@ -15,9 +15,10 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %define modname six Name: python-%{modname} -Version: 1.1.0 +Version: 1.2.0 Release: 0 Url: http://pypi.python.org/pypi/six/ Summary: Python 2 and 3 compatibility utilities diff --git a/python3-six.changes b/python3-six.changes index e96725c..462dc48 100644 --- a/python3-six.changes +++ b/python3-six.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +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 diff --git a/python3-six.spec b/python3-six.spec index fba3f54..061ed27 100644 --- a/python3-six.spec +++ b/python3-six.spec @@ -15,9 +15,10 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %define modname six Name: python3-%{modname} -Version: 1.1.0 +Version: 1.2.0 Release: 0 Url: http://pypi.python.org/pypi/six/ Summary: Python 2 and 3 compatibility utilities diff --git a/six-1.1.0.tar.gz b/six-1.1.0.tar.gz deleted file mode 100644 index ab4323d..0000000 --- a/six-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c421a58100704148fd9ad2e38b05d5646f6d3139ac209dfda4c980d124c75ba -size 12573 diff --git a/six-1.2.0.tar.gz b/six-1.2.0.tar.gz new file mode 100644 index 0000000..0306502 --- /dev/null +++ b/six-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a86d87623f75811524f30832e092914d65af7ff2eb1d403e01ec235b0e19cb3 +size 15316