14
0

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

update to Unidecode 1.0.22

OBS-URL: https://build.opensuse.org/request/show/562240
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Unidecode?expand=0&rev=17
This commit is contained in:
2018-01-06 21:36:48 +00:00
committed by Git OBS Bridge
parent 92101a1341
commit 7dc2dba5c2
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:280a6ab88e1f2eb5af79edff450021a0d3f0448952847cd79677e55e58bad051
size 205931

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

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

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Jan 6 21:26:05 UTC 2018 - benoit.monin@gmx.fr
- update to Unidecode 1.0.22:
* Move to semantic version numbering, no longer following version
numbers from the original Perl module. This fixes an issue with
setuptools (>= 8) and others expecting major.minor.patch format
(https://github.com/avian2/unidecode/issues/13)
* Add transliterations for currency signs U+20B0 through U+20BF
(thanks to Mike Swanson)
* Surround transliterations of vulgar fractions with spaces to
avoid incorrect combinations with adjacent numerals
(thanks to Jeffrey Gerard)
-------------------------------------------------------------------
Wed Jun 28 18:15:36 UTC 2017 - benoit.monin@gmx.fr

View File

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