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-09-29 18:14:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Unidecode (Old)
 and      /work/SRC/openSUSE:Factory/.python-Unidecode.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Unidecode"

Thu Sep 29 18:14:18 2022 rev:17 rq:1006899 version:1.3.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Unidecode/python-Unidecode.changes        
2022-03-16 21:30:39.779407118 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-Unidecode.new.2275/python-Unidecode.changes  
    2022-09-29 18:15:09.259466230 +0200
@@ -1,0 +2,6 @@
+Wed Sep 28 19:48:42 UTC 2022 - Beno??t Monin <[email protected]>
+
+- update to version 1.3.5:
+  * Remove trailing space in replacements for vulgar fractions
+
+-------------------------------------------------------------------

Old:
----
  Unidecode-1.3.4.tar.gz

New:
----
  Unidecode-1.3.5.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Unidecode.spec ++++++
--- /var/tmp/diff_new_pack.5bJqDw/_old  2022-09-29 18:15:09.715467124 +0200
+++ /var/tmp/diff_new_pack.5bJqDw/_new  2022-09-29 18:15:09.719467132 +0200
@@ -19,7 +19,7 @@
 %define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-Unidecode
-Version:        1.3.4
+Version:        1.3.5
 Release:        0
 Summary:        ASCII transliterations of Unicode text
 License:        GPL-2.0-or-later

++++++ Unidecode-1.3.4.tar.gz -> Unidecode-1.3.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Unidecode-1.3.4/ChangeLog 
new/Unidecode-1.3.5/ChangeLog
--- old/Unidecode-1.3.4/ChangeLog       2022-03-10 10:07:42.000000000 +0100
+++ new/Unidecode-1.3.5/ChangeLog       2022-09-28 14:08:05.000000000 +0200
@@ -1,3 +1,6 @@
+2022-09-28     unidecode 1.3.5
+       * Remove trailing space in replacements for vulgar fractions.
+
 2022-03-10     unidecode 1.3.4
        * Add some missing replacements for symbols in the U+21xx and
          U+1F1xx pages (thanks to @cheznewa on GitHub)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Unidecode-1.3.4/PKG-INFO new/Unidecode-1.3.5/PKG-INFO
--- old/Unidecode-1.3.4/PKG-INFO        2022-03-10 10:11:30.000000000 +0100
+++ new/Unidecode-1.3.5/PKG-INFO        2022-09-28 14:13:24.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: Unidecode
-Version: 1.3.4
+Version: 1.3.5
 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.4/Unidecode.egg-info/PKG-INFO 
new/Unidecode-1.3.5/Unidecode.egg-info/PKG-INFO
--- old/Unidecode-1.3.4/Unidecode.egg-info/PKG-INFO     2022-03-10 
10:11:30.000000000 +0100
+++ new/Unidecode-1.3.5/Unidecode.egg-info/PKG-INFO     2022-09-28 
14:13:23.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: Unidecode
-Version: 1.3.4
+Version: 1.3.5
 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.4/setup.py new/Unidecode-1.3.5/setup.py
--- old/Unidecode-1.3.4/setup.py        2022-03-10 10:08:22.000000000 +0100
+++ new/Unidecode-1.3.5/setup.py        2022-09-28 14:08:05.000000000 +0200
@@ -11,7 +11,7 @@
 
 setup(
     name='Unidecode',
-    version='1.3.4',
+    version='1.3.5',
     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.4/unidecode/x000.py 
new/Unidecode-1.3.5/unidecode/x000.py
--- old/Unidecode-1.3.4/unidecode/x000.py       2020-12-20 12:43:16.000000000 
+0100
+++ new/Unidecode-1.3.5/unidecode/x000.py       2022-09-26 09:16:48.000000000 
+0200
@@ -76,9 +76,9 @@
 '1',    # 0xb9
 'o',    # 0xba
 '>>',    # 0xbb
-' 1/4 ',    # 0xbc
-' 1/2 ',    # 0xbd
-' 3/4 ',    # 0xbe
+' 1/4',    # 0xbc
+' 1/2',    # 0xbd
+' 3/4',    # 0xbe
 '?',    # 0xbf
 'A',    # 0xc0
 'A',    # 0xc1

Reply via email to