14
0

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

- update to Unidecode 0.04.20
- change source url to pythonhosted.org

OBS-URL: https://build.opensuse.org/request/show/449591
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Unidecode?expand=0&rev=11
This commit is contained in:
2017-01-11 10:27:50 +00:00
committed by Git OBS Bridge
parent f246143457
commit 1bf08f4732
4 changed files with 22 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:51477646a9169469e37e791b13ae65fcc75b7f7f570d0d3e514d077805c02e1e
size 204613

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

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

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Jan 10 20:00:08 UTC 2017 - benoit.monin@gmx.fr
- update to Unidecode 0.04.20:
* Fixed transliteration of circled Latin letters and numbers
(thanks to Krzysztof Jurewicz)
* Add square unit symbols
* Add Latin variants in U+20xx and U+21xx pages
* Fix U+02B1 MODIFIER LETTER SMALL H WITH HOOK
* Fix U+205F MEDIUM MATHEMATICAL SPACE
* Add "DIGIT ... COMMA" and "PARANTHESIZED LATIN CAPITAL LETTER"
in U+1F1xx page
* Add missing vulgar fractions and a/c, a/s, c/o, c/u symbols
* Add universal Wheel release (thanks to Adam Chainz)
- change source url to pythonhosted.org
-------------------------------------------------------------------
Fri Jan 22 19:02:19 UTC 2016 - benoit.monin@gmx.fr

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Unidecode
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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
@@ -17,13 +17,13 @@
Name: python-Unidecode
Version: 0.04.19
Version: 0.04.20
Release: 0
Summary: ASCII transliterations of Unicode text
License: GPL-2.0+
Group: Development/Languages/Python
Url: https://pypi.python.org/pypi/Unidecode
Source: http://pypi.python.org/packages/source/U/Unidecode/Unidecode-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/U/Unidecode/Unidecode-%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: python-devel
BuildRequires: python-setuptools