forked from pool/python-Unidecode
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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfdb349d46ed3873ece4586b96aa75258726e2fa8ec21d6f00a591d98806c2f4
|
||||
size 192701
|
||||
3
Unidecode-1.4.0.tar.gz
Normal file
3
Unidecode-1.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce35985008338b676573023acc382d62c264f307c8f7963733405add37ea2b23
|
||||
size 200149
|
||||
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 24 15:43:09 UTC 2025 - Benoît Monin <benoit.monin@gmx.fr>
|
||||
|
||||
- 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 <axel.braun@gmx.de>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user