## START: Set by rpmautospec ## (rpmautospec version 0.8.1) ## 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-httpx-sse Version: 0.4.1 Release: %autorelease Summary: Consume Server-Sent Event (SSE) messages with HTTPX. License: MIT URL: https://github.com/florimondmanca/httpx-sse Source: %{pypi_source httpx_sse} Patch: remove-test-coverage.patch BuildArch: noarch BuildRequires: python3-devel # Tests BuildRequires: python3dist(httpx) BuildRequires: python3dist(pytest) BuildRequires: python3dist(pytest-asyncio) BuildRequires: python3dist(sse-starlette) BuildRequires: python3dist(starlette) # Fill in the actual package description to submit package to Fedora %global _description %{expand: This is package 'httpx-sse' generated automatically by pyp2spec.} %description %_description %package -n python3-httpx-sse Summary: %{summary} %description -n python3-httpx-sse %_description %prep %autosetup -p1 -n httpx_sse-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l httpx_sse %check %pyproject_check_import -t %pytest %files -n python3-httpx-sse -f %{pyproject_files} %changelog ## START: Generated by rpmautospec * Sun Aug 24 2025 John Doe - 0.4.1-1 - Uncommitted changes ## END: Generated by rpmautospec