Hello community,

here is the log from the commit of package python-cchardet for openSUSE:Factory 
checked in at 2020-09-15 16:29:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cchardet (Old)
 and      /work/SRC/openSUSE:Factory/.python-cchardet.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cchardet"

Tue Sep 15 16:29:23 2020 rev:3 rq:834516 version:2.1.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cchardet/python-cchardet.changes  
2020-06-10 00:44:33.170355136 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-cchardet.new.4249/python-cchardet.changes    
    2020-09-15 16:29:27.170663577 +0200
@@ -1,0 +2,8 @@
+Tue Sep 15 06:29:26 UTC 2020 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Update to 2.1.6:
+  * drop support for Python 2.7
+  * support Github Actions
+  * update dev-dependencies
+
+-------------------------------------------------------------------

Old:
----
  cchardet-2.1.5.tar.gz

New:
----
  cchardet-2.1.6.tar.gz

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

Other differences:
------------------
++++++ python-cchardet.spec ++++++
--- /var/tmp/diff_new_pack.psoe3N/_old  2020-09-15 16:29:28.942665273 +0200
+++ /var/tmp/diff_new_pack.psoe3N/_new  2020-09-15 16:29:28.946665277 +0200
@@ -17,8 +17,9 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:           python-cchardet
-Version:        2.1.5
+Version:        2.1.6
 Release:        0
 Summary:        cChardet is high speed universal character encoding detector
 License:        MPL-1.1 OR LGPL-2.1-or-later OR GPL-2.0-or-later

++++++ cchardet-2.1.5.tar.gz -> cchardet-2.1.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cchardet-2.1.5/CHANGES.rst 
new/cchardet-2.1.6/CHANGES.rst
--- old/cchardet-2.1.5/CHANGES.rst      2019-11-18 09:55:38.000000000 +0100
+++ new/cchardet-2.1.6/CHANGES.rst      2020-03-16 16:22:53.000000000 +0100
@@ -1,11 +1,20 @@
 CHANGES
 =======
 
-2.1.x
+2.x.x
 -----
 
-2.1.5
------
+
+
+2.1.6 (2020-03-17)
+------------------
+
+- drop support for Python 2.7
+- support Github Actions
+- update dev-dependencies
+
+2.1.5 (2019-09-27)
+------------------
 
 - update language models (uchardet)
 - add iso8859-2 test but disabled it
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cchardet-2.1.5/PKG-INFO new/cchardet-2.1.6/PKG-INFO
--- old/cchardet-2.1.5/PKG-INFO 2019-11-18 09:56:10.797206000 +0100
+++ new/cchardet-2.1.6/PKG-INFO 2020-03-16 16:31:20.785576600 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: cchardet
-Version: 2.1.5
+Version: 2.1.6
 Summary: cChardet is high speed universal character encoding detector.
 Home-page: https://github.com/PyYoshi/cChardet
 Author: PyYoshi
@@ -242,17 +242,6 @@
         
         Platform: Ubuntu 16.04 amd64
         
-        Python 2.7.13
-        ^^^^^^^^^^^^^
-        
-        +-----------------+------------------+
-        |                 | Request (call/s) |
-        +=================+==================+
-        | chardet v3.0.2  |       0.36       |
-        +-----------------+------------------+
-        | cchardet v2.0.1 |     1396.42      |
-        +-----------------+------------------+
-        
         Python 3.6.1
         ^^^^^^^^^^^^
         
@@ -301,11 +290,20 @@
         CHANGES
         =======
         
-        2.1.x
+        2.x.x
         -----
         
-        2.1.5
-        -----
+        
+        
+        2.1.6 (2020-03-17)
+        ------------------
+        
+        - drop support for Python 2.7
+        - support Github Actions
+        - update dev-dependencies
+        
+        2.1.5 (2019-09-27)
+        ------------------
         
         - update language models (uchardet)
         - add iso8859-2 test but disabled it
@@ -416,8 +414,6 @@
 Classifier: Programming Language :: Cython
 Classifier: Programming Language :: Python
 Classifier: Topic :: Software Development :: Libraries
-Classifier: Programming Language :: Python :: 2
-Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cchardet-2.1.5/README.rst 
new/cchardet-2.1.6/README.rst
--- old/cchardet-2.1.5/README.rst       2018-10-10 02:30:32.000000000 +0200
+++ new/cchardet-2.1.6/README.rst       2020-03-16 15:40:14.000000000 +0100
@@ -234,17 +234,6 @@
 
 Platform: Ubuntu 16.04 amd64
 
-Python 2.7.13
-^^^^^^^^^^^^^
-
-+-----------------+------------------+
-|                 | Request (call/s) |
-+=================+==================+
-| chardet v3.0.2  |       0.36       |
-+-----------------+------------------+
-| cchardet v2.0.1 |     1396.42      |
-+-----------------+------------------+
-
 Python 3.6.1
 ^^^^^^^^^^^^
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cchardet-2.1.5/requirements-dev.txt 
new/cchardet-2.1.6/requirements-dev.txt
--- old/cchardet-2.1.5/requirements-dev.txt     2019-11-18 06:45:33.000000000 
+0100
+++ new/cchardet-2.1.6/requirements-dev.txt     2020-03-16 16:08:33.000000000 
+0100
@@ -1,7 +1,8 @@
 chardet==3.0.4
-Cython==0.29.14
 nose==1.3.7
-tox==3.14.1
-wheel==0.31.1
-#autopep8==1.4.4
-#pylint==2.4.4
+tox==3.14.5
+Cython==0.29.15
+# pylint==2.4.4
+# wheel==0.34.2
+# twine==3.1.1
+# autopep8==1.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cchardet-2.1.5/setup.py new/cchardet-2.1.6/setup.py
--- old/cchardet-2.1.5/setup.py 2019-11-18 06:12:26.000000000 +0100
+++ new/cchardet-2.1.6/setup.py 2020-03-16 15:41:17.000000000 +0100
@@ -27,7 +27,7 @@
     pyx_sources = glob.glob(cchardet_dir + '*.pyx')
     sys.stderr.write('cythonize: %r\n' % (pyx_sources,))
     cython_compiler.compile(
-        pyx_sources, options=cython_compiler.CompilationOptions(cplus=True))
+        pyx_sources, options=cython_compiler.CompilationOptions(cplus=True, 
compiler_directives={"language_level": 3}))
 
 cchardet_sources = glob.glob(cchardet_dir + '*.cpp')
 sources = cchardet_sources
@@ -128,8 +128,6 @@
         'Programming Language :: Cython',
         'Programming Language :: Python',
         'Topic :: Software Development :: Libraries',
-        'Programming Language :: Python :: 2',
-        'Programming Language :: Python :: 2.7',
         'Programming Language :: Python :: 3',
         'Programming Language :: Python :: 3.5',
         'Programming Language :: Python :: 3.6',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cchardet-2.1.5/src/cchardet/_cchardet.cpp 
new/cchardet-2.1.6/src/cchardet/_cchardet.cpp
--- old/cchardet-2.1.5/src/cchardet/_cchardet.cpp       2019-11-18 
09:56:10.000000000 +0100
+++ new/cchardet-2.1.6/src/cchardet/_cchardet.cpp       2020-03-16 
16:31:20.000000000 +0100
@@ -9,7 +9,7 @@
 #else
 #define CYTHON_ABI "0_29_14"
 #define CYTHON_HEX_VERSION 0x001D0EF0
-#define CYTHON_FUTURE_DIVISION 0
+#define CYTHON_FUTURE_DIVISION 1
 #include <stddef.h>
 #ifndef offsetof
   #define offsetof(type, member) ( (size_t) & ((type*)0) -> member )
@@ -1106,7 +1106,7 @@
 static const char __pyx_k_detect_with_confidence[] = "detect_with_confidence";
 static const char __pyx_k_src_cchardet__cchardet_pyx[] = 
"src/cchardet/_cchardet.pyx";
 static const char __pyx_k_self__ud_cannot_be_converted_to[] = "self._ud cannot 
be converted to a Python object for pickling";
-static PyObject *__pyx_kp_s_Handle_data_error;
+static PyObject *__pyx_kp_u_Handle_data_error;
 static PyObject *__pyx_n_s_TypeError;
 static PyObject *__pyx_n_s_UniversalDetector;
 static PyObject *__pyx_kp_b__3;
@@ -2378,7 +2378,7 @@
 #endif
 
 static __Pyx_StringTabEntry __pyx_string_tab[] = {
-  {&__pyx_kp_s_Handle_data_error, __pyx_k_Handle_data_error, 
sizeof(__pyx_k_Handle_data_error), 0, 0, 1, 0},
+  {&__pyx_kp_u_Handle_data_error, __pyx_k_Handle_data_error, 
sizeof(__pyx_k_Handle_data_error), 0, 1, 0, 0},
   {&__pyx_n_s_TypeError, __pyx_k_TypeError, sizeof(__pyx_k_TypeError), 0, 0, 
1, 1},
   {&__pyx_n_s_UniversalDetector, __pyx_k_UniversalDetector, 
sizeof(__pyx_k_UniversalDetector), 0, 0, 1, 1},
   {&__pyx_kp_b__3, __pyx_k__3, sizeof(__pyx_k__3), 0, 0, 0, 0},
@@ -2422,7 +2422,7 @@
  * 
  *     uchardet_data_end(ud)
  */
-  __pyx_tuple_ = PyTuple_Pack(1, __pyx_kp_s_Handle_data_error); if 
(unlikely(!__pyx_tuple_)) __PYX_ERR(1, 22, __pyx_L1_error)
+  __pyx_tuple_ = PyTuple_Pack(1, __pyx_kp_u_Handle_data_error); if 
(unlikely(!__pyx_tuple_)) __PYX_ERR(1, 22, __pyx_L1_error)
   __Pyx_GOTREF(__pyx_tuple_);
   __Pyx_GIVEREF(__pyx_tuple_);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cchardet-2.1.5/src/cchardet/version.py 
new/cchardet-2.1.6/src/cchardet/version.py
--- old/cchardet-2.1.5/src/cchardet/version.py  2019-11-18 09:55:22.000000000 
+0100
+++ new/cchardet-2.1.6/src/cchardet/version.py  2020-03-16 16:11:59.000000000 
+0100
@@ -1 +1 @@
-__version__ = '2.1.5'
+__version__ = '2.1.6'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cchardet-2.1.5/src/cchardet.egg-info/PKG-INFO 
new/cchardet-2.1.6/src/cchardet.egg-info/PKG-INFO
--- old/cchardet-2.1.5/src/cchardet.egg-info/PKG-INFO   2019-11-18 
09:56:10.000000000 +0100
+++ new/cchardet-2.1.6/src/cchardet.egg-info/PKG-INFO   2020-03-16 
16:31:20.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: cchardet
-Version: 2.1.5
+Version: 2.1.6
 Summary: cChardet is high speed universal character encoding detector.
 Home-page: https://github.com/PyYoshi/cChardet
 Author: PyYoshi
@@ -242,17 +242,6 @@
         
         Platform: Ubuntu 16.04 amd64
         
-        Python 2.7.13
-        ^^^^^^^^^^^^^
-        
-        +-----------------+------------------+
-        |                 | Request (call/s) |
-        +=================+==================+
-        | chardet v3.0.2  |       0.36       |
-        +-----------------+------------------+
-        | cchardet v2.0.1 |     1396.42      |
-        +-----------------+------------------+
-        
         Python 3.6.1
         ^^^^^^^^^^^^
         
@@ -301,11 +290,20 @@
         CHANGES
         =======
         
-        2.1.x
+        2.x.x
         -----
         
-        2.1.5
-        -----
+        
+        
+        2.1.6 (2020-03-17)
+        ------------------
+        
+        - drop support for Python 2.7
+        - support Github Actions
+        - update dev-dependencies
+        
+        2.1.5 (2019-09-27)
+        ------------------
         
         - update language models (uchardet)
         - add iso8859-2 test but disabled it
@@ -416,8 +414,6 @@
 Classifier: Programming Language :: Cython
 Classifier: Programming Language :: Python
 Classifier: Topic :: Software Development :: Libraries
-Classifier: Programming Language :: Python :: 2
-Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6


Reply via email to