| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: use a string for versionCheckProgramArg where possible | Gaetan Lepage | 2025-04-05 | 1 | -1/+1 |
| * | python312Packages.ansible-runner: add GaetanLepage as maintainer | Gaetan Lepage | 2024-12-31 | 1 | -1/+1 |
| * | python312Packages.ansible-runner: fix | Gaetan Lepage | 2024-12-31 | 1 | -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" ``` | Artturin | 2024-09-25 | 1 | -1/+1 |
| * | python312Packages.ansible-runner: disable failing tests | Fabian Affolter | 2024-09-05 | 1 | -0/+5 |
| * | python312Packages.ansible-runner: refactor | Fabian Affolter | 2024-09-05 | 1 | -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 Thalheim | 2024-07-29 | 1 | -1/+1 |
| * | python312Packages.ansible-runner: fix build | natsukium | 2024-07-06 | 1 | -6/+8 |
| * | python3Packages.ansible-runner: 2.3.6 -> 2.4.0 | Martin Weinelt | 2024-06-24 | 1 | -22/+4 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -40/+41 |
| * | python312Packages.ansible-runner: fix build | Martin Weinelt | 2024-05-12 | 1 | -0/+5 |
| * | python311Packages.ansible-runner: use pyproject = true | TomaSajt | 2024-05-07 | 1 | -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. | stuebinm | 2024-03-19 | 1 | -0/+1 |
| * | python311Packages.ansible-runner: 2.3.5 -> 2.3.6 | R. Ryantm | 2024-03-13 | 1 | -2/+2 |
| * | python311Packages.ansible-runner: 2.3.4 -> 2.3.5 | R. Ryantm | 2024-02-15 | 1 | -2/+2 |
| * | python310Packages.ansible-runner: 2.3.3 -> 2.3.4 | R. Ryantm | 2023-09-07 | 1 | -2/+2 |
| * | treewide: drop inactive maintainer costrouc from all python packages | Sandro Jäckel | 2023-07-18 | 1 | -1/+1 |
| * | python310Packages.ansible-runner: 2.3.1 -> 2.3.3 | Theodore Ni | 2023-07-09 | 1 | -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 Girol | 2023-01-21 | 1 | -1/+1 |
| * | python3Packages.ansible-runner: 2.3.0 -> 2.3.1•••Pass glibcLocales to tests, so locale initialization testing works. | Martin Weinelt | 2022-11-21 | 1 | -2/+4 |
| * | python310Packages.ansible-runner: disable on older Python releases | Fabian Affolter | 2022-11-03 | 1 | -0/+3 |
| * | python310Packages.ansible-runner: 2.2.1 -> 2.3.0 | R. Ryantm | 2022-11-02 | 1 | -2/+2 |
| * | treewide: optional -> optionals where the argument is a list•••the argument to optional should not be list | Artturin | 2022-10-10 | 1 | -1/+1 |
| * | python3Packages.ansible-runner: avoid test coverage | Jonathan Ringer | 2022-07-30 | 1 | -0/+2 |
| * | python3Packages.ansible-runner: 2.1.3 -> 2.2.1 | Martin Weinelt | 2022-07-21 | 1 | -2/+2 |
| * | python3Packages.ansible-runner: use ansible-core | Martin Weinelt | 2022-04-26 | 1 | -3/+3 |
| * | python3Packages.ansible-runner: build requires pbr | Martin Weinelt | 2022-04-15 | 1 | -0/+5 |
| * | python310Packages.ansible-runner: 2.1.2 -> 2.1.3 | R. Ryantm | 2022-03-23 | 1 | -2/+2 |
| * | python310Packages.ansible-runner: 2.1.1 -> 2.1.2 | R. Ryantm | 2022-02-24 | 1 | -2/+2 |
| * | python3Packages.ansible-runner: disable failing tests | Fabian Affolter | 2022-01-05 | 1 | -25/+36 |
| * | python3Packages.ansible-runner: 2.0.3 -> 2.1.1 | Jonathan Ringer | 2021-11-30 | 1 | -2/+2 |
| * | python39Packages.ansible-runner: 2.0.2 -> 2.0.3 | Matej Urbas | 2021-11-06 | 1 | -10/+40 |
| * | python3Packages.ansible-runner: 1.4.7 -> 2.0.2 | Martin Weinelt | 2021-09-05 | 1 | -2/+2 |
| * | python3Packages.ansible-runner: 1.4.6 -> 1.4.7 | Frederik Rietdijk | 2021-02-26 | 1 | -2/+2 |
| * | python3Packages.ansible-runner: 1.4.4 -> 1.4.6 | Frederik Rietdijk | 2020-05-11 | 1 | -2/+2 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -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 Nasreddine | 2020-02-18 | 1 | -1/+6 |
| * | python: ansible-runner: 1.4.2 -> 1.4.4 | Frederik Rietdijk | 2019-11-22 | 1 | -2/+2 |
| * | python: ansible-runner: 1.4.1 -> 1.4.2 | Frederik Rietdijk | 2019-10-18 | 1 | -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. RyanTM | 2019-10-07 | 1 | -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. RyanTM | 2019-05-12 | 1 | -2/+2 |
| * | python: ansible-runner: 1.3.2 -> 1.3.3 | Frederik Rietdijk | 2019-04-24 | 1 | -2/+2 |
| * | python: ansible-runner: 1.3.0 -> 1.3.2 | Frederik Rietdijk | 2019-04-18 | 1 | -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/versions | R. RyanTM | 2019-04-08 | 1 | -2/+2 |
| * | pythonPackages.ansible-runner: init at 1.2.0 | Chris Ostrouchov | 2019-03-01 | 1 | -0/+43 |
