## START: Set by rpmautospec ## (rpmautospec version 0.6.0) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 2; 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-quart Version: 0.19.6 Release: %autorelease Summary: A Python ASGI web microframework with the same API as Flask # SPDX License: MIT URL: https://github.com/pallets/quart # PyPI source distributions lack tests, changelog, etc.; use the GitHub archive Source: %{url}/archive/%{version}/quart-%{version}.tar.gz # Man pages hand-written for Fedora in groff_man(7) format based on --help Source10: quart.1 Source11: quart-routes.1 Source12: quart-run.1 Source13: quart-shell.1 # Downstream-only: patch out coverage analysis # # https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters Patch: 0001-Downstream-only-patch-out-coverage-analysis.patch BuildArch: noarch BuildRequires: python3-devel %global common_description %{expand: Quart is an async Python web microframework. Using Quart you can, * render and serve HTML templates, * write (RESTful) JSON APIs, * serve WebSockets, * stream request and response data, * do pretty much anything over the HTTP or WebSocket protocols.} %description %{common_description} %package -n python3-quart Summary: %{summary} %description -n python3-quart %{common_description} %pyproject_extras_subpkg -n python3-quart dotenv %prep %autosetup -n quart-%{version} %generate_buildrequires %pyproject_buildrequires -t -x dotenv %build %pyproject_wheel %install %pyproject_install %pyproject_save_files quart install -t '%{buildroot}%{_mandir}/man1' -D -p -m 0644 \ '%{SOURCE10}' '%{SOURCE11}' '%{SOURCE12}' '%{SOURCE13}' %check %tox -- -- -v %files -n python3-quart -f %{pyproject_files} %license LICENSE %doc CHANGES.rst %doc README.rst %{_bindir}/quart %{_mandir}/man1/quart{,-*}.1* %changelog ## START: Generated by rpmautospec * Sun Jun 09 2024 Python Maint - 0.19.6-2 - Rebuilt for Python 3.13 * Tue Jun 04 2024 Benjamin A. Beasley - 0.19.6-1 - Initial package (close RHBZ#2262268) ## END: Generated by rpmautospec