17
0

6 Commits

Author SHA256 Message Date
9cd9d616f1 Accepting request 1298180 from devel:languages:python
Forwarded request #1298008 from benoit_monin

set the minimum python version to 3.7

OBS-URL: https://build.opensuse.org/request/show/1298180
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Unidecode?expand=0&rev=24
2025-08-08 13:12:29 +00:00
fce074dab2 Accepting request 1298008 from home:benoit_monin:branches:devel:languages:python
set the minimum python version to 3.7

OBS-URL: https://build.opensuse.org/request/show/1298008
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Unidecode?expand=0&rev=51
2025-08-07 16:08:26 +00:00
1b1e1f80fc Accepting request 1284982 from devel:languages:python
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/request/show/1284982
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Unidecode?expand=0&rev=23
2025-06-12 13:53:36 +00:00
06723f50f0 - Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Unidecode?expand=0&rev=49
2025-06-12 05:10:48 +00:00
d28ca74203 Accepting request 1272653 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1272653
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Unidecode?expand=0&rev=22
2025-04-25 20:19:49 +00:00
e5d0e7c722 Accepting request 1272477 from home:benoit_monin:branches:devel:languages:python
update to version 1.4.0

OBS-URL: https://build.opensuse.org/request/show/1272477
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Unidecode?expand=0&rev=47
2025-04-25 11:18:18 +00:00
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 6 17:56:25 UTC 2025 - Benoît Monin <benoit.monin@gmx.fr>
- set the minimum python version to 3.7
-------------------------------------------------------------------
Thu Jun 12 05:01:36 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Unidecode
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,7 @@ Summary: ASCII transliterations of Unicode text
License: GPL-2.0-or-later
URL: https://pypi.python.org/pypi/Unidecode
Source: https://files.pythonhosted.org/packages/source/U/Unidecode/Unidecode-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}