update version to 6.0.0

This commit is contained in:
Wangjunqi123 2022-10-19 09:46:22 +08:00
parent a976d0035d
commit 62fd1939b7
4 changed files with 28 additions and 13 deletions

9
0001-add-setup.py.patch Normal file
View File

@ -0,0 +1,9 @@
--- a/setup.py 1970-01-01 08:00:00.000000000 +0800
+++ b/setup.py 2022-10-19 09:38:57.746598491 +0800
@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+
+from setuptools import setup
+
+if __name__ == "__main__":
+ setup()

Binary file not shown.

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

Binary file not shown.

View File

@ -1,10 +1,11 @@
Name: python-pytest-runner Name: python-pytest-runner
Version: 5.3.2 Version: 6.0.0
Release: 1 Release: 1
Summary: Provide setup.py test support for pytest runner Summary: Provide setup.py test support for pytest runner
License: MIT License: MIT
URL: https://pypi.python.org/pypi/pytest-runner URL: https://github.com/pytest-dev/pytest-runner/
Source0: https://files.pythonhosted.org/packages/a7/05/4db08fb3604c747bf5c72243f2171d6a0e450de401aaa4136ec019da745b/pytest-runner-5.3.2.tar.gz Source0: https://files.pythonhosted.org/packages/2b/b2/5a07a37f314d3c0457c5431fd5b130e04355fa143f042356f77dd1570d36/pytest-runner-6.0.0.tar.gz
Patch0: 0001-add-setup.py.patch
BuildArch: noarch BuildArch: noarch
%description %description
@ -13,16 +14,18 @@ for pytest runner.
%package -n python3-pytest-runner %package -n python3-pytest-runner
Summary: Provide setup.py test support for pytest runner Summary: Provide setup.py test support for pytest runner
%{?python_provide:%python_provide python3-pytest-runner} Provides: python-pytest-runner
Requires: python3-pytest Requires: python3-pytest
BuildRequires: python3-devel python3-setuptools python3-setuptools_scm python3-pytest BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description -n python3-pytest-runner %description -n python3-pytest-runner
Setup scripts can use pytest-runner to add setup.py test support Setup scripts can use pytest-runner to add setup.py test support
for pytest runner. for pytest runner.
%prep %prep
%autosetup -n pytest-runner-%{version} -p1 %autosetup -n pytest-runner-%{version}
%patch0
%build %build
%py3_build %py3_build
@ -38,6 +41,9 @@ for pytest runner.
%{python3_sitelib}/* %{python3_sitelib}/*
%changelog %changelog
* 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 * Wed Jun 29 2022 caodongxia <caodongxia@h-partners.com> - 5.3.2-1
- Update to 5.3.2 - Update to 5.3.2