## START: Set by rpmautospec ## (rpmautospec version 0.8.4) ## 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 %global forgeurl https://github.com/pyinfra-dev/pyinfra Version: 3.10.0 %forgemeta Name: python-pyinfra Release: %autorelease Summary: Provision, manage and deploy infrastructure License: MIT URL: https://pyinfra.com Source: %{forgesource} Patch: pyproject-toml-static-version.patch BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: pyinfra turns Python code into shell commands and runs them on your servers. Execute ad-hoc commands and write declarative operations. Target SSH servers, local machine and Docker containers.} %description %_description %package -n python3-pyinfra Summary: %{summary} %description -n python3-pyinfra %_description %prep %forgesetup %autopatch -p1 %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l pyinfra pyinfra_cli %check %pyproject_check_import # Unit tests require pyinfra-testing which is not packaged in Fedora %files -n python3-pyinfra -f %{pyproject_files} %{_bindir}/pyinfra %doc README.md %doc CHANGELOG.md %doc docs %changelog ## START: Generated by rpmautospec * Fri Aug 07 2026 Filipe Rosset - 3.10.0-1 - Update to 3.10.0 + spec cleanup and modernization * Thu Jul 16 2026 Fedora Release Engineering - 3.4.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild * Sat Jan 17 2026 Fedora Release Engineering - 3.4.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Fri Sep 19 2025 Python Maint - 3.4.1-4 - Rebuilt for Python 3.14.0rc3 bytecode * Thu Sep 04 2025 Miro HronĨok - 3.4.1-3 - Temporarily deselect tests that need click 8.2+ * Fri Aug 15 2025 Python Maint - 3.4.1-2 - Rebuilt for Python 3.14.0rc2 bytecode * Wed Jul 30 2025 Charalampos Stratakis - 3.4.1-1 - Update to 3.4.1 - Fixes: rhbz#2378883 * Fri Jul 25 2025 Fedora Release Engineering - 3.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Wed Jun 04 2025 Python Maint - 3.2-3 - Rebuilt for Python 3.14 * Wed Mar 12 2025 Benson Muite - 3.2-2 - Do not run tests that need sudo/network * Wed Mar 12 2025 Benson Muite - 3.2-1 - Update to 3.2 * Sat Jan 18 2025 Fedora Release Engineering - 3.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Sat Dec 28 2024 Benson Muite - 3.1.1-1 - Initial import bz 2333504 ## END: Generated by rpmautospec