# 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: 25.1.5.dev6 Release: 1.20250403082704315132.pr478.6.g76b007c%{?dist} Summary: Ansible-compat library License: GPL-3.0-or-later URL: https://github.com/ansible/ansible-compat Source0: ansible_compat-25.1.5.dev6.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-25.1.5.dev6 %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 * Thu Apr 03 2025 Packit - 25.1.5.dev6-1.20250403082704315132.pr478.6.g76b007c - Make warning signature compatible with ansible core 2.19 (Sorin Sbarnea) - chore: pre-commit autoupdate (#473) (pre-commit-ci[bot]) - Bump the dependencies group in /.config with 6 updates (#477) (dependabot[bot]) - Bump the dependencies group in /.config with 7 updates (#476) (dependabot[bot]) - Bump the dependencies group across 1 directory with 12 updates (#475) (dependabot[bot]) - Bump the dependencies group in /.config with 4 updates (#471) (dependabot[bot]) * Wed Apr 02 2025 Sorin Sbarnea ssbarnea@redhat.com - Make warning signature compatible with ansible core 2.19 * Wed Apr 02 2025 pre-commit-ci[bot] 66853113+pre-commit-ci[bot]@users.noreply.github.com - chore: pre-commit autoupdate (#473) * Mon Mar 31 2025 dependabot[bot] 49699333+dependabot[bot]@users.noreply.github.com - Bump the dependencies group in /.config with 6 updates (#477) * Mon Mar 24 2025 dependabot[bot] 49699333+dependabot[bot]@users.noreply.github.com - Bump the dependencies group in /.config with 7 updates (#476) * Mon Mar 17 2025 dependabot[bot] 49699333+dependabot[bot]@users.noreply.github.com - Bump the dependencies group across 1 directory with 12 updates (#475) * Mon Feb 24 2025 dependabot[bot] 49699333+dependabot[bot]@users.noreply.github.com - Bump the dependencies group in /.config with 4 updates (#471) * Tue Feb 18 2025 Sorin Sbarnea ssbarnea@redhat.com - Add site-package to the end of inclusion path (#470) * Tue Feb 18 2025 dependabot[bot] 49699333+dependabot[bot]@users.noreply.github.com - Bump the dependencies group in /.config with 6 updates (#468) * Tue Feb 18 2025 Sorin Sbarnea ssbarnea@redhat.com - Avoid get_cache_dir errors with read only virtualenvs (#465) * Tue Feb 11 2025 dependabot[bot] 49699333+dependabot[bot]@users.noreply.github.com - Bump cryptography from 44.0.0 to 44.0.1 in /.config in the pip group (#466) * Sun Feb 09 2025 dependabot[bot] 49699333+dependabot[bot]@users.noreply.github.com - Bump the dependencies group in /.config with 4 updates (#464) * Wed Feb 05 2025 Sorin Sbarnea ssbarnea@redhat.com - Avoid get_cache_dir errors with read only virtualenvs (#457) * Wed Feb 05 2025 Sorin Sbarnea ssbarnea@redhat.com - Reduce number of cases when we test RPM building (#463) * Mon Feb 03 2025 pre-commit-ci[bot] 66853113+pre-commit-ci[bot]@users.noreply.github.com - chore: pre-commit autoupdate (#462) * Mon Feb 03 2025 Sorin Sbarnea ssbarnea@redhat.com - Update docs tools (#461) * Mon Feb 03 2025 Sorin Sbarnea ssbarnea@redhat.com - Simplify module presence testing (#460) * Mon Feb 03 2025 Sorin Sbarnea ssbarnea@redhat.com - Minor test fixes (#459) * Mon Feb 03 2025 dependabot[bot] 49699333+dependabot[bot]@users.noreply.github.com - Bump the dependencies group in /.config with 8 updates (#458) * Sat Feb 01 2025 bluikko 14869000+bluikko@users.noreply.github.com - Fix grammatical error in collection path info message (#456) * Tue Jan 28 2025 Sorin Sbarnea ssbarnea@redhat.com - Ensure that cache directory is writable (#453)