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 2022-11-04 17:34:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Unidecode (Old) and /work/SRC/openSUSE:Factory/.python-Unidecode.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Unidecode" Fri Nov 4 17:34:56 2022 rev:18 rq:1033182 version:1.3.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Unidecode/python-Unidecode.changes 2022-09-29 18:15:09.259466230 +0200 +++ /work/SRC/openSUSE:Factory/.python-Unidecode.new.2275/python-Unidecode.changes 2022-11-04 17:36:58.809442121 +0100 @@ -1,0 +2,6 @@ +Thu Oct 27 21:24:50 UTC 2022 - Yogalakshmi Arunachalam <yarunacha...@suse.com> + +- Update to version 1.3.6: + * No changes. Re-upload to PyPi. + +------------------------------------------------------------------- Old: ---- Unidecode-1.3.5.tar.gz New: ---- Unidecode-1.3.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Unidecode.spec ++++++ --- /var/tmp/diff_new_pack.BSMEmq/_old 2022-11-04 17:36:59.361445005 +0100 +++ /var/tmp/diff_new_pack.BSMEmq/_new 2022-11-04 17:36:59.381445110 +0100 @@ -19,7 +19,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Unidecode -Version: 1.3.5 +Version: 1.3.6 Release: 0 Summary: ASCII transliterations of Unicode text License: GPL-2.0-or-later ++++++ Unidecode-1.3.5.tar.gz -> Unidecode-1.3.6.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Unidecode-1.3.5/ChangeLog new/Unidecode-1.3.6/ChangeLog --- old/Unidecode-1.3.5/ChangeLog 2022-09-28 14:08:05.000000000 +0200 +++ new/Unidecode-1.3.6/ChangeLog 2022-09-30 12:28:59.000000000 +0200 @@ -1,5 +1,11 @@ +2022-09-30 unidecode 1.3.6 + * No changes. Re-upload to PyPi. + 2022-09-28 unidecode 1.3.5 * Remove trailing space in replacements for vulgar fractions. + * This release was yanked from PyPi, because the Wheel package + contained the wrong version of the code and was incompatible + with Python 3.5. .tar.gz package was not affected. 2022-03-10 unidecode 1.3.4 * Add some missing replacements for symbols in the U+21xx and diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Unidecode-1.3.5/PKG-INFO new/Unidecode-1.3.6/PKG-INFO --- old/Unidecode-1.3.5/PKG-INFO 2022-09-28 14:13:24.000000000 +0200 +++ new/Unidecode-1.3.6/PKG-INFO 2022-09-30 12:41:59.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: Unidecode -Version: 1.3.5 +Version: 1.3.6 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.5/Unidecode.egg-info/PKG-INFO new/Unidecode-1.3.6/Unidecode.egg-info/PKG-INFO --- old/Unidecode-1.3.5/Unidecode.egg-info/PKG-INFO 2022-09-28 14:13:23.000000000 +0200 +++ new/Unidecode-1.3.6/Unidecode.egg-info/PKG-INFO 2022-09-30 12:41:59.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: Unidecode -Version: 1.3.5 +Version: 1.3.6 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.5/setup.py new/Unidecode-1.3.6/setup.py --- old/Unidecode-1.3.5/setup.py 2022-09-28 14:08:05.000000000 +0200 +++ new/Unidecode-1.3.6/setup.py 2022-09-30 12:29:27.000000000 +0200 @@ -11,7 +11,7 @@ setup( name='Unidecode', - version='1.3.5', + version='1.3.6', description='ASCII transliterations of Unicode text', license='GPL', long_description=get_long_description(),