diff --git a/Unidecode-1.3.6.tar.gz b/Unidecode-1.3.6.tar.gz deleted file mode 100644 index e22c9c9..0000000 --- a/Unidecode-1.3.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fed09cf0be8cf415b391642c2a5addfc72194407caee4f98719e40ec2a72b830 -size 192466 diff --git a/Unidecode-1.3.7.tar.gz b/Unidecode-1.3.7.tar.gz new file mode 100644 index 0000000..65ac72a --- /dev/null +++ b/Unidecode-1.3.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c90b4662aa0de0cb591884b934ead8d2225f1800d8da675a7750cbc3bd94610 +size 192647 diff --git a/python-Unidecode.changes b/python-Unidecode.changes index 7037e72..38c6c56 100644 --- a/python-Unidecode.changes +++ b/python-Unidecode.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Sep 26 18:42:26 UTC 2023 - BenoƮt Monin + +- update to version 1.3.7: + * Add missing replacements for katakana punctuation (thanks to + Emil Hammarberg) + * Fix replacement for U+1F19C "SQUARED SECOND SCREEN". + * Fix replacement for U+1F1A9 "SQUARED LOSSLESS". + * Add more replacements for symbols in the U+21xx and U+1F1xx + pages (thanks to @cheznewa on GitHub) + * Remove old __init__.pyi from the Wheel package that was + included due to a bug in the build script. +- remove python_module macro definition: + already provided by python-rpm-macros +- declare a more specific file list to avoid packaging unwanted + files + ------------------------------------------------------------------- Thu Oct 27 21:24:50 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-Unidecode.spec b/python-Unidecode.spec index a6dd8fa..49468cb 100644 --- a/python-Unidecode.spec +++ b/python-Unidecode.spec @@ -1,7 +1,7 @@ # # spec file for package python-Unidecode # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,9 +17,8 @@ %define skip_python2 1 -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Unidecode -Version: 1.3.6 +Version: 1.3.7 Release: 0 Summary: ASCII transliterations of Unicode text License: GPL-2.0-or-later @@ -97,7 +96,8 @@ export LANG=en_US.UTF-8 %files %{python_files} %license LICENSE %doc ChangeLog README.rst -%{python_sitelib}/* +%{python_sitelib}/Unidecode-%{version}*-info +%{python_sitelib}/unidecode %python_alternative %{_bindir}/unidecode %changelog