Hello community,

here is the log from the commit of package python-Unidecode for 
openSUSE:Factory checked in at 2017-06-29 15:16:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Unidecode (Old)
 and      /work/SRC/openSUSE:Factory/.python-Unidecode.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Unidecode"

Thu Jun 29 15:16:49 2017 rev:5 rq:506879 version:0.04.21

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Unidecode/python-Unidecode.changes        
2017-04-17 10:26:24.929328592 +0200
+++ /work/SRC/openSUSE:Factory/.python-Unidecode.new/python-Unidecode.changes   
2017-06-29 15:16:55.885650048 +0200
@@ -1,0 +2,7 @@
+Wed Jun 28 18:15:36 UTC 2017 - [email protected]
+
+- update to Unidecode 0.04.21:
+  * Add U+2116 NUMERO SIGN (thanks to Alan Davidson)
+  * Add U+05BE HEBREW PUNCTUATION MAQAF (thanks to Micha Moskovic)
+
+-------------------------------------------------------------------

Old:
----
  Unidecode-0.04.20.tar.gz

New:
----
  Unidecode-0.04.21.tar.gz

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

Other differences:
------------------
++++++ python-Unidecode.spec ++++++
--- /var/tmp/diff_new_pack.vluPGB/_old  2017-06-29 15:16:59.873086380 +0200
+++ /var/tmp/diff_new_pack.vluPGB/_new  2017-06-29 15:16:59.877085814 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-Unidecode
-Version:        0.04.20
+Version:        0.04.21
 Release:        0
 Summary:        ASCII transliterations of Unicode text
 License:        GPL-2.0+

++++++ Unidecode-0.04.20.tar.gz -> Unidecode-0.04.21.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Unidecode-0.04.20/ChangeLog 
new/Unidecode-0.04.21/ChangeLog
--- old/Unidecode-0.04.20/ChangeLog     2017-01-09 17:34:31.000000000 +0100
+++ new/Unidecode-0.04.21/ChangeLog     2017-06-28 13:43:20.000000000 +0200
@@ -1,3 +1,7 @@
+2017-06-28     unidecode 0.04.21
+       * Add U+2116 NUMERO SIGN (thanks to Alan Davidson)
+       * Add U+05BE HEBREW PUNCTUATION MAQAF (thanks to Micha Moskovic)
+
 2017-01-09     unidecode 0.04.20
        * Fixed transliteration of circled Latin letters and numbers
          (thanks to Krzysztof Jurewicz).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Unidecode-0.04.20/PKG-INFO 
new/Unidecode-0.04.21/PKG-INFO
--- old/Unidecode-0.04.20/PKG-INFO      2017-01-09 17:47:49.000000000 +0100
+++ new/Unidecode-0.04.21/PKG-INFO      2017-06-28 13:56:48.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: Unidecode
-Version: 0.04.20
+Version: 0.04.21
 Summary: ASCII transliterations of Unicode text
 Home-page: UNKNOWN
 Author: Tomaz Solc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Unidecode-0.04.20/Unidecode.egg-info/PKG-INFO 
new/Unidecode-0.04.21/Unidecode.egg-info/PKG-INFO
--- old/Unidecode-0.04.20/Unidecode.egg-info/PKG-INFO   2017-01-09 
17:47:48.000000000 +0100
+++ new/Unidecode-0.04.21/Unidecode.egg-info/PKG-INFO   2017-06-28 
13:56:47.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: Unidecode
-Version: 0.04.20
+Version: 0.04.21
 Summary: ASCII transliterations of Unicode text
 Home-page: UNKNOWN
 Author: Tomaz Solc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Unidecode-0.04.20/setup.py 
new/Unidecode-0.04.21/setup.py
--- old/Unidecode-0.04.20/setup.py      2017-01-09 17:25:35.000000000 +0100
+++ new/Unidecode-0.04.21/setup.py      2017-06-28 13:43:25.000000000 +0200
@@ -10,7 +10,7 @@
 
 setup(
     name='Unidecode',
-    version='0.04.20',
+    version='0.04.21',
     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-0.04.20/unidecode/x005.py 
new/Unidecode-0.04.21/unidecode/x005.py
--- old/Unidecode-0.04.20/unidecode/x005.py     2015-11-30 16:45:45.000000000 
+0100
+++ new/Unidecode-0.04.21/unidecode/x005.py     2017-06-23 11:47:03.000000000 
+0200
@@ -189,7 +189,7 @@
 'u',    # 0xbb
 '\'',    # 0xbc
 '',    # 0xbd
-'',    # 0xbe
+'-',    # 0xbe
 '',    # 0xbf
 '|',    # 0xc0
 '',    # 0xc1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Unidecode-0.04.20/unidecode/x021.py 
new/Unidecode-0.04.21/unidecode/x021.py
--- old/Unidecode-0.04.20/unidecode/x021.py     2017-01-09 17:25:04.000000000 
+0100
+++ new/Unidecode-0.04.21/unidecode/x021.py     2017-01-17 09:29:24.000000000 
+0100
@@ -21,7 +21,7 @@
 'l',    # 0x13
 '',    # 0x14
 'N',    # 0x15
-'',    # 0x16
+'No. ',    # 0x16
 '',    # 0x17
 '',    # 0x18
 'P',    # 0x19


Reply via email to