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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a039f89014245e0cad8858976293e23501accc9ff5a7bdbc739a14a2b7b85cdc
size 213644

3
Unidecode-1.2.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d73a97d387a956922344f6b74243c2c6771594659778744b2dbdaad8f6b727d
size 216042

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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Unidecode
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-Unidecode
Version: 1.1.2
Version: 1.2.0
Release: 0
Summary: ASCII transliterations of Unicode text
License: GPL-2.0-or-later