| 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 | -2/+2 |
| * | 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 Thalheim | 2024-07-29 | 1 | -1/+1 |
| * | treewide: remove jonringer as package maintainer•••Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> | Paul Meyer | 2024-06-25 | 1 | -1/+1 |
| * | python312Packages.azure-synapse-spark: format with nixfmt | Fabian Affolter | 2024-04-10 | 1 | -11/+10 |
| * | python312Packages.azure-synapse-spark: refactor | Fabian Affolter | 2024-04-10 | 1 | -6/+17 |
| * | python3.pkgs.*: Explicitly pass buildPythonPackage format parameter•••Long term we should move everything over to `pyproject = true`, but in the mean time we can work towards deprecating the implicit `format` paremeter. cc https://github.com/NixOS/nixpkgs/issues/253154 cc @mweinelt @figsoda | adisbladis | 2023-12-07 | 1 | -0/+1 |
| * | python38Packages.azure-synapse-spark: 0.6.0 -> 0.7.0 | R. RyanTM | 2021-10-06 | 1 | -2/+2 |
| * | python38Packages.azure-synapse-spark: 0.5.0 -> 0.6.0 | R. RyanTM | 2021-08-13 | 1 | -2/+2 |
| * | python38Packages.azure-synapse-spark: 0.4.0 -> 0.5.0 | R. RyanTM | 2021-03-10 | 1 | -2/+2 |
| * | python3Packages.azure-synapse-spark: 0.3.0 -> 0.4.0 | Jonathan Ringer | 2020-12-30 | 1 | -2/+2 |
| * | python3Packages.azure-synapse-spark: 0.2.0 -> 0.3.0 | Jonathan Ringer | 2020-09-29 | 1 | -2/+2 |
| * | python3Packages.azure-synapse-spark: init at 0.2.0 | Jonathan Ringer | 2020-09-03 | 1 | -0/+31 |
