!33 Update package to version 5.2.0

From: @xinsheng3 
Reviewed-by: @licihua, @tong_1001, @zhuchunyi 
Signed-off-by: @zhuchunyi, @licihua
This commit is contained in:
openeuler-ci-bot 2024-01-27 08:43:07 +00:00 committed by Gitee
commit 48299a7bc3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 5 additions and 1 deletions

Binary file not shown.

BIN
chardet-5.2.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-chardet Name: python-chardet
Version: 5.1.0 Version: 5.2.0
Release: 1 Release: 1
Summary: Universal encoding detector for Python 2 and 3 Summary: Universal encoding detector for Python 2 and 3
License: LGPL-2.1-only License: LGPL-2.1-only
@ -56,6 +56,10 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Sat Jan 27 2024 xinsheng3 <xinsheng3@huawei.com> - 5.2.0-1
- Update package to version 5.2.0
- Wrapper the entry way as python -m chardet
* Mon May 15 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 5.1.0-1 * Mon May 15 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 5.1.0-1
- Update package to version 5.1.0 - Update package to version 5.1.0