%global python3_pkgversion 3.11 Name: python-sphinx-pytest Version: 0.2.0 Release: 3%{?dist} Summary: Helpful pytest fixtures for sphinx extensions # SPDX License: MIT URL: https://github.com/sphinx-extensions2/sphinx-pytest Source: %{pypi_source sphinx_pytest} BuildArch: noarch BuildRequires: python%{python3_pkgversion}-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 python%{python3_pkgversion}-sphinx-pytest Summary: %{summary} %description -n python%{python3_pkgversion}-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 for b in $(find %{buildroot}%{_bindir}/ -type f) ; do mv "$b" $(sed -re "s/(.*)$/\1%{python3_pkgversion}/"<<<"$b"); done for m in $(find %{buildroot}%{_datadir}/locale/* -type f) ; do mv "$m" $(sed -re "s/(.*).mo$/\1%{python3_pkgversion}.mo/"<<<"$m"); done %files -n python%{python3_pkgversion}-sphinx-pytest -f %{pyproject_files} %license LICENSE %doc README.md %changelog * Fri Jan 26 2024 Fedora Release Engineering - 0.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering - 0.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Oct 26 2023 Karolina Surma - 0.2.0-1 - Update to 0.2.0 (rhbz#2239833) * Mon Aug 21 2023 Karolina Surma - 0.1.1-3 - Fix tests with Sphinx 7.1+ * Fri Jul 21 2023 Fedora Release Engineering - 0.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Mon Jun 19 2023 Karolina Surma - 0.1.1-1 - Update to 0.1.1 * Wed Jun 14 2023 Python Maint - 0.0.3-4 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering - 0.0.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * 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