diff --git a/python-six.changes b/python-six.changes index c808f50..19949d5 100644 --- a/python-six.changes +++ b/python-six.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Jan 21 11:17:01 UTC 2020 - Ondřej Súkup + +- update to 1.14.0 + * Add `six.assertNotRegex` + * `six.moves._dummy_thread` now points to the `_thread` module on + Python 3.9+. Python 3.7 and later requires threading and deprecated the + `_dummy_thread` module + * Remove support for Python 2.6 and Python 3.2 + * `six.wraps` now ignores missing attributes + ------------------------------------------------------------------- Thu Jan 2 10:36:00 UTC 2020 - Tomáš Chvátal diff --git a/python-six.spec b/python-six.spec index 493f50c..6862e13 100644 --- a/python-six.spec +++ b/python-six.spec @@ -27,7 +27,7 @@ %bcond_with test %define psuffix %{nil} %endif -Version: 1.13.0 +Version: 1.14.0 Release: 0 Summary: Python 2 and 3 compatibility utilities License: MIT diff --git a/six-1.13.0.tar.gz b/six-1.13.0.tar.gz deleted file mode 100644 index 503f415..0000000 --- a/six-1.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30f610279e8b2578cab6db20741130331735c781b56053c59c4076da27f06b66 -size 33726 diff --git a/six-1.14.0.tar.gz b/six-1.14.0.tar.gz new file mode 100644 index 0000000..cc82134 --- /dev/null +++ b/six-1.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:236bdbdce46e6e6a3d61a337c0f8b763ca1e8717c03b369e87a7ec7ce1319c0a +size 33857