diff --git a/python-six.changes b/python-six.changes index 6cf5782..724e4c2 100644 --- a/python-six.changes +++ b/python-six.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Sep 2 15:34:12 UTC 2013 - dmueller@suse.com + +- update to 1.4.1: + - Issue #31: Add six.moves mapping for UserString. + - Pull request #12: Add six.add_metaclass, a decorator for adding a metaclass to + a class. + - Add six.moves.zip_longest and six.moves.filterfalse, which correspond + respectively to itertools.izip_longest and itertools.ifilterfalse on Python 2 + and itertools.zip_longest and itertools.filterfalse on Python 3. + - Issue #25: Add the unichr function, which returns a string for a Unicode + codepoint. + - Issue #26: Add byte2int function, which complements int2byte. + - Issue #23: Allow multiple base classes to be passed to with_metaclass. + - Issue #24: Add six.moves.range alias. This exactly the same as the current + xrange alias. + - Pull request #5: Create six.moves.urllib, which contains abstractions for a + bunch of things which are in urllib in Python 3 and spread out across urllib, + urllib2, and urlparse in Python 2. + ------------------------------------------------------------------- Tue Jul 30 07:41:52 UTC 2013 - speilicke@suse.com diff --git a/python-six.spec b/python-six.spec index d0603d5..aa01b42 100644 --- a/python-six.spec +++ b/python-six.spec @@ -18,7 +18,7 @@ %define modname six Name: python-six -Version: 1.3.0 +Version: 1.4.1 Release: 0 Url: http://pypi.python.org/pypi/six/ Summary: Python 2 and 3 compatibility utilities diff --git a/six-1.3.0.tar.gz b/six-1.3.0.tar.gz deleted file mode 100644 index 9d5fca3..0000000 --- a/six-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d59793f9b255bd00de800b97f9a50cce4fc8a44c205f7defa5bb7d691d13b852 -size 17701 diff --git a/six-1.4.1.tar.gz b/six-1.4.1.tar.gz new file mode 100644 index 0000000..3659ae1 --- /dev/null +++ b/six-1.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f045afd6dffb755cc0411acb7ce9acc4de0e71261d4b5f91de2e68d9aa5f8367 +size 21409