summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/ansitable (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: 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 Hrachyshka2025-12-101-3/+3
* python312Packages.ansitable: 0.11.3 -> 0.11.4R. Ryantm2024-12-171-2/+2
* python312Packages.ansitable: 0.11.2 -> 0.11.3natsukium2024-11-011-4/+4
* python312Packages.ansitable: fix buildnatsukium2024-11-011-0/+2
* python3Packages.ansitable: 0.10.0 -> 0.11.2Martin Weinelt2024-10-131-2/+2
* python3Packages.ansitable: init at 0.10.0•••Co-authored-by: Anthony Camarillo <anthony.camarillo.96@gmail.com> Daniel Baker2024-06-221-0/+44