summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/azure-synapse-spark (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-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 Thalheim2024-07-291-1/+1
* treewide: remove jonringer as package maintainer•••Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> Paul Meyer2024-06-251-1/+1
* python312Packages.azure-synapse-spark: format with nixfmtFabian Affolter2024-04-101-11/+10
* python312Packages.azure-synapse-spark: refactorFabian Affolter2024-04-101-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 adisbladis2023-12-071-0/+1
* python38Packages.azure-synapse-spark: 0.6.0 -> 0.7.0R. RyanTM2021-10-061-2/+2
* python38Packages.azure-synapse-spark: 0.5.0 -> 0.6.0R. RyanTM2021-08-131-2/+2
* python38Packages.azure-synapse-spark: 0.4.0 -> 0.5.0R. RyanTM2021-03-101-2/+2
* python3Packages.azure-synapse-spark: 0.3.0 -> 0.4.0Jonathan Ringer2020-12-301-2/+2
* python3Packages.azure-synapse-spark: 0.2.0 -> 0.3.0Jonathan Ringer2020-09-291-2/+2
* python3Packages.azure-synapse-spark: init at 0.2.0Jonathan Ringer2020-09-031-0/+31