forked from pool/python-Unidecode
Accepting request 1113713 from home:benoit_monin:branches:devel:languages:python
- update to version 1.3.7 - remove python_module macro definition - declare a more specific file list to avoid packaging unwanted files OBS-URL: https://build.opensuse.org/request/show/1113713 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Unidecode?expand=0&rev=41
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fed09cf0be8cf415b391642c2a5addfc72194407caee4f98719e40ec2a72b830
|
||||
size 192466
|
||||
3
Unidecode-1.3.7.tar.gz
Normal file
3
Unidecode-1.3.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c90b4662aa0de0cb591884b934ead8d2225f1800d8da675a7750cbc3bd94610
|
||||
size 192647
|
||||
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 26 18:42:26 UTC 2023 - Benoît Monin <benoit.monin@gmx.fr>
|
||||
|
||||
- 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 <yarunachalam@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user