From 1f28b0465401b82e4c99114fdad7cbad8d665b63 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Mon, 12 Apr 2021 15:19:31 +0900 Subject: [PATCH] Bump to python3-pytest-rerunfailures 9.1.1 Signed-off-by: DongHun Kwak --- .../python3-pytest-rerunfailures.manifest | 5 +++ packaging/python3-pytest-rerunfailures.spec | 35 +++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 packaging/python3-pytest-rerunfailures.manifest create mode 100644 packaging/python3-pytest-rerunfailures.spec diff --git a/packaging/python3-pytest-rerunfailures.manifest b/packaging/python3-pytest-rerunfailures.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/python3-pytest-rerunfailures.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/python3-pytest-rerunfailures.spec b/packaging/python3-pytest-rerunfailures.spec new file mode 100644 index 0000000..b26c2d6 --- /dev/null +++ b/packaging/python3-pytest-rerunfailures.spec @@ -0,0 +1,35 @@ +Name: python3-pytest-rerunfailures +Version: 9.1.1 +Release: 1 +Summary: pytest-rerunfailures is a plugin for pytest +License: MPL-2.0 +Group: Development/Languages/Python +Source: pytest-rerunfailures-%{version}.tar.gz +Source1001: %{name}.manifest + +BuildRequires: pkgconfig(python3) +BuildRequires: python3-setuptools + +BuildArch: noarch + +%description +pytest-rerunfailures is a plugin for pytest that re-runs tests to eliminate intermittent failures. + + +%prep +%setup -q -n pytest-rerunfailures-%{version} + +%build +cp %{SOURCE1001} . +%{_bindir}/python3 setup.py build + +%install +%{_bindir}/python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} + +%files +%manifest %{name}.manifest +%license LICENSE +%{python3_sitelib}/pytest_rerunfailures.py +%{python3_sitelib}/__pycache__/pytest_rerunfailures.cpython-*.pyc +%{python3_sitelib}/pytest_rerunfailures-%{version}-py%{python3_version}.egg-info/* + -- 2.34.1