diff --git a/chardet-4.0.0.tar.gz b/chardet-4.0.0.tar.gz deleted file mode 100644 index 6bfc4e3bad0b839337b25001a2333dca6ba8d2da..0000000000000000000000000000000000000000 Binary files a/chardet-4.0.0.tar.gz and /dev/null differ diff --git a/chardet-5.0.0.tar.gz b/chardet-5.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..53f1545664fb753dce5ba1e822a1a459d06f702d Binary files /dev/null and b/chardet-5.0.0.tar.gz differ diff --git a/python-chardet.spec b/python-chardet.spec index 6822dd2886fd797aefccf538540bf5e685821959..1be92d9115c6d360161f8f3a297d13a3f26056a8 100644 --- a/python-chardet.spec +++ b/python-chardet.spec @@ -1,12 +1,12 @@ %global _empty_manifest_terminate_build 0 Name: python-chardet -Version: 4.0.0 -Release: 4 +Version: 5.0.0 +Release: 1 Summary: Universal encoding detector for Python 2 and 3 License: LGPL-2.1-only URL: https://github.com/chardet/chardet -Source0: https://files.pythonhosted.org/packages/ee/2d/9cdc2b527e127b4c9db64b86647d567985940ac3698eeabc7ffaccb4ea61/chardet-4.0.0.tar.gz +Source0: https://files.pythonhosted.org/packages/31/a2/12c090713b3d0e141f367236d3a8bdc3e5fca0d83ff3647af4892c16c205/chardet-5.0.0.tar.gz BuildArch: noarch %description Universal encoding detector for Python 2 and 3 @@ -32,7 +32,7 @@ Provides: python3-chardet-doc Universal encoding detector for Python 2 and 3 %prep -%autosetup -n chardet-4.0.0 -p1 +%autosetup -n chardet-5.0.0 -p1 %build %py3_build @@ -77,6 +77,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sun Apr 07 2024 wangjing - 5.0.0-1 +- Upgrade package python3-chardet of version 5.0.0 + * Wed Feb 16 2022 liudabo - 4.0.0-4 - enable check