## START: Set by rpmautospec ## (rpmautospec version 0.8.4) ## 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-httpx-aiohttp Version: 0.1.12 Release: %autorelease Summary: Aiohttp transport for HTTPX License: BSD-3-Clause URL: https://karpetrosyan.github.io/httpx-aiohttp/ Source: %{pypi_source httpx_aiohttp} BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: httpx-aiohttp - provides transports for httpx to work on top of aiohttp, handling all high-level features like authentication, retries, and cookies through httpx, while delegating low-level socket-level HTTP messaging to aiohttp.} %description %_description %package -n python3-httpx-aiohttp Summary: %{summary} %description -n python3-httpx-aiohttp %_description %prep %autosetup -p1 -n httpx_aiohttp-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l httpx_aiohttp %check # Do not run the tests. Network is required. %pyproject_check_import %files -n python3-httpx-aiohttp -f %{pyproject_files} %doc README.md CONTRIBUTING.md CHANGELOG.md %changelog ## START: Generated by rpmautospec * Thu Jul 16 2026 Fedora Release Engineering - 0.1.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild * Mon Jun 22 2026 Chenxiong Qi - 0.1.12-1 - Build upstream release 0.1.12 ## END: Generated by rpmautospec