## START: Set by rpmautospec ## (rpmautospec version 0.6.0) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: python-sphinxtesters Version: 0.2.4 Release: %autorelease Summary: Utilities for testing Sphinx extensions # The code is BSD-2-Clause. Other licenses are due to files copied in by # Sphinx. # _static/alabaster.css: BSD-3-Clause # _static/basic.css: BSD-2-Clause # _static/custom.css: BSD-3-Clause # _static/doctools.js: BSD-2-Clause # _static/documentation_options.js: BSD-2-Clause # _static/file.png: BSD-2-Clause # _static/language_data.js: BSD-2-Clause # _static/minus.png: BSD-2-Clause # _static/plus.png: BSD-2-Clause # _static/searchtools.js: BSD-2-Clause # _static/sphinx_highlight.js: BSD-2-Clause # genindex.html: BSD-2-Clause # search.html: BSD-2-Clause # searchindex.js: BSD-2-Clause License: BSD-2-Clause AND BSD-3-Clause URL: https://github.com/matthew-brett/sphinxtesters VCS: git:%{url}.git Source: %{url}/archive/%{version}/sphinxtesters-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel %description This package contains utilities for testing Sphinx extensions. %package -n python3-sphinxtesters Summary: Utilities for testing Sphinx extensions Requires: %{py3_dist sphinx} %description -n python3-sphinxtesters This package contains utilities for testing Sphinx extensions. %prep %autosetup -n sphinxtesters-%{version} -p1 %generate_buildrequires %pyproject_buildrequires -x doc,test %build %pyproject_wheel rst2html --no-datestamp README.rst README.html PYTHONPATH=$PWD sphinx-build doc build rm -fr build/.{buildinfo,doctrees,nojekyll} %install %pyproject_install %pyproject_save_files -L sphinxtesters %check %pytest -v %files -n python3-sphinxtesters -f %{pyproject_files} %doc README.html build %license LICENSE %changelog ## START: Generated by rpmautospec * Wed Oct 30 2024 Jerry James - 0.2.4-1 - Version 0.2.4 - Drop upstreamed patches - Remove MIT and Unlicense from the License field - Run tests in verbose mode - Add LICENSE file * Fri Jul 19 2024 Fedora Release Engineering - 0.2.3-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sat Jun 08 2024 Python Maint - 0.2.3-21 - Rebuilt for Python 3.13 * Fri Jan 26 2024 Fedora Release Engineering - 0.2.3-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering - 0.2.3-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering - 0.2.3-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jul 11 2023 Jerry James - 0.2.3-17 - Fix sphinx-build invocation (rhbz#2221972) * Wed Jun 28 2023 Jerry James - 0.2.3-16 - Add versioneer patch to fix FTBFS with python 3.12 * Wed Jun 28 2023 Python Maint - 0.2.3-16 - Rebuilt for Python 3.12 * Fri Feb 24 2023 Jerry James - 0.2.3-15 - Dynamically generate BuildRequires * Fri Jan 20 2023 Fedora Release Engineering - 0.2.3-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Dec 13 2022 Jerry James - 0.2.3-14 - Convert License tag to SPDX * Fri Jul 22 2022 Fedora Release Engineering - 0.2.3-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jun 15 2022 Python Maint - 0.2.3-13 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 0.2.3-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Nov 19 2021 Jerry James - 0.2.3-11 - Add -config-error patch to fix FTBFS with sphinx 4.2.0 - Modernize the python macros * Fri Jul 23 2021 Fedora Release Engineering - 0.2.3-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 0.2.3-9 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 0.2.3-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 0.2.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hrončok - 0.2.3-6 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 0.2.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jan 24 2020 Jerry James - 0.2.3-4 - Build and ship the documentation - Ship the README as an html file * Thu Oct 03 2019 Miro Hrončok - 0.2.3-3 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 0.2.3-2 - Rebuilt for Python 3.8 * Tue Aug 13 2019 Jerry James - 0.2.3-1 - New upstream version * Fri Jul 26 2019 Fedora Release Engineering - 0.2.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering - 0.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Nov 26 2018 Jerry James - 0.2.1-2 - Drop the python2 subpackage (bz 1653087) * Wed Aug 29 2018 Jerry James - 0.2.1-1 - Initial RPM ## END: Generated by rpmautospec