# 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.0.1.dev4 Release: 1.20250120105647680493.pr447.4.g89c081b%{?dist} Summary: Ansible-compat library License: GPL-3.0-or-later URL: https://github.com/ansible/ansible-compat Source0: ansible_compat-25.0.1.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-25.0.1.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 * Mon Jan 20 2025 Packit - 25.0.1.dev4-1.20250120105647680493.pr447.4.g89c081b - Bump the dependencies group in /.config with 4 updates (#448) (dependabot[bot]) - Ensure we constrain test dependencies with uv (#446) (Sorin Sbarnea) - Adapt smoke testing to test both molecule and ansible-lint (Sorin Sbarnea) * Mon Jan 20 2025 Sorin Sbarnea ssbarnea@redhat.com - Merge branch 'main' into chore/devel * Sun Jan 19 2025 dependabot[bot] 49699333+dependabot[bot]@users.noreply.github.com - Bump the dependencies group in /.config with 4 updates (#448) * Fri Jan 17 2025 Sorin Sbarnea ssbarnea@redhat.com - Ensure we constrain test dependencies with uv (#446) * Fri Jan 17 2025 Sorin Sbarnea ssbarnea@redhat.com - Adapt smoke testing to test both molecule and ansible-lint * Sun Jan 12 2025 dependabot[bot] 49699333+dependabot[bot]@users.noreply.github.com - Bump the dependencies group in /.config with 2 updates (#445) * Thu Jan 09 2025 Sorin Sbarnea ssbarnea@redhat.com - Change cache_dir location to prefer venv and project_directory (#439) * Wed Jan 08 2025 Sorin Sbarnea ssbarnea@redhat.com - Use correct init_plugin_loader (#444) * Tue Jan 07 2025 Sorin Sbarnea ssbarnea@redhat.com - Enable support for ansible 2.18, drop 2.14/2.15 and py39 (#443) * Tue Jan 07 2025 Sorin Sbarnea ssbarnea@redhat.com - Enable toml-sort-fix (#442) * Tue Jan 07 2025 Sorin Sbarnea ssbarnea@redhat.com - Enable ruff preview rules (#441) * Mon Jan 06 2025 pre-commit-ci[bot] 66853113+pre-commit-ci[bot]@users.noreply.github.com - chore: pre-commit autoupdate (#440) * Mon Jan 06 2025 Sorin Sbarnea ssbarnea@redhat.com - Refactor search_galaxy_paths to use pathlib (#437) * Sun Jan 05 2025 dependabot[bot] 49699333+dependabot[bot]@users.noreply.github.com - Bump the dependencies group in /.config with 2 updates (#438) * Mon Dec 30 2024 dependabot[bot] 49699333+dependabot[bot]@users.noreply.github.com - Bump the dependencies group in /.config with 5 updates (#435) * Sun Dec 22 2024 dependabot[bot] 49699333+dependabot[bot]@users.noreply.github.com - Bump the dependencies group in /.config with 5 updates (#434) * Mon Dec 16 2024 Sorin Sbarnea ssbarnea@redhat.com - Use ubuntu 24.04 instead of 22.04 for testing (#432) * Mon Dec 16 2024 dependabot[bot] 49699333+dependabot[bot]@users.noreply.github.com - Bump certifi from 2024.8.30 to 2024.12.14 in /.config in the dependencies group (#433) * 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)