From 7dc2dba5c2f9f3ffb4b0709092cf6cf535fdba9d1ce79c896d1c79396c0069b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Monin?= Date: Sat, 6 Jan 2018 21:36:48 +0000 Subject: [PATCH] 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 --- Unidecode-0.04.21.tar.gz | 3 --- Unidecode-1.0.22.tar.gz | 3 +++ python-Unidecode.changes | 14 ++++++++++++++ python-Unidecode.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 Unidecode-0.04.21.tar.gz create mode 100644 Unidecode-1.0.22.tar.gz diff --git a/Unidecode-0.04.21.tar.gz b/Unidecode-0.04.21.tar.gz deleted file mode 100644 index 383f0b5..0000000 --- a/Unidecode-0.04.21.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:280a6ab88e1f2eb5af79edff450021a0d3f0448952847cd79677e55e58bad051 -size 205931 diff --git a/Unidecode-1.0.22.tar.gz b/Unidecode-1.0.22.tar.gz new file mode 100644 index 0000000..60eade8 --- /dev/null +++ b/Unidecode-1.0.22.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c33dd588e0c9bc22a76eaa0c715a5434851f726131bd44a6c26471746efabf5 +size 208877 diff --git a/python-Unidecode.changes b/python-Unidecode.changes index e5a5358..a356dc0 100644 --- a/python-Unidecode.changes +++ b/python-Unidecode.changes @@ -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 diff --git a/python-Unidecode.spec b/python-Unidecode.spec index 76318e3..8941c35 100644 --- a/python-Unidecode.spec +++ b/python-Unidecode.spec @@ -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+