!16 update to 5.0.0

From: @zhuofeng6 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2022-11-09 10:16:15 +00:00 committed by Gitee
commit 31e3c2164c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
chardet-5.0.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
%global _empty_manifest_terminate_build 0
Name: python-chardet
Version: 4.0.0
Release: 4
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
@ -32,7 +32,7 @@ Provides: python3-chardet-doc
Universal encoding detector for Python 2 and 3
%prep
%autosetup -n chardet-4.0.0 -p1
%autosetup -n chardet-%{version} -p1
%build
%py3_build
@ -77,6 +77,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Sat Oct 29 2022 zhuofeng <zhuofeng2@huawei.com> - 5.0.0-1
- update to 5.0.0
* Wed Feb 16 2022 liudabo <liudabo1@huawei.com> - 4.0.0-4
- enable check