summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/databricks-cli
AgeCommit message (Collapse)Author
2023-05-21python311Packages.databricks-cli: 0.17.6 -> 0.17.7R. Ryantm
2023-04-10python310Packages.databricks-cli: 0.17.5 -> 0.17.6R. Ryantm
2023-03-13python310Packages.databricks-cli: 0.17.4 -> 0.17.5R. Ryantm
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol
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.
2022-12-11python310Packages.databricks-cli: enable testsFabian Affolter
- add pythonImportsCheck
2022-12-11python310Packages.databricks-cli: add changelog to metaFabian Affolter
2022-12-10python310Packages.databricks-cli: 0.17.3 -> 0.17.4R. Ryantm
2022-08-27python310Packages.databricks-cli: 0.17.1 -> 0.17.3R. Ryantm
2022-08-15python310Packages.databricks-cli: 0.17.0 -> 0.17.1R. Ryantm
2022-07-21python3Packages.databricks-cli: 0.16.4 -> 0.17.0Martin Weinelt
2022-02-04python310Packages.databricks-cli: 0.16.2 -> 0.16.4R. Ryantm
2021-10-27python38Packages.databricks-cli: 0.16.0 -> 0.16.2R. Ryantm
2021-10-19python38Packages.databricks-cli: 0.15.0 -> 0.16.0R. RyanTM
2021-08-13python38Packages.databricks-cli: 0.14.3 -> 0.15.0R. RyanTM
2021-03-18python38Packages.databricks-cli: 0.14.2 -> 0.14.3R. RyanTM
2021-02-27python37Packages.databricks-cli: 0.14.1 -> 0.14.2R. RyanTM
2021-01-25treewide: remove stdenv where not neededPavol Rusnak
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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
2020-12-01python3Packages.databricks-cli: 0.14.0 -> 0.14.1Frederik Rietdijk
2020-11-20python27Packages.databricks-cli: 0.11.0 -> 0.14.0R. RyanTM
2020-06-11python: databricks-cli: 0.10.0 -> 0.11.0Frederik Rietdijk
2020-04-10python27Packages.databricks-cli: 0.9.1 -> 0.10.0R. RyanTM
2020-02-15pythonPackages.databricks-cli: init at 0.9.1Tyler Benster