diff --git a/Unidecode-1.3.8.tar.gz b/Unidecode-1.3.8.tar.gz deleted file mode 100644 index 0b9e547..0000000 --- a/Unidecode-1.3.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfdb349d46ed3873ece4586b96aa75258726e2fa8ec21d6f00a591d98806c2f4 -size 192701 diff --git a/Unidecode-1.4.0.tar.gz b/Unidecode-1.4.0.tar.gz new file mode 100644 index 0000000..1a4326c --- /dev/null +++ b/Unidecode-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce35985008338b676573023acc382d62c264f307c8f7963733405add37ea2b23 +size 200149 diff --git a/python-Unidecode.changes b/python-Unidecode.changes index d08752a..d712031 100644 --- a/python-Unidecode.changes +++ b/python-Unidecode.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Apr 24 15:43:09 UTC 2025 - BenoƮt Monin + +- update to version 1.4.0: + * Drop support for Python <3.7. + * Add replacements for playing card suits and chess pieces + (thanks to Alan Davidson) + * Add replacements for U+211F "RESPONSE" and 0x2123 "VERSICLE" + (thanks to @ciesiolka on GitHub) + * Fix replacement for U+1D6D5 "MATHEMATICAL BOLD SMALL TAU". + * Fix replacements for U+014A "LATIN CAPITAL LETTER ENG" + and U+014B "LATIN SMALL LETTER ENG". + * Add replacements for U+2103 "DEGREE CELSIUS" and U+2109 "DEGREE + FAHRENHEIT". + ------------------------------------------------------------------- Sun Jan 21 18:00:33 UTC 2024 - Axel Braun diff --git a/python-Unidecode.spec b/python-Unidecode.spec index a4e0c0d..811581b 100644 --- a/python-Unidecode.spec +++ b/python-Unidecode.spec @@ -1,7 +1,7 @@ # # spec file for package python-Unidecode # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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 @@ %{?sle15allpythons} %define skip_python2 1 Name: python-Unidecode -Version: 1.3.8 +Version: 1.4.0 Release: 0 Summary: ASCII transliterations of Unicode text License: GPL-2.0-or-later @@ -30,7 +30,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch %python_subpackages