## START: Set by rpmautospec ## (rpmautospec version 0.8.4) ## 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 %bcond tests 1 %global forgeurl https://github.com/fralau/mkdocs-test Version: 0.6.0 %forgemeta Name: python-mkdocs-test Release: %autorelease Summary: Test framework for MkDocs projects License: MIT URL: %{forgeurl} Source: %{forgesource} BuildArch: noarch BuildRequires: python3-devel %if %{with tests} BuildRequires: mkdocs BuildRequires: python3dist(pyyaml) BuildRequires: python3dist(super-collections) %endif %global _description %{expand: This package provides a framework for testing MkDocs projects.} %description %_description %package -n python3-mkdocs-test Summary: %{summary} %description -n python3-mkdocs-test %_description %prep %forgeautosetup -p1 %generate_buildrequires %if %{with tests} %pyproject_buildrequires -x test %else %pyproject_buildrequires %endif %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l mkdocs_test # Exclude/remove the 'test' package installed in site-packages rm -rf %{buildroot}%{python3_sitelib}/test %check %if %{with tests} %pytest -v %else %pyproject_check_import %endif %files -n python3-mkdocs-test -f %{pyproject_files} %doc README.md %changelog ## START: Generated by rpmautospec * Thu Aug 06 2026 Filipe Rosset - 0.6.0-1 - Update to 0.6.0 * Thu Aug 06 2026 Filipe Rosset - 0.5.3-10 - simplify .gitignore file * Thu Aug 06 2026 Python Maint - 0.5.3-9 - Rebuilt for Python 3.15 * Thu Jul 16 2026 Fedora Release Engineering - 0.5.3-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild * Fri May 22 2026 Peter Robinson - 0.5.3-7 - Rebuild for Pandas3 * Sat Jan 17 2026 Fedora Release Engineering - 0.5.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Fri Sep 19 2025 Python Maint - 0.5.3-5 - Rebuilt for Python 3.14.0rc3 bytecode * Fri Aug 15 2025 Python Maint - 0.5.3-4 - Rebuilt for Python 3.14.0rc2 bytecode * Fri Jul 25 2025 Fedora Release Engineering - 0.5.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Fri Jun 06 2025 Python Maint - 0.5.3-2 - Rebuilt for Python 3.14 * Thu Jun 05 2025 Davide Cavalca - 0.5.3-1 - Initial import; Fixes: RHBZ#2333267 ## END: Generated by rpmautospec