summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/ansible-runner (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: use a string for versionCheckProgramArg where possibleGaetan Lepage2025-04-051-1/+1
* python312Packages.ansible-runner: add GaetanLepage as maintainerGaetan Lepage2024-12-311-1/+1
* python312Packages.ansible-runner: fixGaetan Lepage2024-12-311-21/+31
* treewide: replace `stdenv.is` with `stdenv.hostPlatform.is`•••In preparation for the deprecation of `stdenv.isX`. These shorthands are not conducive to cross-compilation because they hide the platforms. Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way One example of why this is bad and especially affects compiler packages https://www.github.com/NixOS/nixpkgs/pull/343059 There are too many files to go through manually but a treewide should get users thinking when they see a `hostPlatform.isX` in a place where it doesn't make sense. ``` fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is" fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is" ``` Artturin2024-09-251-1/+1
* python312Packages.ansible-runner: disable failing testsFabian Affolter2024-09-051-0/+5
* python312Packages.ansible-runner: refactorFabian Affolter2024-09-051-3/+4
* treewide: remove unused with statements from maintainer lists•••$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!' Jörg Thalheim2024-07-291-1/+1
* python312Packages.ansible-runner: fix buildnatsukium2024-07-061-6/+8
* python3Packages.ansible-runner: 2.3.6 -> 2.4.0Martin Weinelt2024-06-241-22/+4
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-40/+41
* python312Packages.ansible-runner: fix buildMartin Weinelt2024-05-121-0/+5
* python311Packages.ansible-runner: use pyproject = trueTomaSajt2024-05-071-3/+5
* treewide: add meta.mainProgram to packages with a single binary•••The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible. stuebinm2024-03-191-0/+1
* python311Packages.ansible-runner: 2.3.5 -> 2.3.6R. Ryantm2024-03-131-2/+2
* python311Packages.ansible-runner: 2.3.4 -> 2.3.5R. Ryantm2024-02-151-2/+2
* python310Packages.ansible-runner: 2.3.3 -> 2.3.4R. Ryantm2023-09-071-2/+2
* treewide: drop inactive maintainer costrouc from all python packagesSandro Jäckel2023-07-181-1/+1
* python310Packages.ansible-runner: 2.3.1 -> 2.3.3Theodore Ni2023-07-091-7/+16
* treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. Guillaume Girol2023-01-211-1/+1
* python3Packages.ansible-runner: 2.3.0 -> 2.3.1•••Pass glibcLocales to tests, so locale initialization testing works. Martin Weinelt2022-11-211-2/+4
* python310Packages.ansible-runner: disable on older Python releasesFabian Affolter2022-11-031-0/+3
* python310Packages.ansible-runner: 2.2.1 -> 2.3.0R. Ryantm2022-11-021-2/+2
* treewide: optional -> optionals where the argument is a list•••the argument to optional should not be list Artturin2022-10-101-1/+1
* python3Packages.ansible-runner: avoid test coverageJonathan Ringer2022-07-301-0/+2
* python3Packages.ansible-runner: 2.1.3 -> 2.2.1Martin Weinelt2022-07-211-2/+2
* python3Packages.ansible-runner: use ansible-coreMartin Weinelt2022-04-261-3/+3
* python3Packages.ansible-runner: build requires pbrMartin Weinelt2022-04-151-0/+5
* python310Packages.ansible-runner: 2.1.2 -> 2.1.3R. Ryantm2022-03-231-2/+2
* python310Packages.ansible-runner: 2.1.1 -> 2.1.2R. Ryantm2022-02-241-2/+2
* python3Packages.ansible-runner: disable failing testsFabian Affolter2022-01-051-25/+36
* python3Packages.ansible-runner: 2.0.3 -> 2.1.1Jonathan Ringer2021-11-301-2/+2
* python39Packages.ansible-runner: 2.0.2 -> 2.0.3Matej Urbas2021-11-061-10/+40
* python3Packages.ansible-runner: 1.4.7 -> 2.0.2Martin Weinelt2021-09-051-2/+2
* python3Packages.ansible-runner: 1.4.6 -> 1.4.7Frederik Rietdijk2021-02-261-2/+2
* python3Packages.ansible-runner: 1.4.4 -> 1.4.6Frederik Rietdijk2020-05-111-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* pythonPackages.ansible-runner: skip failing test on Catalina (#80484)•••Catalina replaced the director /home with a symbolic link to `/System/Volumes/Data/home` and this test is looking for `/home` explicitly. I filed https://github.com/ansible/ansible-runner/issues/413 to get this fix upstream. Wael Nasreddine2020-02-181-1/+6
* python: ansible-runner: 1.4.2 -> 1.4.4Frederik Rietdijk2019-11-221-2/+2
* python: ansible-runner: 1.4.1 -> 1.4.2Frederik Rietdijk2019-10-181-2/+2
* python37Packages.ansible-runner: 1.3.4 -> 1.4.1•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-ansible-runner/versions R. RyanTM2019-10-071-2/+2
* python37Packages.ansible-runner: 1.3.3 -> 1.3.4•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-ansible-runner/versions R. RyanTM2019-05-121-2/+2
* python: ansible-runner: 1.3.2 -> 1.3.3Frederik Rietdijk2019-04-241-2/+2
* python: ansible-runner: 1.3.0 -> 1.3.2Frederik Rietdijk2019-04-181-2/+2
* python37Packages.ansible-runner: 1.2.0 -> 1.3.0 (#58763)•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-ansible-runner/versionsR. RyanTM2019-04-081-2/+2
* pythonPackages.ansible-runner: init at 1.2.0Chris Ostrouchov2019-03-011-0/+43