Hello community,

here is the log from the commit of package python-Unidecode for 
openSUSE:Factory checked in at 2018-01-07 17:24:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Unidecode (Old)
 and      /work/SRC/openSUSE:Factory/.python-Unidecode.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Unidecode"

Sun Jan  7 17:24:07 2018 rev:6 rq:562241 version:1.0.22

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Unidecode/python-Unidecode.changes        
2017-06-29 15:16:55.885650048 +0200
+++ /work/SRC/openSUSE:Factory/.python-Unidecode.new/python-Unidecode.changes   
2018-01-07 17:24:11.681340400 +0100
@@ -1,0 +2,14 @@
+Sat Jan  6 21:26:05 UTC 2018 - benoit.mo...@gmx.fr
+
+- update to Unidecode 1.0.22:
+  * Move to semantic version numbering, no longer following version
+    numbers from the original Perl module. This fixes an issue with
+    setuptools (>= 8) and others expecting major.minor.patch format
+    (https://github.com/avian2/unidecode/issues/13)
+  * Add transliterations for currency signs U+20B0 through U+20BF
+    (thanks to Mike Swanson)
+  * Surround transliterations of vulgar fractions with spaces to
+    avoid incorrect combinations with adjacent numerals
+    (thanks to Jeffrey Gerard)
+
+-------------------------------------------------------------------

Old:
----
  Unidecode-0.04.21.tar.gz

New:
----
  Unidecode-1.0.22.tar.gz

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

Other differences:
------------------
++++++ python-Unidecode.spec ++++++
--- /var/tmp/diff_new_pack.Xa8zjT/_old  2018-01-07 17:24:12.413306091 +0100
+++ /var/tmp/diff_new_pack.Xa8zjT/_new  2018-01-07 17:24:12.417305903 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Unidecode
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-Unidecode
-Version:        0.04.21
+Version:        1.0.22
 Release:        0
 Summary:        ASCII transliterations of Unicode text
 License:        GPL-2.0+

++++++ Unidecode-0.04.21.tar.gz -> Unidecode-1.0.22.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Unidecode-0.04.21/ChangeLog 
new/Unidecode-1.0.22/ChangeLog
--- old/Unidecode-0.04.21/ChangeLog     2017-06-28 13:43:20.000000000 +0200
+++ new/Unidecode-1.0.22/ChangeLog      2018-01-05 16:51:54.000000000 +0100
@@ -1,3 +1,14 @@
+2018-01-05     unidecode 1.0.22
+       * Move to semantic version numbering, no longer following version
+         numbers from the original Perl module. This fixes an issue with
+         setuptools (>= 8) and others expecting major.minor.patch format.
+         (https://github.com/avian2/unidecode/issues/13)
+       * Add transliterations for currency signs U+20B0 through U+20BF
+         (thanks to Mike Swanson)
+       * Surround transliterations of vulgar fractions with spaces to avoid
+         incorrect combinations with adjacent numerals
+         (thanks to Jeffrey Gerard)
+
 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)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Unidecode-0.04.21/PKG-INFO 
new/Unidecode-1.0.22/PKG-INFO
--- old/Unidecode-0.04.21/PKG-INFO      2017-06-28 13:56:48.000000000 +0200
+++ new/Unidecode-1.0.22/PKG-INFO       2018-01-05 17:16:20.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: Unidecode
-Version: 0.04.21
+Version: 1.0.22
 Summary: ASCII transliterations of Unicode text
 Home-page: UNKNOWN
 Author: Tomaz Solc
@@ -78,7 +78,9 @@
             $ unidecode hello.txt
             hello
         
-        The default encoding used by the utility depends on your system 
locale. You can specify another encoding with the `-e` argument. See `unidecode 
--help` for a full list of available options.
+        The default encoding used by the utility depends on your system 
locale. You can
+        specify another encoding with the `-e` argument. See `unidecode 
--help` for a
+        full list of available options.
         
         Requirements
         ------------
@@ -168,7 +170,7 @@
         
         Python code and later additions:
         
-        Copyright 2017, Tomaz Solc <tomaz.s...@tablix.org>
+        Copyright 2018, Tomaz Solc <tomaz.s...@tablix.org>
         
         This program is free software; you can redistribute it and/or modify it
         under the terms of the GNU General Public License as published by the 
Free
@@ -194,6 +196,14 @@
 Classifier: License :: OSI Approved :: GNU General Public License v2 or later 
(GPLv2+)
 Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 2
+Classifier: Programming Language :: Python :: 2.6
+Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.3
+Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: Implementation :: CPython
+Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: Topic :: Text Processing
 Classifier: Topic :: Text Processing :: Filters
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Unidecode-0.04.21/README.rst 
new/Unidecode-1.0.22/README.rst
--- old/Unidecode-0.04.21/README.rst    2017-01-09 17:35:27.000000000 +0100
+++ new/Unidecode-1.0.22/README.rst     2018-01-05 17:07:36.000000000 +0100
@@ -70,7 +70,9 @@
     $ unidecode hello.txt
     hello
 
-The default encoding used by the utility depends on your system locale. You 
can specify another encoding with the `-e` argument. See `unidecode --help` for 
a full list of available options.
+The default encoding used by the utility depends on your system locale. You can
+specify another encoding with the `-e` argument. See `unidecode --help` for a
+full list of available options.
 
 Requirements
 ------------
@@ -160,7 +162,7 @@
 
 Python code and later additions:
 
-Copyright 2017, Tomaz Solc <tomaz.s...@tablix.org>
+Copyright 2018, Tomaz Solc <tomaz.s...@tablix.org>
 
 This program is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by the Free
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Unidecode-0.04.21/Unidecode.egg-info/PKG-INFO 
new/Unidecode-1.0.22/Unidecode.egg-info/PKG-INFO
--- old/Unidecode-0.04.21/Unidecode.egg-info/PKG-INFO   2017-06-28 
13:56:47.000000000 +0200
+++ new/Unidecode-1.0.22/Unidecode.egg-info/PKG-INFO    2018-01-05 
17:16:20.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: Unidecode
-Version: 0.04.21
+Version: 1.0.22
 Summary: ASCII transliterations of Unicode text
 Home-page: UNKNOWN
 Author: Tomaz Solc
@@ -78,7 +78,9 @@
             $ unidecode hello.txt
             hello
         
-        The default encoding used by the utility depends on your system 
locale. You can specify another encoding with the `-e` argument. See `unidecode 
--help` for a full list of available options.
+        The default encoding used by the utility depends on your system 
locale. You can
+        specify another encoding with the `-e` argument. See `unidecode 
--help` for a
+        full list of available options.
         
         Requirements
         ------------
@@ -168,7 +170,7 @@
         
         Python code and later additions:
         
-        Copyright 2017, Tomaz Solc <tomaz.s...@tablix.org>
+        Copyright 2018, Tomaz Solc <tomaz.s...@tablix.org>
         
         This program is free software; you can redistribute it and/or modify it
         under the terms of the GNU General Public License as published by the 
Free
@@ -194,6 +196,14 @@
 Classifier: License :: OSI Approved :: GNU General Public License v2 or later 
(GPLv2+)
 Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 2
+Classifier: Programming Language :: Python :: 2.6
+Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.3
+Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: Implementation :: CPython
+Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: Topic :: Text Processing
 Classifier: Topic :: Text Processing :: Filters
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Unidecode-0.04.21/setup.cfg 
new/Unidecode-1.0.22/setup.cfg
--- old/Unidecode-0.04.21/setup.cfg     2017-06-28 13:56:48.000000000 +0200
+++ new/Unidecode-1.0.22/setup.cfg      2018-01-05 17:16:20.000000000 +0100
@@ -1,6 +1,9 @@
 [bdist_wheel]
 universal = 1
 
+[metadata]
+license_file = LICENSE
+
 [egg_info]
 tag_build = 
 tag_date = 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Unidecode-0.04.21/setup.py 
new/Unidecode-1.0.22/setup.py
--- old/Unidecode-0.04.21/setup.py      2017-06-28 13:43:25.000000000 +0200
+++ new/Unidecode-1.0.22/setup.py       2018-01-05 16:50:57.000000000 +0100
@@ -10,7 +10,7 @@
 
 setup(
     name='Unidecode',
-    version='0.04.21',
+    version='1.0.22',
     description='ASCII transliterations of Unicode text',
     license='GPL',
     long_description=get_long_description(),
@@ -30,7 +30,15 @@
         "License :: OSI Approved :: GNU General Public License v2 or later 
(GPLv2+)",
         "Programming Language :: Python",
         "Programming Language :: Python :: 2",
+        "Programming Language :: Python :: 2.6",
+        "Programming Language :: Python :: 2.7",
         "Programming Language :: Python :: 3",
+        "Programming Language :: Python :: 3.3",
+        "Programming Language :: Python :: 3.4",
+        "Programming Language :: Python :: 3.5",
+        "Programming Language :: Python :: 3.6",
+        "Programming Language :: Python :: Implementation :: CPython",
+        "Programming Language :: Python :: Implementation :: PyPy",
         "Topic :: Text Processing",
         "Topic :: Text Processing :: Filters",
     ],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Unidecode-0.04.21/unidecode/x000.py 
new/Unidecode-1.0.22/unidecode/x000.py
--- old/Unidecode-0.04.21/unidecode/x000.py     2015-11-30 16:45:45.000000000 
+0100
+++ new/Unidecode-1.0.22/unidecode/x000.py      2017-10-13 11:14:15.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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Unidecode-0.04.21/unidecode/x020.py 
new/Unidecode-1.0.22/unidecode/x020.py
--- old/Unidecode-0.04.21/unidecode/x020.py     2017-01-09 17:25:04.000000000 
+0100
+++ new/Unidecode-1.0.22/unidecode/x020.py      2017-09-25 17:19:24.000000000 
+0200
@@ -175,22 +175,22 @@
 'K',    # 0xad
 'T',    # 0xae
 'Dr',    # 0xaf
-'[?]',    # 0xb0
-'[?]',    # 0xb1
-'[?]',    # 0xb2
-'[?]',    # 0xb3
-'[?]',    # 0xb4
-'[?]',    # 0xb5
-'[?]',    # 0xb6
-'[?]',    # 0xb7
-'[?]',    # 0xb8
-'[?]',    # 0xb9
-'[?]',    # 0xba
-'[?]',    # 0xbb
-'[?]',    # 0xbc
-'[?]',    # 0xbd
-'[?]',    # 0xbe
-'[?]',    # 0xbf
+'Pf',    # 0xb0
+'P',    # 0xb1
+'G',    # 0xb2
+'A',    # 0xb3
+'UAH',    # 0xb4
+'C|',    # 0xb5
+'L',    # 0xb6
+'Sm',    # 0xb7
+'T',    # 0xb8
+'Rs',    # 0xb9
+'L',    # 0xba
+'M',    # 0xbb
+'m',    # 0xbc
+'R',    # 0xbd
+'l',    # 0xbe
+'BTC',    # 0xbf
 '[?]',    # 0xc0
 '[?]',    # 0xc1
 '[?]',    # 0xc2


Reply via email to