Update package to 2.1.7

This commit is contained in:
jinxu1992 2021-08-02 17:41:15 +08:00
parent f18c7f30f3
commit f41f308bef
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
cchardet-2.1.7.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-cchardet Name: python-cchardet
Version: 2.1.6 Version: 2.1.7
Release: 2 Release: 1
Summary: cChardet is high speed universal character encoding detector. Summary: cChardet is high speed universal character encoding detector.
License: GPL-2.0-or-later and LGPL-2.1-only and MPL-1.1 License: GPL-2.0-or-later and LGPL-2.1-only and MPL-1.1
URL: https://github.com/PyYoshi/cChardet URL: https://github.com/PyYoshi/cChardet
Source0: https://files.pythonhosted.org/packages/41/e6/2e2184a3bc887bfb6e6b97aef5e94af9b8de43806ce14b023ddbbcb0b30d/cchardet-2.1.6.tar.gz Source0: https://files.pythonhosted.org/packages/a8/5d/090c9f0312b7988a9433246c9cf0b566b1ae1374368cfb8ac897218a4f65/cchardet-2.1.7.tar.gz
%description %description
@ -29,7 +29,7 @@ Provides: python3-cchardet-doc
cChardet is high speed universal character encoding detector. cChardet is high speed universal character encoding detector.
%prep %prep
%autosetup -n cchardet-2.1.6 %autosetup -n cchardet-2.1.7
%build %build
%py3_build %py3_build
@ -69,6 +69,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Jul 23 2021 Xu Jin <jinxu@kylinos.cn> - 2.1.7-1
- Update package to 2.1.7
* Tue 27 Jul 2021 sunguoshuai <sunguoshuai@huawei.com> - 2.1.6-2 * Tue 27 Jul 2021 sunguoshuai <sunguoshuai@huawei.com> - 2.1.6-2
- Add gcc-c++ for buildrequires - Add gcc-c++ for buildrequires