Name: python-sphinx-pytest Version: 0.0.3 Release: 2%{?dist} Summary: Helpful pytest fixtures for sphinx extensions License: MIT URL: https://github.com/chrisjsewell/sphinx-pytest Source: %{pypi_source sphinx_pytest} BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: Helpful pytest fixtures for sphinx extensions. This extension provides pytest fixtures to "simulate" converting some source text to docutils AST at different stages; before transforms, after transforms, etc.} %description %_description %package -n python3-sphinx-pytest Summary: %{summary} %description -n python3-sphinx-pytest %_description %prep %autosetup -p1 -n sphinx_pytest-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files sphinx_pytest %check %pytest %files -n python3-sphinx-pytest -f %{pyproject_files} %license LICENSE %doc README.md %changelog * Fri Jul 22 2022 Fedora Release Engineering - 0.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jun 22 2022 Karolina Surma - 0.0.3-1 - Initial package Resolves: rhbz#2100032