Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-chardet for openSUSE:Factory checked in at 2023-09-06 18:55:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-chardet (Old) and /work/SRC/openSUSE:Factory/.python-chardet.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-chardet" Wed Sep 6 18:55:58 2023 rev:35 rq:1108929 version:5.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-chardet/python-chardet.changes 2023-04-22 22:03:41.518375658 +0200 +++ /work/SRC/openSUSE:Factory/.python-chardet.new.1766/python-chardet.changes 2023-09-06 18:56:57.880930889 +0200 @@ -1,0 +2,6 @@ +Mon Sep 4 16:04:35 UTC 2023 - Dirk Müller <[email protected]> + +- update to 5.2.0: + * Adds support for running chardet CLI via `python -m chardet` + +------------------------------------------------------------------- Old: ---- chardet-5.1.0.tar.gz New: ---- chardet-5.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-chardet.spec ++++++ --- /var/tmp/diff_new_pack.NdITLE/_old 2023-09-06 18:56:58.992970531 +0200 +++ /var/tmp/diff_new_pack.NdITLE/_new 2023-09-06 18:56:58.992970531 +0200 @@ -36,7 +36,7 @@ %define skip_python36 1 %{?sle15_python_module_pythons} Name: python-chardet%{psuffix} -Version: 5.1.0 +Version: 5.2.0 Release: 0 Summary: Universal encoding detector License: LGPL-2.1-or-later ++++++ chardet-5.1.0.tar.gz -> chardet-5.2.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/chardet-5.1.0/PKG-INFO new/chardet-5.2.0/PKG-INFO --- old/chardet-5.1.0/PKG-INFO 2022-12-01 23:33:22.751814100 +0100 +++ new/chardet-5.2.0/PKG-INFO 2023-08-01 21:20:08.735556100 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: chardet -Version: 5.1.0 +Version: 5.2.0 Summary: Universal encoding detector for Python 3 Home-page: https://github.com/chardet/chardet Author: Mark Pilgrim diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/chardet-5.1.0/chardet/__main__.py new/chardet-5.2.0/chardet/__main__.py --- old/chardet-5.1.0/chardet/__main__.py 1970-01-01 01:00:00.000000000 +0100 +++ new/chardet-5.2.0/chardet/__main__.py 2023-08-01 21:07:52.000000000 +0200 @@ -0,0 +1,6 @@ +"""Wrapper so people can run python -m chardet""" + +from .cli.chardetect import main + +if __name__ == "__main__": + main() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/chardet-5.1.0/chardet/version.py new/chardet-5.2.0/chardet/version.py --- old/chardet-5.1.0/chardet/version.py 2022-12-01 22:29:39.000000000 +0100 +++ new/chardet-5.2.0/chardet/version.py 2023-08-01 21:20:01.000000000 +0200 @@ -5,5 +5,5 @@ :author: Dan Blanchard ([email protected]) """ -__version__ = "5.1.0" +__version__ = "5.2.0" VERSION = __version__.split(".") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/chardet-5.1.0/chardet.egg-info/PKG-INFO new/chardet-5.2.0/chardet.egg-info/PKG-INFO --- old/chardet-5.1.0/chardet.egg-info/PKG-INFO 2022-12-01 23:33:22.000000000 +0100 +++ new/chardet-5.2.0/chardet.egg-info/PKG-INFO 2023-08-01 21:20:08.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: chardet -Version: 5.1.0 +Version: 5.2.0 Summary: Universal encoding detector for Python 3 Home-page: https://github.com/chardet/chardet Author: Mark Pilgrim diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/chardet-5.1.0/chardet.egg-info/SOURCES.txt new/chardet-5.2.0/chardet.egg-info/SOURCES.txt --- old/chardet-5.1.0/chardet.egg-info/SOURCES.txt 2022-12-01 23:33:22.000000000 +0100 +++ new/chardet-5.2.0/chardet.egg-info/SOURCES.txt 2023-08-01 21:20:08.000000000 +0200 @@ -6,6 +6,7 @@ setup.cfg test.py chardet/__init__.py +chardet/__main__.py chardet/big5freq.py chardet/big5prober.py chardet/chardistribution.py
