Accepting request 766053 from devel:languages:python
- 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/request/show/766053 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-six?expand=0&rev=35
This commit is contained in:
commit
189658100a
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30f610279e8b2578cab6db20741130331735c781b56053c59c4076da27f06b66
|
||||
size 33726
|
3
six-1.14.0.tar.gz
Normal file
3
six-1.14.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:236bdbdce46e6e6a3d61a337c0f8b763ca1e8717c03b369e87a7ec7ce1319c0a
|
||||
size 33857
|
Loading…
x
Reference in New Issue
Block a user