## 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 Name: python-annotated-doc Version: 0.0.5 Release: %autorelease Summary: Document parameters, class attributes, return types, and variables inline License: MIT URL: https://github.com/fastapi/annotated-doc Source: %{url}/archive/%{version}/annotated-doc-%{version}.tar.gz BuildSystem: pyproject BuildOption(install): --assert-license annotated_doc BuildArch: noarch # See the “tests” dependency group. Since it contains many unwanted # dependencies for things like linting and coverage, we list these manually: BuildRequires: %{py3_dist pytest} >= 8.3.5 %global common_description %{expand: Document parameters, class attributes, return types, and variables inline, with Annotated.} %description %{common_description} %package -n python3-annotated-doc Summary: %{summary} %description -n python3-annotated-doc %{common_description} %prep -a # We must work with what we have, and compatibility is good in practice. %pyproject_patch_dependency uv_build:drop_upper %check -a # These tests pertain to upstream workflow and don’t really add value # downstream, and they would require a circular dependency on python-typer. ignore="${ignore-} --ignore=tests/test_prepare_release.py" %pytest ${ignore-} --verbose %files -n python3-annotated-doc -f %{pyproject_files} %doc CITATION.cff %doc README.md %changelog ## START: Generated by rpmautospec * Sat Aug 22 2026 Benjamin A. Beasley - 0.0.5-1 - Update to 0.0.5 (close RHBZ#2520229) * Thu Jul 16 2026 Fedora Release Engineering - 0.0.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild * Wed Jun 03 2026 Python Maint - 0.0.4-7 - Rebuilt for Python 3.15 * Wed May 20 2026 Benjamin A. Beasley - 0.0.4-6 - Use long pytest options * Sat May 09 2026 Benjamin A. Beasley - 0.0.4-5 - Use long pyproject options * Wed Apr 29 2026 Benjamin A. Beasley - 0.0.4-4 - Use %%pyproject_patch_dependency in lieu of sed * Sat Jan 17 2026 Fedora Release Engineering - 0.0.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Mon Nov 10 2025 Benjamin A. Beasley - 0.0.4-1 - Update to 0.0.4 (close RHBZ#2413914) * Mon Oct 27 2025 Benjamin A. Beasley - 0.0.3-1 - Initial package (close RHBZ#2406317) ## END: Generated by rpmautospec