diff --git a/python-six.changes b/python-six.changes index 462dc48..ca4db64 100644 --- a/python-six.changes +++ b/python-six.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +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 + ------------------------------------------------------------------- Wed Sep 12 03:01:59 UTC 2012 - os-dev@jacraig.com diff --git a/python-six.spec b/python-six.spec index 091dc1c..c465559 100644 --- a/python-six.spec +++ b/python-six.spec @@ -1,7 +1,7 @@ # # spec file for package python-six # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define modname six Name: python-%{modname} -Version: 1.2.0 +Version: 1.3.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 ef14a36..ca4db64 100644 --- a/python3-six.changes +++ b/python3-six.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +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 diff --git a/python3-six.spec b/python3-six.spec index 0ffd36f..6f23f3c 100644 --- a/python3-six.spec +++ b/python3-six.spec @@ -1,7 +1,7 @@ # # spec file for package python3-six # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define modname six Name: python3-%{modname} -Version: 1.2.0 +Version: 1.3.0 Release: 0 Url: http://pypi.python.org/pypi/six/ Summary: Python 2 and 3 compatibility utilities diff --git a/six-1.2.0.tar.gz b/six-1.2.0.tar.gz deleted file mode 100644 index 0306502..0000000 --- a/six-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a86d87623f75811524f30832e092914d65af7ff2eb1d403e01ec235b0e19cb3 -size 15316 diff --git a/six-1.3.0.tar.gz b/six-1.3.0.tar.gz new file mode 100644 index 0000000..9d5fca3 --- /dev/null +++ b/six-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d59793f9b255bd00de800b97f9a50cce4fc8a44c205f7defa5bb7d691d13b852 +size 17701