| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | -3/+0 |
| * | treewide: switch instances of lib.teams.*.members to the new meta.teams attri...•••Follow-up to #394797. Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net> | Fernando Rodrigues | 2025-04-25 | 1 | -1/+1 |
| * | python313Packages.color-operations: add changelog to meta•••- update disabled | Fabian Affolter | 2025-04-03 | 1 | -1/+3 |
| * | python312Packages.color-operations: 0.1.6 -> 0.2.0 | R. Ryantm | 2025-04-03 | 1 | -2/+2 |
| * | pythonPackages.color-operations: 0.1.4 -> 0.1.6 | Augustin Trancart | 2025-01-10 | 1 | -2/+2 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | python311Packages.color-operations: 0.1.3 -> 0.1.4•••Diff: https://github.com/vincentsarago/color-operations/compare/refs/tags/0.1.3...0.1.4 | Gaetan Lepage | 2024-06-18 | 1 | -8/+15 |
| * | python3Packages.color-operations: init at 0.1.3 | Nikolay Korotkiy | 2024-05-22 | 1 | -0/+51 |
