update to 5.0.0

This commit is contained in:
zhuofeng 2022-10-29 17:29:10 +08:00
parent 4e0d431584
commit 0152e1d953
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,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-chardet Name: python-chardet
Version: 4.0.0 Version: 5.0.0
Release: 2 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
URL: https://github.com/chardet/chardet 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 BuildArch: noarch
%description %description
Universal encoding detector for Python 2 and 3 Universal encoding detector for Python 2 and 3
@ -30,7 +30,7 @@ Provides: python3-chardet-doc
Universal encoding detector for Python 2 and 3 Universal encoding detector for Python 2 and 3
%prep %prep
%autosetup -n chardet-4.0.0 -S git %autosetup -n chardet-%{version} -S git
%build %build
%py3_build %py3_build
@ -75,6 +75,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Sat Oct 29 2022 zhuofeng <zhuofeng2@huawei.com> - 5.0.0-1
- update to 5.0.0
* Tue Oct 25 2022 zhangruifang <zhangruifang1@h-partners.com> - 4.0.0-2 * Tue Oct 25 2022 zhangruifang <zhangruifang1@h-partners.com> - 4.0.0-2
- Rebuild for next release - Rebuild for next release