diff --git a/python-six.changes b/python-six.changes index 287913f..76a8843 100644 --- a/python-six.changes +++ b/python-six.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Dec 20 19:06:13 UTC 2019 - Dirk Mueller + +- update to 0.13.0: + - Issue #298, pull request #299: Add `six.moves.dbm_ndbm`. + - Issue #155: Add `six.moves.collections_abc`, which aliases the `collections` + module on Python 2-3.2 and the `collections.abc` on Python 3.3 and greater. + - Pull request #304: Re-add distutils fallback in `setup.py`. + - Pull request #305: On Python 3.7, `with_metaclass` supports classes using PEP + ------------------------------------------------------------------- Thu Jul 18 09:15:25 UTC 2019 - Tomáš Chvátal diff --git a/python-six.spec b/python-six.spec index 2f00fe9..737a3cc 100644 --- a/python-six.spec +++ b/python-six.spec @@ -1,7 +1,7 @@ # # spec file for package python-six # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,7 @@ %bcond_with test %define psuffix %{nil} %endif -Version: 1.12.0 +Version: 1.13.0 Release: 0 Summary: Python 2 and 3 compatibility utilities License: MIT diff --git a/six-1.12.0.tar.gz b/six-1.12.0.tar.gz deleted file mode 100644 index 7c2cf76..0000000 --- a/six-1.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73 -size 32725 diff --git a/six-1.13.0.tar.gz b/six-1.13.0.tar.gz new file mode 100644 index 0000000..503f415 --- /dev/null +++ b/six-1.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30f610279e8b2578cab6db20741130331735c781b56053c59c4076da27f06b66 +size 33726