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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user