Name: tft-request-watch Version: v1.49.0 Release: %autorelease Summary: Wait on Testing Farm requests; restart on retriable infrastructure errors License: GPL-2.0-or-later URL: https://gitlab.com/redhat/centos-stream/tests/kernel/tft-request-watch Source0: tft-request-watch-v1.49.0.tar.gz BuildArch: noarch BuildRequires: python3-devel %description Wraps Testing Farm CLI with unattended request supervision: keeps polling through API outages, enforces hard timeouts, and automatically retries on retriable infrastructure failures. %prep %autosetup -n tft-request-watch-v1.49.0 %generate_buildrequires %pyproject_buildrequires -e spec %build %pyproject_wheel %install %pyproject_install %pyproject_save_files tft_request_watch %check %tox %files -f %{pyproject_files} %license LICENSE %doc README.md %{_bindir}/tft-request-watch %changelog %autochangelog