diff --git a/chardet-4.0.0.tar.gz b/chardet-4.0.0.tar.gz deleted file mode 100644 index 6bfc4e3..0000000 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 0000000..53f1545 Binary files /dev/null and b/chardet-5.0.0.tar.gz differ diff --git a/python-chardet.spec b/python-chardet.spec index 0c90636..edd64b5 100644 --- a/python-chardet.spec +++ b/python-chardet.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-chardet -Version: 4.0.0 -Release: 2 +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/source/c/chardet/chardet-%{version}.tar.gz BuildArch: noarch %description Universal encoding detector for Python 2 and 3 @@ -30,7 +30,7 @@ Provides: python3-chardet-doc Universal encoding detector for Python 2 and 3 %prep -%autosetup -n chardet-4.0.0 -S git +%autosetup -n chardet-%{version} -S git %build %py3_build @@ -75,6 +75,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sat Oct 29 2022 zhuofeng - 5.0.0-1 +- update to 5.0.0 + * Tue Oct 25 2022 zhangruifang - 4.0.0-2 - Rebuild for next release