$ git show --format=fuller --patch-with-stat --summary e58df91cb5d74de2f530f2bb7c2ed5ee9a7bfd5b
commit e58df91cb5d74de2f530f2bb7c2ed5ee9a7bfd5b
Author: iso buider <root@localhost>
AuthorDate: Wed Jun 30 17:47:04 2021 +0100
Commit: iso buider <root@localhost>
CommitDate: Wed Jun 30 17:47:04 2021 +0100
i
Initial commit
---
.abf.yml | 2 ++
python-pytest-randomly.spec | 43 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
create mode 100644 .abf.yml
create mode 100644 python-pytest-randomly.spec
diff --git a/.abf.yml b/.abf.yml
new file mode 100644
index 0000000..1d3f3f1
--- /dev/null
+++ b/.abf.yml
@@ -0,0 +1,2 @@
+sources:
+ pytest-randomly-3.8.0.tar.gz: 2289b065da8cf9bf139e59483b6a0a5b3d5dc4ba
diff --git a/python-pytest-randomly.spec b/python-pytest-randomly.spec
new file mode 100644
index 0000000..984f27b
--- /dev/null
+++ b/python-pytest-randomly.spec
@@ -0,0 +1,43 @@
+# Created by pyp2rpm-3.3.5
+%global pypi_name pytest-randomly
+%global altname pytest_randomly
+Name: python-%{pypi_name}
+Version: 3.8.0
+Release: 1
+Summary: Pytest plugin to randomly order tests and control random
+Group: Development/Python
+License: MIT
+URL: https://github.com/pytest-dev/pytest-randomly
+Source0: %{pypi_name}-%{version}.tar.gz
+BuildArch: noarch
+
+BuildRequires: python3-devel
+BuildRequires: python3dist(importlib-metadata) >= 3.6
+BuildRequires: python3dist(pytest)
+BuildRequires: python3dist(setuptools)
+
+%description
+ pytest-randomly :target:
+
+%prep
+%autosetup -n %{pypi_name}-%{version}
+# Remove bundled egg-info
+rm -rf %{pypi_name}.egg-info
+
+%build
+%py3_build
+
+%install
+%py3_install
+
+%check
+%{__python3} setup.py test
+
+%files -n python-%{pypi_name}
+%license LICENSE
+%doc README.rst
+%{python3_sitelib}/__pycache__/*
+%{python3_sitelib}/pytest_randomly.py
+%{python3_sitelib}/%{altname}.py
+%{python3_sitelib}/%{altname}-%{version}-py%{python3_version}.egg-info
+