Compare commits

..

No commits in common. "dac0a1ebc1dd0e02ac6d8e02152e4de6fbf614b5" and "bbb95fb14211f5bf72cd41b3e3cd13097a0f83da" have entirely different histories.

3 changed files with 7 additions and 19 deletions

BIN
cchardet-2.1.6.tar.gz Normal file

Binary file not shown.

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.7 Version: 2.1.6
Release: 3 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: Mozilla Public License
URL: https://github.com/PyYoshi/cChardet URL: https://github.com/PyYoshi/cChardet
Source0: https://files.pythonhosted.org/packages/a8/5d/090c9f0312b7988a9433246c9cf0b566b1ae1374368cfb8ac897218a4f65/cchardet-2.1.7.tar.gz Source0: https://files.pythonhosted.org/packages/41/e6/2e2184a3bc887bfb6e6b97aef5e94af9b8de43806ce14b023ddbbcb0b30d/cchardet-2.1.6.tar.gz
%description %description
@ -17,8 +17,8 @@ Provides: python-cchardet
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-cffi BuildRequires: python3-cffi
BuildRequires: gcc gcc-c++ BuildRequires: gcc
BuildRequires: python3-Cython BuildRequires: gdb
%description -n python3-cchardet %description -n python3-cchardet
cChardet is high speed universal character encoding detector. cChardet is high speed universal character encoding detector.
@ -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.7 %autosetup -n cchardet-2.1.6
%build %build
%py3_build %py3_build
@ -69,17 +69,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed Jul 12 2023 chenchen <chen_aka_jan@163.com> - 2.1.7-3
- Add python3-Cython to fix build failure caused by upgrading Python to 3.11.4
* Wed Aug 04 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.1.7-2
- DESC: delete BuildRequires gdb
* Mon Aug 2 2021 Xu Jin <jinxu@kylinos.cn> - 2.1.7-1
- Update package to 2.1.7
* Tue Jul 27 2021 sunguoshuai <sunguoshuai@huawei.com> - 2.1.6-2
- Add gcc-c++ for buildrequires
* Wed Jul 29 2020 Python_Bot <Python_Bot@openeuler.org> * Wed Jul 29 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated