From e83231f912b2ad37b625a98710d7f4fa052963f3225bde708dafc5885d074edd Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 20 Feb 2022 16:05:43 +0000 Subject: [PATCH] Accepting request 956036 from home:benoit_monin:branches:devel:languages:python update to version 1.3.3 OBS-URL: https://build.opensuse.org/request/show/956036 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Unidecode?expand=0&rev=34 --- Unidecode-1.3.2.tar.gz | 3 --- Unidecode-1.3.3.tar.gz | 3 +++ python-Unidecode.changes | 7 +++++++ python-Unidecode.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 Unidecode-1.3.2.tar.gz create mode 100644 Unidecode-1.3.3.tar.gz diff --git a/Unidecode-1.3.2.tar.gz b/Unidecode-1.3.2.tar.gz deleted file mode 100644 index 5c4510c..0000000 --- a/Unidecode-1.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:669898c1528912bcf07f9819dc60df18d057f7528271e31f8ec28cc88ef27504 -size 191917 diff --git a/Unidecode-1.3.3.tar.gz b/Unidecode-1.3.3.tar.gz new file mode 100644 index 0000000..25a6b14 --- /dev/null +++ b/Unidecode-1.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8521f2853fd250891dc27d156a9d30e61c4e76319da963c4a1c27083a909ac30 +size 192050 diff --git a/python-Unidecode.changes b/python-Unidecode.changes index 6f9741b..4e6125f 100644 --- a/python-Unidecode.changes +++ b/python-Unidecode.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Feb 19 11:57:09 UTC 2022 - BenoƮt Monin + +- update to version 1.3.3: + * Command-line utility now reads input line-by-line, making + it usable with large files (thanks to Jan-Thorsten Peter) + ------------------------------------------------------------------- Thu Nov 18 11:06:48 UTC 2021 - John Paul Adrian Glaubitz diff --git a/python-Unidecode.spec b/python-Unidecode.spec index 67d317a..bfd9082 100644 --- a/python-Unidecode.spec +++ b/python-Unidecode.spec @@ -1,7 +1,7 @@ # # spec file for package python-Unidecode # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Unidecode -Version: 1.3.2 +Version: 1.3.3 Release: 0 Summary: ASCII transliterations of Unicode text License: GPL-2.0-or-later