| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3Packages.cloup: remove superfluous pythonOlder | Gutyina Gergő | 2026-01-19 | 1 | -3/+1 |
| * | 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 | -2/+2 |
| * | python3Packages.cloup: 3.0.7 -> 3.0.8 | R. Ryantm | 2025-08-05 | 1 | -2/+2 |
| * | python312Packages.cloup: 3.0.5 -> 3.0.7 | R. Ryantm | 2025-03-18 | 1 | -5/+5 |
| * | 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 |
| * | treewide: remove friedelino as maintainer (#320728) | friedemann | 2024-06-18 | 1 | -1/+1 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -22/+13 |
| * | python312Packages.cloup: 3.0.4 -> 3.0.5 | R. Ryantm | 2024-03-04 | 1 | -2/+2 |
| * | python310Packages.cloup: 3.0.3 -> 3.0.4 | R. Ryantm | 2024-01-02 | 1 | -2/+2 |
| * | python310Packages.cloup: 3.0.2 -> 3.0.3 | R. Ryantm | 2023-11-30 | 1 | -2/+2 |
| * | python310Packages.cloup: 3.0.1 -> 3.0.2 | R. Ryantm | 2023-09-17 | 1 | -2/+2 |
| * | python310Packages.cloup: add missing input | Fabian Affolter | 2023-08-24 | 1 | -0/+3 |
| * | python310Packages.cloup: update disabled | Fabian Affolter | 2023-08-24 | 1 | -1/+1 |
| * | python310Packages.cloup: 3.0.0 -> 3.0.1 | R. Ryantm | 2023-08-24 | 1 | -2/+2 |
| * | python310Packages.cloup: 2.1.1 -> 3.0.0 | R. Ryantm | 2023-07-15 | 1 | -2/+2 |
| * | python310Packages.cloup: 2.1.0 -> 2.1.1 | R. Ryantm | 2023-06-14 | 1 | -2/+2 |
| * | python311Packages.cloup: add changelog to meta | Fabian Affolter | 2023-05-18 | 1 | -1/+5 |
| * | python311Packages.cloup: 2.0.0.post1 -> 2.1.0 | Fabian Affolter | 2023-05-18 | 1 | -2/+2 |
| * | python3.pkgs: Migrate fetchers to use hash•••when they already rely on SRI hashes. | Martin Weinelt | 2023-03-03 | 1 | -1/+1 |
| * | 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.cloup: 1.0.1 -> 2.0.0.post1 | Martin Weinelt | 2023-01-05 | 1 | -2/+2 |
| * | python310Packages.cloup: 1.0.0 -> 1.0.1 | R. Ryantm | 2022-09-23 | 1 | -2/+2 |
| * | python310Packages.cloup: 0.15.1 -> 1.0.0 | R. Ryantm | 2022-07-31 | 1 | -2/+2 |
| * | python310Packages.cloup: 0.15.0 -> 0.15.1 | R. Ryantm | 2022-06-26 | 1 | -2/+2 |
| * | python310Packages.cloup: 0.14.0 -> 0.15.0 | R. Ryantm | 2022-06-16 | 1 | -2/+2 |
| * | python3Packages.cloup: init at 0.14.0 | Frido Friedemann | 2022-05-29 | 1 | -0/+44 |
