1
0

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:
2023-09-28 07:42:26 +00:00
committed by Git OBS Bridge
parent 6af4ff9713
commit 57eb6f41ea
4 changed files with 24 additions and 7 deletions

View File

@@ -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>