diff --git a/pytest-checkdocs-2.4.0.tar.gz b/pytest-checkdocs-2.4.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..dc8b283aa80070cae3c2cdaa76e85eff1765b976 Binary files /dev/null and b/pytest-checkdocs-2.4.0.tar.gz differ diff --git a/python-pytest-checkdocs.spec b/python-pytest-checkdocs.spec new file mode 100644 index 0000000000000000000000000000000000000000..54382e302bfecec8b338b5da0f4a5882e68aa364 --- /dev/null +++ b/python-pytest-checkdocs.spec @@ -0,0 +1,47 @@ +%global pypi_name pytest-checkdocs + +Name: python-%{pypi_name} +Version: 2.4.0 +Release: 1 +Summary: check the README when running tests +License: ASL 2.0 +Group: Development/Python +URL: https://pypi.org/project/pytest-checkdocs/ +Source0: %{pypi_source} +BuildArch: noarch + +%description +A pytest plugin that checks the long description of the project to ensure it +renders properly. + +%package -n python3-%{pypi_name} +Summary: %{summary} +Group: Development/Python +BuildRequires: python3dist(setuptools-scm) +BuildRequires: python3dist(toml) + +%description -n python3-%{pypi_name} +A pytest plugin that checks the long description of the project to ensure it +renders properly. + +%prep +%autosetup -n %{pypi_name}-%{version} + +# Remove bundled egg-info +rm -rf %{pypi_name}.egg-info + +%build +%py3_build + +%install +%py3_install + +%files -n python3-%{pypi_name} +%doc LICENSE CHANGES.rst +%{python3_sitelib}/pytest_checkdocs +%{python3_sitelib}/pytest_checkdocs-%{version}-py%{python3_version}.egg-info + + +%changelog +* Tue Aug 02 2022 OpenStack_SIG - 2.4.0-1 +- Init package python3-pytest-checkdocs of version 2.4.0