# spell-checker:ignore bcond pkgversion buildrequires autosetup PYTHONPATH noarch buildroot bindir sitelib numprocesses clib # All tests require Internet access # to test in mock use: --enable-network --with check # to test in a privileged environment use: # --with check --with privileged_tests %bcond_with check %bcond_with privileged_tests Name: ansible-compat Version: 24.10.1.dev2 Release: 1.20241201201836874905.pr426.2.g1daf011%{?dist} Summary: Ansible-compat library License: GPL-3.0-or-later URL: https://github.com/ansible/ansible-compat Source0: ansible_compat-24.10.1.dev2.tar.gz BuildArch: noarch BuildRequires: python%{python3_pkgversion}-devel %if %{with check} # These are required for tests: BuildRequires: python%{python3_pkgversion}-pytest BuildRequires: python%{python3_pkgversion}-pytest-xdist BuildRequires: python%{python3_pkgversion}-libselinux BuildRequires: git-core %endif Requires: git-core %description Ansible-compat. %prep %autosetup -n ansible_compat-24.10.1.dev2 %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files ansible_compat %check %pyproject_check_import %if %{with check} %pytest \ -v \ --disable-pytest-warnings \ --numprocesses=auto \ test %endif %files -f %{pyproject_files} %license LICENSE %doc docs/ README.md %changelog * Sun Dec 01 2024 Packit - 24.10.1.dev2-1.20241201201836874905.pr426.2.g1daf011 - Bump the dependencies group in /.config with 5 updates (dependabot[bot]) - Bump the dependencies group across 1 directory with 3 updates (#425) (dependabot[bot]) * Sun Dec 01 2024 dependabot[bot] 49699333+dependabot[bot]@users.noreply.github.com - Bump the dependencies group in /.config with 5 updates * Sun Nov 24 2024 dependabot[bot] 49699333+dependabot[bot]@users.noreply.github.com - Bump the dependencies group across 1 directory with 3 updates (#425) * Sun Nov 10 2024 dependabot[bot] 49699333+dependabot[bot]@users.noreply.github.com - Bump the dependencies group in /.config with 5 updates (#421) * Tue Nov 05 2024 Sorin Sbarnea ssbarnea@redhat.com - Add support for py313 (#416) * Tue Nov 05 2024 pre-commit-ci[bot] 66853113+pre-commit-ci[bot]@users.noreply.github.com - chore: pre-commit autoupdate (#415) * Tue Nov 05 2024 Sorin Sbarnea ssbarnea@redhat.com - Replace pip-compile with uv pip compile (#419) * Tue Nov 05 2024 Kate Case kcase@redhat.com - Fix tests (#420) * Tue Nov 05 2024 Sorin Sbarnea ssbarnea@redhat.com - Tune dependabot config (#417) * Thu Oct 17 2024 irozet12 119814380+irozet12@users.noreply.github.com - Re-init plugin loader after collections installation (#411) (#412) * Mon Oct 14 2024 dependabot[bot] 49699333+dependabot[bot]@users.noreply.github.com - Bump coactions/dynamic-matrix from 3 to 4 (#414) * Mon Oct 07 2024 pre-commit-ci[bot] 66853113+pre-commit-ci[bot]@users.noreply.github.com - chore: pre-commit autoupdate (#413) * Wed Sep 18 2024 Sorin Sbarnea ssbarnea@redhat.com - Add template for bug reports (#410) * Wed Sep 18 2024 Sorin Sbarnea ssbarnea@redhat.com - Avoid running prepare ansible paths twice (#409) * Wed Sep 18 2024 Sorin Sbarnea ssbarnea@redhat.com - Avoid duplicate paths when path injection (#407) * Wed Sep 18 2024 Sorin Sbarnea ssbarnea@redhat.com - Fix test verifying collection installation and upgrade (#408) * Wed Sep 18 2024 dependabot[bot] 49699333+dependabot[bot]@users.noreply.github.com - Bump coactions/dynamic-matrix from 1 to 3 (#399) * Wed Sep 11 2024 Neil Prockter mrgum@users.noreply.github.com - provide more detail on multile collection installs (#405) * Fri Sep 06 2024 pre-commit-ci[bot] 66853113+pre-commit-ci[bot]@users.noreply.github.com - chore: pre-commit autoupdate (#402) * Fri Sep 06 2024 Alison Hart contact@alisonlhart.com - Fixing upload-artifact action to include hidden files (#403) * Fri Sep 06 2024 Don Naro dnaro@redhat.com - Add communication details (#400)