# 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.9.2.dev4 Release: 1.20241105104013771566.pr417.4.g2a52939%{?dist} Summary: Ansible-compat library License: GPL-3.0-or-later URL: https://github.com/ansible/ansible-compat Source0: ansible_compat-24.9.2.dev4.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.9.2.dev4 %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 * Tue Nov 05 2024 Packit - 24.9.2.dev4-1.20241105104013771566.pr417.4.g2a52939 - Tune dependabot config (Sorin Sbarnea) - Re-init plugin loader after collections installation (#411) (#412) (irozet12) - Bump coactions/dynamic-matrix from 3 to 4 (#414) (dependabot[bot]) - chore: pre-commit autoupdate (#413) (pre-commit-ci[bot]) * Tue Nov 05 2024 Sorin Sbarnea ssbarnea@redhat.com - Tune dependabot config * 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) * Tue Aug 13 2024 tanwigeetika1618 84617407+tanwigeetika1618@users.noreply.github.com - Updated dead links in constants.py (#397) * Mon Aug 12 2024 pre-commit-ci[bot] 66853113+pre-commit-ci[bot]@users.noreply.github.com - chore: pre-commit autoupdate (#395) * Mon Aug 12 2024 tanwigeetika1618 84617407+tanwigeetika1618@users.noreply.github.com - Updated Dependency : types-pkg-resources to types-setuptools (#398) * Wed Jul 31 2024 Kate Case kcase@redhat.com - Skip coverage for `if TYPE_CHECKING` blocks (#394) * Wed Jul 24 2024 Bradley A. Thornton bthornto@redhat.com - Use common extension list for all repositories. (#393) * Wed Jul 24 2024 Bradley A. Thornton bthornto@redhat.com - Update .sonarcloud.properties * Wed Jul 24 2024 Bradley A. Thornton bthornto@redhat.com - Add sonarcloud config (#392)