14
0

Accepting request 869839 from home:benoit_monin:branches:devel:languages:python

update to version 1.2.0

OBS-URL: https://build.opensuse.org/request/show/869839
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Unidecode?expand=0&rev=30
This commit is contained in:
2021-02-05 23:13:03 +00:00
committed by Git OBS Bridge
parent b0b5f390be
commit 1da548b0c7
4 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Feb 5 17:19:37 UTC 2021 - Benoît Monin <benoit.monin@gmx.fr>
- update to version 1.2.0:
* Add 'errors' argument that specifies how characters with
unknown replacements are handled. Default is 'ignore' to
replicate the behavior of older versions.
* Many characters that were previously replaced with '[?]' are
now correctly marked as unknown and will behave as specified
in the new errors='...' argument.
* Added some missing ligatures and quotation marks in U+1F6xx
and U+27xx ranges.
* Add PEP 561-style type information (thanks to Pascal Corpet)
* Support for Python 2 and 3.5 to be removed in next release.
-------------------------------------------------------------------
Mon Dec 21 17:47:10 UTC 2020 - Benoît Monin <benoit.monin@gmx.fr>