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-01-03 15:04:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-chardet (Old) and /work/SRC/openSUSE:Factory/.python-chardet.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-chardet" Tue Jan 3 15:04:25 2023 rev:32 rq:1046266 version:5.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-chardet/python-chardet.changes 2022-07-12 11:12:14.643683104 +0200 +++ /work/SRC/openSUSE:Factory/.python-chardet.new.1563/python-chardet.changes 2023-01-03 15:04:33.218225600 +0100 @@ -1,0 +2,19 @@ +Mon Jan 2 18:40:26 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 5.1.0: + * Add should_rename_legacy argument to most functions, which will rename + older encodings to their more modern equivalents (e.g., GB2312 becomes + GB18030) (#264, @dan-blanchard) + * Add capital letter sharp S and ISO-8859-15 support + * Add a prober for MacRoman encoding + * Add --minimal flag to chardetect command + * Add type annotations to the project and run mypy on CI + * Add support for Python 3.11 + * Clarify LGPL version in License trove classifier (#255, @musicinmybrain) + * Remove support for EOL Python 3.6 (#260, @jdufresne) + * Remove unnecessary guards for non-falsey values (#259, @jdufresne) + * Switch to Python 3.10 release in GitHub actions (#257, @jdufresne) + * Remove setup.py in favor of build package (#262, @jdufresne) + * Run tests on macos, Windows, and 3.11-dev (#267, @dan-blanchard) + +------------------------------------------------------------------- Old: ---- chardet-5.0.0.tar.gz New: ---- chardet-5.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-chardet.spec ++++++ --- /var/tmp/diff_new_pack.XRVimD/_old 2023-01-03 15:04:33.758228752 +0100 +++ /var/tmp/diff_new_pack.XRVimD/_new 2023-01-03 15:04:33.762228775 +0100 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -34,13 +34,15 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-chardet%{psuffix} -Version: 5.0.0 +Version: 5.1.0 Release: 0 Summary: Universal encoding detector License: LGPL-2.1-or-later URL: https://github.com/chardet/chardet Source0: https://files.pythonhosted.org/packages/source/c/chardet/chardet-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros >= 20210929 %if %{with libalternatives} @@ -91,11 +93,11 @@ sed -i '1{/^#!/d}' chardet/lang*model.py chardet/metadata/languages.py %build -%python_build +%pyproject_wheel %install %if !%{with test} -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/chardetect %python_expand %fdupes %{buildroot}%{$python_sitelib} %endif ++++++ chardet-5.0.0.tar.gz -> chardet-5.1.0.tar.gz ++++++ ++++ 6674 lines of diff (skipped)