Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
fcdbb3b5f3
!12 Adapting to the pyproject.toml compilation mode
From: @lyn1001 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
2023-08-23 06:46:19 +00:00
lyn1001
d57c4dd890 Adapting to the pyproject.toml compilation mode 2023-08-23 14:30:29 +08:00
openeuler-ci-bot
36711d874e
!10 Modify the patching method
From: @wk333 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-02-27 09:09:06 +00:00
wk333
406c5e3c8c Modify the patching method 2023-02-27 11:23:07 +08:00
openeuler-ci-bot
a320196b6b
!8 Update package
From: @Wangjunqi123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-10-20 10:06:53 +00:00
Wangjunqi123
62fd1939b7 update version to 6.0.0 2022-10-20 09:33:33 +08:00
openeuler-ci-bot
a976d0035d
!7 Package upgrade
From: @caodongxia 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-07-01 03:05:32 +00:00
caodongxia
4c53c729bc Package upgrade 2022-06-29 17:11:22 +08:00
openeuler-ci-bot
016a361cd7
!5 【轻量级PR】:Fix bad date in changelog
From: @peijiankang 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-06-09 06:07:39 +00:00
peijiankang
c33dc50749 Fix bad date in changelog 2022-06-09 10:17:41 +08:00
3 changed files with 30 additions and 18 deletions

Binary file not shown.

BIN
pytest-runner-6.0.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,21 +1,24 @@
Name: python-pytest-runner
Version: 4.0
Release: 6
Summary: Provide setup.py test support for pytest runner
License: MIT
URL: https://pypi.python.org/pypi/pytest-runner
Source0: https://files.pythonhosted.org/packages/source/p/pytest-runner/pytest-runner-%{version}.tar.gz
BuildArch: noarch
Name: python-pytest-runner
Version: 6.0.0
Release: 3
Summary: Provide setup.py test support for pytest runner
License: MIT
URL: https://github.com/pytest-dev/pytest-runner/
Source0: https://files.pythonhosted.org/packages/2b/b2/5a07a37f314d3c0457c5431fd5b130e04355fa143f042356f77dd1570d36/pytest-runner-6.0.0.tar.gz
BuildArch: noarch
%description
Setup scripts can use pytest-runner to add setup.py test support
for pytest runner.
%package -n python3-pytest-runner
Summary: Provide setup.py test support for pytest runner
%{?python_provide:%python_provide python3-pytest-runner}
Requires: python3-pytest
BuildRequires: python3-devel python3-setuptools python3-setuptools_scm python3-pytest
Summary: Provide setup.py test support for pytest runner
Provides: python-pytest-runner
Requires: python3-pytest
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip python3-wheel
BuildRequires: python3-hatchling python3-hatch-vcs
%description -n python3-pytest-runner
Setup scripts can use pytest-runner to add setup.py test support
@ -25,20 +28,29 @@ for pytest runner.
%autosetup -n pytest-runner-%{version} -p1
%build
%py3_build
%pyproject_build
%install
%py3_install
%check
%{__python3} setup.py test
%pyproject_install
%files -n python3-pytest-runner
%doc README.rst LICENSE
%{python3_sitelib}/*
%changelog
* Fri 11 Sep 2020 wangyue<wangyue92@huawei.com> - 4.0-6
* Wed Aug 23 2023 liyanan <thistleslyn@163.com> - 6.0.0-3
- Adapting to the pyproject.toml compilation mode
* Mon Feb 27 2023 wangkai <wangkai385@h-partners.com> - 6.0.0-2
- Modify the patching method
* Wed Oct 19 2022 wangjunqi <wangjunqi@kylinos.cn> - 6.0.0-1
- Update package to version 6.0.0
* Wed Jun 29 2022 caodongxia <caodongxia@h-partners.com> - 5.3.2-1
- Update to 5.3.2
* Fri Sep 11 2020 wangyue<wangyue92@huawei.com> - 4.0-6
- Remove python2-pytest-runner
* Thu Mar 12 2020 likexin <likexin4@huawei.com> - 4.0-5