diff --git a/chardet-5.1.0.tar.gz b/chardet-5.1.0.tar.gz deleted file mode 100644 index f981cccf87816067ea7492cdbcc61b8e61e66a12..0000000000000000000000000000000000000000 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 0000000000000000000000000000000000000000..644427f8e1250960b6d09724b29537313531c58a Binary files /dev/null and b/chardet-5.2.0.tar.gz differ diff --git a/python-chardet.spec b/python-chardet.spec index 050818473d8aba23e7d7ffef70aed17117122fb2..d1d1d29d58728fda0eaa2955fd422796f5e02d85 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