diff --git a/Unidecode-1.2.0.tar.gz b/Unidecode-1.2.0.tar.gz deleted file mode 100644 index 112fe94..0000000 --- a/Unidecode-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d73a97d387a956922344f6b74243c2c6771594659778744b2dbdaad8f6b727d -size 216042 diff --git a/Unidecode-1.3.1.tar.gz b/Unidecode-1.3.1.tar.gz new file mode 100644 index 0000000..07e8f7b --- /dev/null +++ b/Unidecode-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6efac090bf8f29970afc90caf4daae87b172709b786cb1b4da2d0c0624431ecc +size 191833 diff --git a/python-Unidecode.changes b/python-Unidecode.changes index 0c7a262..5fd67e0 100644 --- a/python-Unidecode.changes +++ b/python-Unidecode.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Sep 9 20:38:32 UTC 2021 - Benoît Monin + +- update to version 1.3.1: + * Fix issue with wheel package falsely claiming support for + Python 2. + +------------------------------------------------------------------- +Mon Sep 6 18:03:00 UTC 2021 - Benoît Monin + +- update to version 1.3.0: + * Drop support for Python <3.5. + * Improvements to Hebrew and Yiddish transliterations (thanks to + Alon Bar-Lev and @eyaler on GitHub) +- move update-alternative to postun instead of preun: + fix rpmlint warning +- disable python2 build: unsupported by upstream now + ------------------------------------------------------------------- Fri Feb 5 17:19:37 UTC 2021 - Benoît Monin diff --git a/python-Unidecode.spec b/python-Unidecode.spec index 0bd72b7..12b4e75 100644 --- a/python-Unidecode.spec +++ b/python-Unidecode.spec @@ -16,9 +16,10 @@ # +%define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Unidecode -Version: 1.2.0 +Version: 1.3.1 Release: 0 Summary: ASCII transliterations of Unicode text License: GPL-2.0-or-later @@ -29,7 +30,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires(post): update-alternatives -Requires(preun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch %python_subpackages @@ -90,7 +91,7 @@ export LANG=en_US.UTF-8 %post %python_install_alternative unidecode -%preun +%postun %python_uninstall_alternative unidecode %files %{python_files}