## 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 Summary: Pydantic OpenAPI schema implementation License: MIT URL: https://github.com/mike-oakley/openapi-pydantic Source: %{url}/archive/v%{version}/openapi-pydantic-%{version}.tar.gz BuildSystem: pyproject # No LICENSE in metadata. BuildOption(install): -L openapi_pydantic BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-pytest BuildRequires: python3-openapi-spec-validator %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} %license LICENSE %check -a %pyproject_check_import %pytest %changelog ## START: Generated by rpmautospec * Fri Dec 05 2025 John Doe - 0.5.1-1 - Uncommitted changes ## END: Generated by rpmautospec