forked from pool/python-Unidecode
Accepting request 857918 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/857918 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Unidecode?expand=0&rev=11
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b6aab710c2a1647e928e36d69c21e76b453cd455f4e2621000e54b2a9b8cce8
|
||||
size 212151
|
||||
3
Unidecode-1.1.2.tar.gz
Normal file
3
Unidecode-1.1.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a039f89014245e0cad8858976293e23501accc9ff5a7bdbc739a14a2b7b85cdc
|
||||
size 213644
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 21 17:47:10 UTC 2020 - Benoît Monin <benoit.monin@gmx.fr>
|
||||
|
||||
- update to version 1.1.2:
|
||||
* Add some missing replacements in the U+23xx page.
|
||||
* Fix U+204A "TIRONIAN SIGN ET" replacement.
|
||||
- run the tests with pyunitest macro
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 11 12:35:09 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-Unidecode
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 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.1
|
||||
Version: 1.1.2
|
||||
Release: 0
|
||||
Summary: ASCII transliterations of Unicode text
|
||||
License: GPL-2.0-or-later
|
||||
@@ -85,7 +85,7 @@ Sean M. Burke <sburke@cpan.org>.
|
||||
|
||||
%check
|
||||
export LANG=en_US.UTF-8
|
||||
%python_exec setup.py test
|
||||
%pyunittest -v
|
||||
|
||||
%post
|
||||
%python_install_alternative unidecode
|
||||
|
||||
Reference in New Issue
Block a user