diff --git a/chardet-5.1.0.tar.gz b/chardet-5.1.0.tar.gz deleted file mode 100644 index f981ccc..0000000 Binary files a/chardet-5.1.0.tar.gz and /dev/null differ diff --git a/chardet-5.2.0.tar.gz b/chardet-5.2.0.tar.gz new file mode 100644 index 0000000..644427f Binary files /dev/null and b/chardet-5.2.0.tar.gz differ diff --git a/python-chardet.spec b/python-chardet.spec index 0508184..d1d1d29 100644 --- a/python-chardet.spec +++ b/python-chardet.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-chardet -Version: 5.1.0 +Version: 5.2.0 Release: 1 Summary: Universal encoding detector for Python 2 and 3 License: LGPL-2.1-only @@ -56,6 +56,10 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Sat Jan 27 2024 xinsheng3 - 5.2.0-1 +- Update package to version 5.2.0 + - Wrapper the entry way as python -m chardet + * Mon May 15 2023 jiangxinyu - 5.1.0-1 - Update package to version 5.1.0