Bump to python3-pytest-rerunfailures 9.1.1 sandbox/backup/python3-pytest-rerunfailures_9.1.1_20231227
authorDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 12 Apr 2021 06:19:31 +0000 (15:19 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 12 Apr 2021 06:32:26 +0000 (15:32 +0900)
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
packaging/python3-pytest-rerunfailures.manifest [new file with mode: 0644]
packaging/python3-pytest-rerunfailures.spec [new file with mode: 0644]

diff --git a/packaging/python3-pytest-rerunfailures.manifest b/packaging/python3-pytest-rerunfailures.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/python3-pytest-rerunfailures.spec b/packaging/python3-pytest-rerunfailures.spec
new file mode 100644 (file)
index 0000000..b26c2d6
--- /dev/null
@@ -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/*
+