Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Unidecode for openSUSE:Factory checked in at 2023-10-01 21:22:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Unidecode (Old) and /work/SRC/openSUSE:Factory/.python-Unidecode.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Unidecode" Sun Oct 1 21:22:12 2023 rev:19 rq:1114017 version:1.3.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Unidecode/python-Unidecode.changes 2022-11-04 17:36:58.809442121 +0100 +++ /work/SRC/openSUSE:Factory/.python-Unidecode.new.28202/python-Unidecode.changes 2023-10-01 21:22:46.845675538 +0200 @@ -1,0 +2,17 @@ +Tue Sep 26 18:42:26 UTC 2023 - Benoît Monin <benoit.mo...@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 + +------------------------------------------------------------------- Old: ---- Unidecode-1.3.6.tar.gz New: ---- Unidecode-1.3.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Unidecode.spec ++++++ --- /var/tmp/diff_new_pack.2adEhv/_old 2023-10-01 21:22:47.777709263 +0200 +++ /var/tmp/diff_new_pack.2adEhv/_new 2023-10-01 21:22:47.781709408 +0200 @@ -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,6 +96,7 @@ %files %{python_files} %license LICENSE %doc ChangeLog README.rst -%{python_sitelib}/* +%{python_sitelib}/Unidecode-%{version}*-info +%{python_sitelib}/unidecode %python_alternative %{_bindir}/unidecode ++++++ Unidecode-1.3.6.tar.gz -> Unidecode-1.3.7.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Unidecode-1.3.6/ChangeLog new/Unidecode-1.3.7/ChangeLog --- old/Unidecode-1.3.6/ChangeLog 2022-09-30 12:28:59.000000000 +0200 +++ new/Unidecode-1.3.7/ChangeLog 2023-09-26 07:25:55.000000000 +0200 @@ -1,3 +1,13 @@ +2023-09-25 unidecode 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. + 2022-09-30 unidecode 1.3.6 * No changes. Re-upload to PyPi. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Unidecode-1.3.6/PKG-INFO new/Unidecode-1.3.7/PKG-INFO --- old/Unidecode-1.3.6/PKG-INFO 2022-09-30 12:41:59.000000000 +0200 +++ new/Unidecode-1.3.7/PKG-INFO 2023-09-26 07:51:30.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: Unidecode -Version: 1.3.6 +Version: 1.3.7 Summary: ASCII transliterations of Unicode text Home-page: UNKNOWN Author: Tomaz Solc diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Unidecode-1.3.6/Unidecode.egg-info/PKG-INFO new/Unidecode-1.3.7/Unidecode.egg-info/PKG-INFO --- old/Unidecode-1.3.6/Unidecode.egg-info/PKG-INFO 2022-09-30 12:41:59.000000000 +0200 +++ new/Unidecode-1.3.7/Unidecode.egg-info/PKG-INFO 2023-09-26 07:51:30.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: Unidecode -Version: 1.3.6 +Version: 1.3.7 Summary: ASCII transliterations of Unicode text Home-page: UNKNOWN Author: Tomaz Solc diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Unidecode-1.3.6/setup.py new/Unidecode-1.3.7/setup.py --- old/Unidecode-1.3.6/setup.py 2022-09-30 12:29:27.000000000 +0200 +++ new/Unidecode-1.3.7/setup.py 2023-09-26 07:25:55.000000000 +0200 @@ -11,7 +11,7 @@ setup( name='Unidecode', - version='1.3.6', + version='1.3.7', description='ASCII transliterations of Unicode text', license='GPL', long_description=get_long_description(), diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Unidecode-1.3.6/unidecode/x021.py new/Unidecode-1.3.7/unidecode/x021.py --- old/Unidecode-1.3.6/unidecode/x021.py 2022-03-04 19:25:55.000000000 +0100 +++ new/Unidecode-1.3.7/unidecode/x021.py 2023-09-26 07:25:56.000000000 +0200 @@ -76,7 +76,7 @@ None, # 0x4a None, # 0x4b None, # 0x4c -None, # 0x4d +'A/S', # 0x4d 'F', # 0x4e None, # 0x4f ' 1/7 ', # 0x50 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Unidecode-1.3.6/unidecode/x030.py new/Unidecode-1.3.7/unidecode/x030.py --- old/Unidecode-1.3.6/unidecode/x030.py 2020-12-20 12:43:16.000000000 +0100 +++ new/Unidecode-1.3.7/unidecode/x030.py 2023-09-26 07:25:56.000000000 +0200 @@ -159,7 +159,7 @@ '"', # 0x9d '"', # 0x9e None, # 0x9f -None, # 0xa0 +'=', # 0xa0 'a', # 0xa1 'a', # 0xa2 'i', # 0xa3 @@ -250,8 +250,8 @@ 'vi', # 0xf8 've', # 0xf9 'vo', # 0xfa -'', # 0xfb -'', # 0xfc +'*', # 0xfb +'-', # 0xfc '"', # 0xfd '"', # 0xfe ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Unidecode-1.3.6/unidecode/x1f1.py new/Unidecode-1.3.7/unidecode/x1f1.py --- old/Unidecode-1.3.6/unidecode/x1f1.py 2022-03-04 19:25:55.000000000 +0100 +++ new/Unidecode-1.3.7/unidecode/x1f1.py 2023-09-26 07:25:56.000000000 +0200 @@ -105,9 +105,9 @@ '(X)', # 0x67 '(Y)', # 0x68 '(Z)', # 0x69 -None, # 0x6a -None, # 0x6b -None, # 0x6c +'(mc)', # 0x6a +'(md)', # 0x6b +'(mr)', # 0x6c None, # 0x6d None, # 0x6e None, # 0x6f @@ -155,7 +155,7 @@ '[UP!]', # 0x99 '[VS]', # 0x9a '[3D]', # 0x9b -'[2nc-Scr]', # 0x9c +'[2nd-Scr]', # 0x9c '[2K]', # 0x9d '[4K]', # 0x9e '[8K]', # 0x9f @@ -168,7 +168,7 @@ '[HC]', # 0xa6 '[HDR]', # 0xa7 '[Hi-res]', # 0xa8 -'[Loss-less]', # 0xa9 +'[Lossless]', # 0xa9 '[SHV]', # 0xaa '[UHD]', # 0xab '[VOD]', # 0xac