summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/binary (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
* python3Packages.binary: 1.0.1 -> 1.0.2R. Ryantm2025-06-291-2/+2
* python3Packages.binary: 1.0.0 -> 1.0.1Martin Weinelt2025-01-271-11/+15
* 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 Thalheim2024-07-291-1/+1
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-8/+15
* python3Packages.binary: init at 1.0.0sandydoo2023-04-271-0/+33