forked from pool/python-Unidecode
Accepting request 449646 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/449646 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Unidecode?expand=0&rev=3
This commit is contained in:
@@ -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
3
Unidecode-0.04.20.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ed4418b4b1b190487753f1cca6299e8076079258647284414e6d607d1f8a00e0
|
||||||
|
size 205830
|
||||||
@@ -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
|
Fri Jan 22 19:02:19 UTC 2016 - benoit.monin@gmx.fr
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-Unidecode
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-Unidecode
|
Name: python-Unidecode
|
||||||
Version: 0.04.19
|
Version: 0.04.20
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: ASCII transliterations of Unicode text
|
Summary: ASCII transliterations of Unicode text
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://pypi.python.org/pypi/Unidecode
|
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: fdupes
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
|
|||||||
Reference in New Issue
Block a user