Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
afc64d04cb
!33 [sync] PR-31: 取消指定测试用例搜索路径
From: @openeuler-sync-bot 
Reviewed-by: @gaoruoshu 
Signed-off-by: @gaoruoshu
2024-04-08 02:54:45 +00:00
shixuantong
0910bcf72b do not set the test suite search path
(cherry picked from commit 65a8bc48f9dac14b3e357183cc10ebc66d26d20e)
2024-04-08 09:25:53 +08:00
openeuler-ci-bot
928d9d3b4a
!29 Update package to version 1.16.0
From: @desert-sailor 
Reviewed-by: @dillon_chen, @licihua 
Signed-off-by: @dillon_chen
2024-01-10 07:52:40 +00:00
desert-sailor
7c056ed177 Update package to version 1.16.0 2024-01-10 14:23:34 +08:00
openeuler-ci-bot
dceabab5e2
!28 Adjust tests for a last minute Python 3.11 change in the traceback format
From: @tong_1001 
Reviewed-by: @gaoruoshu 
Signed-off-by: @gaoruoshu
2023-07-27 12:47:46 +00:00
shixuantong
a0fa395bc6 Adjust tests for a last minute Python 3.11 change in the traceback format 2023-07-27 20:07:03 +08:00
openeuler-ci-bot
0d974ab3ef
!27 add python3-py to buildrequire
From: @tong_1001 
Reviewed-by: @hubin95 
Signed-off-by: @hubin95
2023-07-08 03:47:56 +00:00
shixuantong
8f36b0b3c5 add python3-py to buildrequire 2023-07-08 10:33:49 +08:00
openeuler-ci-bot
939a833493
!26 Update package to version 1.15.1
From: @chendh6 
Reviewed-by: @gaoruoshu 
Signed-off-by: @gaoruoshu
2023-02-02 06:50:16 +00:00
chendh6
6d53a23a7f upgrade to 1.15.1 2023-01-19 16:12:59 +08:00
3 changed files with 19 additions and 3 deletions

Binary file not shown.

BIN
cffi-1.16.0.tar.gz Normal file

Binary file not shown.

View File

@ -5,14 +5,13 @@ C Foreign Function Interface for Python. Interact with almost any C code from Py
based on C-like declarations that you can often copy-paste from header files or documentation.
Name: python-%{_name}
Version: 1.15.0
Version: 1.16.0
Release: 2
Summary: %{_summary}
License: MIT
URL: http://cffi.readthedocs.org
Source0: https://files.pythonhosted.org/packages/source/c/cffi/%{_name}-%{version}.tar.gz
Buildrequires: libffi-devel gcc-c++ gcc python3-sphinx
%?python_enable_dependency_generator
@ -22,6 +21,8 @@ Buildrequires: libffi-devel gcc-c++ gcc python3-sphinx
%package -n python3-%{_name}
Summary: %{_summary}
Buildrequires: python3-devel python3-pycparser python3-pytest python3-setuptools
# for test
Buildrequires: python3-py
%{?python_provide:%python_provide python3-%{_name}}
%description -n python3-%{_name} %{_description}
@ -38,7 +39,7 @@ Buildrequires: python3-devel python3-pycparser python3-pytest python3-setuptool
%py3_install
%check
PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest c/ testing/
PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest
%files -n python3-%{_name}
%defattr(-,root,root)
@ -52,6 +53,21 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest c/ testing/
%doc PKG-INFO README.md
%changelog
* Sun Apr 07 2024 shixuantong <shixuantong1@huawei.com> - 1.16.0-2
- do not set the test suite search path
* Wed Jan 10 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 1.16.0-1
- Update package to version 1.16.0
* Thu Jul 27 2023 shixuantong <shixuantong1@huawei.com> - 1.15.1-3
- Adjust tests for a last minute Python 3.11 change in the traceback format
* Sat Jul 08 2023 shixuantong <shixuantong1@huawei.com> - 1.15.1-2
- add python3-py to buildrequire
* Thu Jan 19 2023 chendh6<chendonghui6@huawei.com> - 1.15.1-1
- DESC:upgrade 1.15.1-1
* Mon Jun 20 2022 tanyulong <tanyulong@kylinos.cn> - 1.15.0-2
- Delete unnecessary gdb from BuildRequires