15
0
forked from pool/python-six

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=74
This commit is contained in:
2020-01-21 11:18:42 +00:00
committed by Git OBS Bridge
parent 4b5ab81a4d
commit e9d14aec1f
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jan 21 11:17:01 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- 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 <tchvatal@suse.com>