summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/color-operations (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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ütz2026-01-111-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 Rodrigues2025-04-251-1/+1
* python313Packages.color-operations: add changelog to meta•••- update disabledFabian Affolter2025-04-031-1/+3
* python312Packages.color-operations: 0.1.6 -> 0.2.0R. Ryantm2025-04-031-2/+2
* pythonPackages.color-operations: 0.1.4 -> 0.1.6Augustin Trancart2025-01-101-2/+2
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-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 Lepage2024-06-181-8/+15
* python3Packages.color-operations: init at 0.1.3Nikolay Korotkiy2024-05-221-0/+51