From ce40e526fd413b5195790479e23f116cd95f532858320ddac6c55cc5c664c284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 15 Jan 2024 13:46:48 +0000 Subject: [PATCH] Accepting request 1138180 from home:benoit_monin:branches:devel:languages:python update to version 1.3.8 OBS-URL: https://build.opensuse.org/request/show/1138180 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Unidecode?expand=0&rev=43 --- Unidecode-1.3.7.tar.gz | 3 --- Unidecode-1.3.8.tar.gz | 3 +++ python-Unidecode.changes | 7 +++++++ python-Unidecode.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 Unidecode-1.3.7.tar.gz create mode 100644 Unidecode-1.3.8.tar.gz diff --git a/Unidecode-1.3.7.tar.gz b/Unidecode-1.3.7.tar.gz deleted file mode 100644 index 65ac72a..0000000 --- a/Unidecode-1.3.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c90b4662aa0de0cb591884b934ead8d2225f1800d8da675a7750cbc3bd94610 -size 192647 diff --git a/Unidecode-1.3.8.tar.gz b/Unidecode-1.3.8.tar.gz new file mode 100644 index 0000000..0b9e547 --- /dev/null +++ b/Unidecode-1.3.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfdb349d46ed3873ece4586b96aa75258726e2fa8ec21d6f00a591d98806c2f4 +size 192701 diff --git a/python-Unidecode.changes b/python-Unidecode.changes index 38c6c56..7bc078f 100644 --- a/python-Unidecode.changes +++ b/python-Unidecode.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jan 11 21:41:15 UTC 2024 - Benoît Monin + +- update to version 1.3.8: + * Fix replacement for U+1E9E "LATIN CAPITAL LETTER SHARP S" + (thanks to Thomas Voss) + ------------------------------------------------------------------- Tue Sep 26 18:42:26 UTC 2023 - Benoît Monin diff --git a/python-Unidecode.spec b/python-Unidecode.spec index 49468cb..fa9966b 100644 --- a/python-Unidecode.spec +++ b/python-Unidecode.spec @@ -1,7 +1,7 @@ # # spec file for package python-Unidecode # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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 @@ %define skip_python2 1 Name: python-Unidecode -Version: 1.3.7 +Version: 1.3.8 Release: 0 Summary: ASCII transliterations of Unicode text License: GPL-2.0-or-later