Accepting request 133713 from home:poorboywilly:branches:devel:languages:python
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
This commit is contained in:
parent
cbbf7ffebe
commit
033abc2e15
@ -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
|
Tue Jun 5 11:30:58 UTC 2012 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -15,9 +15,10 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define modname six
|
%define modname six
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Version: 1.1.0
|
Version: 1.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://pypi.python.org/pypi/six/
|
Url: http://pypi.python.org/pypi/six/
|
||||||
Summary: Python 2 and 3 compatibility utilities
|
Summary: Python 2 and 3 compatibility utilities
|
||||||
|
@ -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
|
Tue Jun 5 11:30:58 UTC 2012 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -15,9 +15,10 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define modname six
|
%define modname six
|
||||||
Name: python3-%{modname}
|
Name: python3-%{modname}
|
||||||
Version: 1.1.0
|
Version: 1.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://pypi.python.org/pypi/six/
|
Url: http://pypi.python.org/pypi/six/
|
||||||
Summary: Python 2 and 3 compatibility utilities
|
Summary: Python 2 and 3 compatibility utilities
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8c421a58100704148fd9ad2e38b05d5646f6d3139ac209dfda4c980d124c75ba
|
|
||||||
size 12573
|
|
3
six-1.2.0.tar.gz
Normal file
3
six-1.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4a86d87623f75811524f30832e092914d65af7ff2eb1d403e01ec235b0e19cb3
|
||||||
|
size 15316
|
Loading…
Reference in New Issue
Block a user