Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
dac0a1ebc1
!10 Add python3-Cython to fix build failure caused by upgrading Python to 3.11.4
From: @chen-jan 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
2023-07-19 02:19:15 +00:00
chen-jan
81b68954df Add python3-Cython to fix build failure caused by upgrading Python to 3.11.4 2023-07-18 19:58:37 +08:00
openeuler-ci-bot
1c4a2d989e
!8 【轻量级 PR】:fix bad date in %changelog
From: @loong-C 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-06-16 09:14:17 +00:00
loong-C
31fc458bfc
fix bad date in %changelog
![输入图片说明](https://images.gitee.com/uploads/images/2022/0616/094932_8e5c9088_9884780.png "屏幕截图.png")
2022-06-16 01:50:28 +00:00
openeuler-ci-bot
2b32f21bee !5 python-cchardet delete BuildRequires gdb
From: @chenyanpanHW
Reviewed-by: @yangzhao_kl
Signed-off-by: @yangzhao_kl
2021-08-05 03:35:18 +00:00
chenyanpanHW
30ad75102c
delete BuildRequires gdb 2021-08-04 21:17:36 +08:00
openeuler-ci-bot
7913900f6c !4 更新python-cchardet至上游最新版2.1.7
From: @jinxu1992
Reviewed-by: @yangzhao_kl
Signed-off-by: @yangzhao_kl
2021-08-03 01:25:57 +00:00
jinxu1992
f41f308bef Update package to 2.1.7 2021-08-02 17:46:13 +08:00
openeuler-ci-bot
f18c7f30f3 !3 Add gcc-c++ for buildrequires
From: @si-gui
Reviewed-by: @myeuler
Signed-off-by: @myeuler
2021-07-27 07:25:47 +00:00
sunguoshuai
28f32c23ad Add gcc-c++ for buildrequires 2021-07-27 15:03:30 +08:00
3 changed files with 19 additions and 7 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
Name: python-cchardet
Version: 2.1.6
Release: 1
Version: 2.1.7
Release: 3
Summary: cChardet is high speed universal character encoding detector.
License: Mozilla Public License
License: GPL-2.0-or-later and LGPL-2.1-only and MPL-1.1
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
@ -17,8 +17,8 @@ Provides: python-cchardet
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-cffi
BuildRequires: gcc
BuildRequires: gdb
BuildRequires: gcc gcc-c++
BuildRequires: python3-Cython
%description -n python3-cchardet
cChardet is high speed universal character encoding detector.
@ -29,7 +29,7 @@ Provides: python3-cchardet-doc
cChardet is high speed universal character encoding detector.
%prep
%autosetup -n cchardet-2.1.6
%autosetup -n cchardet-2.1.7
%build
%py3_build
@ -69,5 +69,17 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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>
- Package Spec generated