| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: remove superfluous disabled | Robert Schütz | 2026-01-11 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | 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 | ||||
| * | treewide: clean up 'meta = with' pattern | Ihar Hrachyshka | 2025-12-10 | 1 | -3/+3 |
| | | | | | | | | | | | 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> | ||||
| * | treewide: substitute pname for strings (python3Packages.[a-g].*) | Peder Bergebakken Sundt | 2025-05-25 | 1 | -1/+1 |
| | | |||||
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| | | |||||
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -18/+17 |
| | | |||||
| * | python3Packages.databricks-cli: 0.17.7 -> 0.18.0 | Martin Weinelt | 2023-12-20 | 1 | -2/+2 |
| | | | | | https://github.com/databricks/databricks-cli/releases/tag/0.18.0 | ||||
| * | python311Packages.databricks-cli: 0.17.6 -> 0.17.7 | R. Ryantm | 2023-05-21 | 1 | -2/+2 |
| | | |||||
| * | python310Packages.databricks-cli: 0.17.5 -> 0.17.6 | R. Ryantm | 2023-04-10 | 1 | -2/+2 |
| | | |||||
| * | python310Packages.databricks-cli: 0.17.4 -> 0.17.5 | R. Ryantm | 2023-03-13 | 1 | -2/+2 |
| | | |||||
| * | treewide: switch to nativeCheckInputs | Guillaume Girol | 2023-01-21 | 1 | -1/+1 |
| | | | | | | | | checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. | ||||
| * | python310Packages.databricks-cli: enable tests | Fabian Affolter | 2022-12-11 | 1 | -18/+38 |
| | | | | - add pythonImportsCheck | ||||
| * | python310Packages.databricks-cli: add changelog to meta | Fabian Affolter | 2022-12-11 | 1 | -2/+5 |
| | | |||||
| * | python310Packages.databricks-cli: 0.17.3 -> 0.17.4 | R. Ryantm | 2022-12-10 | 1 | -2/+2 |
| | | |||||
| * | python310Packages.databricks-cli: 0.17.1 -> 0.17.3 | R. Ryantm | 2022-08-27 | 1 | -2/+2 |
| | | |||||
| * | python310Packages.databricks-cli: 0.17.0 -> 0.17.1 | R. Ryantm | 2022-08-15 | 1 | -2/+2 |
| | | |||||
| * | python3Packages.databricks-cli: 0.16.4 -> 0.17.0 | Martin Weinelt | 2022-07-21 | 1 | -2/+4 |
| | | |||||
| * | python310Packages.databricks-cli: 0.16.2 -> 0.16.4 | R. Ryantm | 2022-02-04 | 1 | -2/+2 |
| | | |||||
| * | python38Packages.databricks-cli: 0.16.0 -> 0.16.2 | R. Ryantm | 2021-10-27 | 1 | -2/+2 |
| | | |||||
| * | python38Packages.databricks-cli: 0.15.0 -> 0.16.0 | R. RyanTM | 2021-10-19 | 1 | -2/+2 |
| | | |||||
| * | python38Packages.databricks-cli: 0.14.3 -> 0.15.0 | R. RyanTM | 2021-08-13 | 1 | -2/+2 |
| | | |||||
| * | python38Packages.databricks-cli: 0.14.2 -> 0.14.3 | R. RyanTM | 2021-03-18 | 1 | -2/+2 |
| | | |||||
| * | python37Packages.databricks-cli: 0.14.1 -> 0.14.2 | R. RyanTM | 2021-02-27 | 1 | -2/+2 |
| | | |||||
| * | treewide: remove stdenv where not needed | Pavol Rusnak | 2021-01-25 | 1 | -1/+1 |
| | | |||||
| * | treewide: with stdenv.lib; in meta -> with lib; | Profpatsch | 2021-01-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix | ||||
| * | python3Packages.databricks-cli: 0.14.0 -> 0.14.1 | Frederik Rietdijk | 2020-12-01 | 1 | -2/+2 |
| | | |||||
| * | python27Packages.databricks-cli: 0.11.0 -> 0.14.0 | R. RyanTM | 2020-11-20 | 1 | -2/+2 |
| | | |||||
| * | python: databricks-cli: 0.10.0 -> 0.11.0 | Frederik Rietdijk | 2020-06-11 | 1 | -2/+2 |
| | | |||||
| * | python27Packages.databricks-cli: 0.9.1 -> 0.10.0 | R. RyanTM | 2020-04-10 | 1 | -2/+2 |
| | | |||||
| * | pythonPackages.databricks-cli: init at 0.9.1 | Tyler Benster | 2020-02-15 | 1 | -0/+41 |
