Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
38aef99cd3
!40 Upgrade package to version 1.4.0
From: @jianli-97 
Reviewed-by: @Charlie_li 
Signed-off-by: @Charlie_li
2024-02-28 02:18:15 +00:00
jianli-97
66541e9b0a Upgrade package to version 1.4.0 2024-02-23 11:35:17 +08:00
openeuler-ci-bot
43e772350e
!23 Update package to version 1.0.0
From: @wubijie123 
Reviewed-by: @zengwefeng 
Signed-off-by: @zengwefeng
2023-03-29 01:59:12 +00:00
wubijie
bf8cbc9c95 Update package to version 1.0.0 2023-02-15 16:54:03 +08:00
openeuler-ci-bot
871a4ce302 !18 disable %check
From: @tong_1001
Reviewed-by: @orange-snn
Signed-off-by: @orange-snn
2021-11-27 08:59:40 +00:00
桐小哥
1601f3f44f disable %check 2021-11-27 16:23:56 +08:00
openeuler-ci-bot
4d06c10dfb !7 Update python-pluggy to 0.13.1 version
From: @baizg1107
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-01-11 14:46:08 +08:00
baizg1107
dbdbf4c4c7 Update to 0.13.1 2021-01-11 14:22:00 +08:00
openeuler-ci-bot
cc01b76edf !6 回退 'Pull Request !5 : Update python-pluggy to 0.13.1 version'
From: @small_leek
Reviewed-by: @miao_kaibo,@yanglijin
Signed-off-by: @miao_kaibo,@yanglijin
2021-01-04 10:13:04 +08:00
small_leek
2493d98963 回退 'Pull Request !5 : Update python-pluggy to 0.13.1 version' 2020-12-31 15:12:07 +08:00
3 changed files with 23 additions and 4 deletions

Binary file not shown.

BIN
pluggy-1.4.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,12 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
%bcond_with test
Name: python-pluggy Name: python-pluggy
Version: 0.13.1 Version: 1.4.0
Release: 1 Release: 1
Summary: plugin and hook calling mechanisms for python Summary: plugin and hook calling mechanisms for python
License: MIT license License: MIT
URL: https://github.com/pytest-dev/pluggy URL: https://github.com/pytest-dev/pluggy
Source0: https://files.pythonhosted.org/packages/f8/04/7a8542bed4b16a65c2714bf76cf5a0b026157da7f75e87cc88774aa10b14/pluggy-0.13.1.tar.gz Source0: https://files.pythonhosted.org/packages/54/c6/43f9d44d92aed815e781ca25ba8c174257e27253a94630d21be8725a2b59/pluggy-1.4.0.tar.gz
BuildArch: noarch BuildArch: noarch
Requires: python3-importlib-metadata Requires: python3-importlib-metadata
@ -25,6 +26,10 @@ Provides: python-pluggy
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm BuildRequires: python3-setuptools_scm
%if %{with test}
BuildRequires: python3-pytest
%endif
%description -n python3-pluggy %description -n python3-pluggy
%{_description} %{_description}
@ -35,7 +40,7 @@ Provides: python3-pluggy-doc
%{_description} %{_description}
%prep %prep
%autosetup -n pluggy-0.13.1 %autosetup -n pluggy-%{version}
%build %build
%py3_build %py3_build
@ -68,6 +73,11 @@ popd
mv %{buildroot}/filelist.lst . mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst . mv %{buildroot}/doclist.lst .
%if %{with tests}
%check
PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest testing -k "not test_load_setuptools_instantiation"
%endif
%files -n python3-pluggy -f filelist.lst %files -n python3-pluggy -f filelist.lst
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
@ -75,6 +85,15 @@ mv %{buildroot}/doclist.lst .
%{_pkgdocdir} %{_pkgdocdir}
%changelog %changelog
* Fri Feb 23 2024 lijian <lijian2@kylinos.cn> - 1.4.0-1
- Upgrade package to version 1.4.0
* Wed Feb 15 2023 wubijie <wubijie@kylinos.cn> - 1.0.0-1
- Update package to version 1.0.0
* Sat Nov 27 2021 shixuantong <shixuantong@huawei> - 0.13.1-2
- disable %check
* Wed Dec 09 2020 baizhonggui <baizhonggui@huawei.com> - 0.13.1-1 * Wed Dec 09 2020 baizhonggui <baizhonggui@huawei.com> - 0.13.1-1
- Update to 0.13.1 - Update to 0.13.1