| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3Packages.aioitertools: remove superfluous pythonOlder | Gutyina Gergő | 2026-01-19 | 1 | -6/+0 |
| * | treewide: remove superfluous disabled•••There is no need to disable Python packages for Python versions that are no longer in Nixpkgs. This change was generated using the following script: pattern='^\s*disabled\s*=\s*pythonOlder\s*"3\.\([0-9]\|10\)"\s*;\s*$' for f in $(find -name '*.nix'); do grep -q "$pattern" "$f" || continue sed -i "/$pattern/d" "$f" if [ $(grep -c pythonOlder "$f") == 1 ]; then sed -i '/^\s*pythonOlder,\s*$/d' "$f" fi nixfmt "$f" done | Robert Schütz | 2026-01-11 | 1 | -2/+0 |
| * | treewide: clean up 'meta = with' pattern•••This commit was created by a combination of scripts and tools: - an ast-grep script to prefix things in meta with `lib.`, - a modified nixf-diagnose / nixf combination to remove unused `with lib;`, and - regular nixfmt. Co-authored-by: Wolfgang Walther <walther@technowledgy.de> | Ihar Hrachyshka | 2025-12-10 | 1 | -3/+3 |
| * | python312Packages.aioitertools: refactor | Fabian Affolter | 2024-09-15 | 1 | -4/+5 |
| * | python312Packages.aioitertools: 0.11.0 -> 0.12.0 | Fabian Affolter | 2024-09-15 | 1 | -2/+2 |
| * | pythonPackages: remove unused fetchpath arguments | Sigmanificient | 2024-05-23 | 1 | -1/+0 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -23/+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 |
| * | python310Packages.aioitertools: update meta | Fabian Affolter | 2022-09-19 | 1 | -2/+1 |
| * | python310Packages.aioitertools: 0.10.0 -> 0.11.0 | R. Ryantm | 2022-09-19 | 1 | -2/+2 |
| * | treewide: migrate to pythonPackages.unittestCheckHook | Winter | 2022-08-13 | 1 | -5/+5 |
| * | python3Packages.aioitertools: update meta | Fabian Affolter | 2022-02-28 | 1 | -2/+2 |
| * | correct typing_extensions error | Sebastien Iooss | 2022-02-28 | 1 | -1/+1 |
| * | python3Packages.aioitertools: update and remove python 3.10 patch | Sebastien Iooss | 2022-02-28 | 1 | -11/+2 |
| * | python3Packages.aioitertools: fix build | Martin Weinelt | 2022-01-23 | 1 | -7/+22 |
| * | python3Packages.aioitertools: fix python 3.10 | Sebastien Iooss | 2022-01-11 | 1 | -0/+11 |
| * | python38Packages.aioitertools: 0.7.1 -> 0.8.0 | R. RyanTM | 2021-08-13 | 1 | -2/+2 |
| * | treewide: remove stdenv where not needed | Pavol Rusnak | 2021-01-25 | 1 | -1/+1 |
| * | aioitertools: init at 0.7.1 | Tom Hunger | 2020-12-31 | 1 | -0/+35 |
