17
0

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

update to Unidecode 1.1.0

OBS-URL: https://build.opensuse.org/request/show/710020
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Unidecode?expand=0&rev=24
This commit is contained in:
Tomáš Chvátal
2019-06-15 06:28:05 +00:00
committed by Git OBS Bridge
parent 9c8a665ce5
commit e676d49d69
4 changed files with 15 additions and 5 deletions

View File

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

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

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Jun 14 16:48:52 UTC 2019 - Benoît Monin <benoit.monin@gmx.fr>
- update to Unidecode 1.1.0:
* Add more Latin letter variants in U+1F1xx page
* Make it possible to use the Unidecode command-line utility via
"python -m unidecode" (thanks to Jon Dufresne)
* General clean up of code and documentation
(thanks to Jon Dufresne)
-------------------------------------------------------------------
Thu Dec 6 14:30:29 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Unidecode
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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.0.23
Version: 1.1.0
Release: 0
Summary: ASCII transliterations of Unicode text
License: GPL-2.0-or-later