## START: Set by rpmautospec ## (rpmautospec version 0.8.3) ## 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-openapi-pydantic Version: 0.5.1 Release: %autorelease # Fill in the actual package summary to submit package to Fedora Summary: Pydantic OpenAPI schema implementation # Check if the automatically generated License and its spelling is correct for Fedora # https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/ License: MIT URL: https://github.com/mike-oakley/openapi-pydantic Source: %{pypi_source openapi_pydantic} BuildSystem: pyproject # Replace ... with top-level Python module names as arguments, you can use globs BuildOption(install): openapi_pydantic BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-pytest BuildRequires: python3-coverage BuildRequires: python3-openapi-spec-validator # Fill in the actual package description to submit package to Fedora %global _description %{expand: Pydantic OpenAPI schema implementation.} %description %_description %package -n python3-openapi-pydantic Summary: %{summary} %description -n python3-openapi-pydantic %_description %files -n python3-openapi-pydantic -f %{pyproject_files} %check %pyproject_check_import %pytest %changelog ## START: Generated by rpmautospec * Wed Dec 03 2025 John Doe - 0.5.1-1 - Uncommitted changes ## END: Generated by rpmautospec