# 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.dev9 Release: 1.20241216073728261162.pr433.9.g0f9bc5e%{?dist} Summary: Ansible-compat library License: GPL-3.0-or-later URL: https://github.com/ansible/ansible-compat Source0: ansible_compat-24.10.1.dev9.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.dev9 %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 * Mon Dec 16 2024 Packit - 24.10.1.dev9-1.20241216073728261162.pr433.9.g0f9bc5e - remove whitespace to fix lint (abhikdps) - Bump certifi in /.config in the dependencies group (dependabot[bot]) - Use reusable tox workflow (#431) (Sorin Sbarnea) - Bump the dependencies group in /.config with 3 updates (#430) (dependabot[bot]) - chore: pre-commit autoupdate (#427) (pre-commit-ci[bot]) - Exclude pip check command for docs in tox.ini file (#428) (Abhinav Anand) - Update prettier (#429) (Ajinkya Udgirkar) - Bump the dependencies group in /.config with 5 updates (#426) (dependabot[bot]) - Bump the dependencies group across 1 directory with 3 updates (#425) (dependabot[bot]) * Mon Dec 16 2024 abhikdps abanand@redhat.com - remove whitespace to fix lint * Sun Dec 15 2024 dependabot[bot] 49699333+dependabot[bot]@users.noreply.github.com - Bump certifi in /.config in the dependencies group * Thu Dec 12 2024 Sorin Sbarnea ssbarnea@redhat.com - Use reusable tox workflow (#431) * Wed Dec 11 2024 dependabot[bot] 49699333+dependabot[bot]@users.noreply.github.com - Bump the dependencies group in /.config with 3 updates (#430) * Fri Dec 06 2024 pre-commit-ci[bot] 66853113+pre-commit-ci[bot]@users.noreply.github.com - chore: pre-commit autoupdate (#427) * Fri Dec 06 2024 Abhinav Anand abanand@redhat.com - Exclude pip check command for docs in tox.ini file (#428) * Fri Dec 06 2024 Ajinkya Udgirkar ajinkyaudgirkar@gmail.com - Update prettier (#429) * Sun Dec 01 2024 dependabot[bot] 49699333+dependabot[bot]@users.noreply.github.com - Bump the dependencies group in /.config with 5 updates (#426) * 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)