forked from pool/python-Unidecode
Accepting request 917818 from home:benoit_monin:branches:devel:languages:python
- update to version 1.3.1:
* Fix issue with wheel package falsely claiming support for
Python 2.
- 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
OBS-URL: https://build.opensuse.org/request/show/917818
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Unidecode?expand=0&rev=32
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8d73a97d387a956922344f6b74243c2c6771594659778744b2dbdaad8f6b727d
|
|
||||||
size 216042
|
|
||||||
3
Unidecode-1.3.1.tar.gz
Normal file
3
Unidecode-1.3.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6efac090bf8f29970afc90caf4daae87b172709b786cb1b4da2d0c0624431ecc
|
||||||
|
size 191833
|
||||||
@@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 9 20:38:32 UTC 2021 - Benoît Monin <benoit.monin@gmx.fr>
|
||||||
|
|
||||||
|
- 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 <benoit.monin@gmx.fr>
|
||||||
|
|
||||||
|
- 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 <benoit.monin@gmx.fr>
|
Fri Feb 5 17:19:37 UTC 2021 - Benoît Monin <benoit.monin@gmx.fr>
|
||||||
|
|
||||||
|
|||||||
@@ -16,9 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define skip_python2 1
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-Unidecode
|
Name: python-Unidecode
|
||||||
Version: 1.2.0
|
Version: 1.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: ASCII transliterations of Unicode text
|
Summary: ASCII transliterations of Unicode text
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@@ -29,7 +30,7 @@ BuildRequires: %{python_module setuptools}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(preun): update-alternatives
|
Requires(postun):update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -90,7 +91,7 @@ export LANG=en_US.UTF-8
|
|||||||
%post
|
%post
|
||||||
%python_install_alternative unidecode
|
%python_install_alternative unidecode
|
||||||
|
|
||||||
%preun
|
%postun
|
||||||
%python_uninstall_alternative unidecode
|
%python_uninstall_alternative unidecode
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
|
|||||||
Reference in New Issue
Block a user