| 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: 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 | -3/+3 |
| * | python3Packages.bincopy: 20.0.0 -> 20.1.0•••This commit was automatically generated using update-python-libraries. | Martin Weinelt | 2025-04-03 | 1 | -2/+2 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -11/+13 |
| * | treewide: add meta.mainProgram to packages with a single binary•••The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible. | stuebinm | 2024-03-19 | 1 | -0/+1 |
| * | python311Packages.bincopy: add format•••- disable on unsupported Python releases | Fabian Affolter | 2023-11-04 | 1 | -2/+14 |
| * | python310Packages.bincopy: 19.1.0 -> 20.0.0 | R. Ryantm | 2023-11-04 | 1 | -2/+2 |
| * | python310Packages.bincopy: 17.14.5 -> 19.1.0 | R. Ryantm | 2023-10-13 | 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 |
| * | python3Packages.bincopy: 17.14.0 -> 17.14.5 | Martin Weinelt | 2023-03-03 | 1 | -2/+2 |
| * | python310Packages.bincopy: 17.11.0 -> 17.14.0 | R. Ryantm | 2023-01-01 | 1 | -2/+2 |
| * | python3Packages.bincopy: 17.10.3 -> 17.11.0 | Martin Weinelt | 2022-09-18 | 1 | -2/+2 |
| * | python310Packages.bincopy: 17.10.2 -> 17.10.3 | R. Ryantm | 2022-09-02 | 1 | -2/+2 |
| * | python3Packages.bincopy: init at 17.10.2 | Simon Bruder | 2022-08-17 | 1 | -0/+26 |
