Update package to version 5.2.0

This commit is contained in:
xinsheng3 2024-01-27 14:50:16 +08:00
parent ed025184b9
commit 7759d2cc24
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
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 <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
- Update package to version 5.1.0