Name: python-aiodnsresolver Version: 0.0.157 Release: 1%{?dist} Summary: Minimal DNS resolver for Python asyncio License: MIT URL: https://github.com/michalc/aiodnsresolver Source0: %{pypi_source aiodnsresolver} BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-pip BuildRequires: python3-setuptools BuildRequires: python3-wheel BuildRequires: python3-pytest %description Minimal DNS resolver for Python asyncio. %package -n python3-aiodnsresolver Summary: %{summary} %description -n python3-aiodnsresolver Minimal DNS resolver for Python asyncio. %prep %autosetup -p1 -n aiodnsresolver-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files aiodnsresolver %check # Upstream PyPI sdist does not ship tests: # https://pypi.org/project/aiodnsresolver/#files # Therefore no tests can be run during %%check. true %files -n python3-aiodnsresolver -f %{pyproject_files} %doc README.md %license LICENSE %changelog * Wed Dec 03 2025 Jayaraj J - 0.0.157-1 - Initial package