| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: change 'format = "pyproject";' to 'pyproject = true;'•••This is almost all find-and-replace. I manually edited: * pkgs/development/python-modules/notifications-android-tv/default.nix, * pkgs/servers/home-assistant/default.nix, * pkgs/development/tools/continuous-integration/buildbot/master.nix A few files have not been changed in this PR because they would cause rebuilds. This PR should have 0 rebuilds. | Michael Daniels | 2026-01-12 | 1 | -1/+1 |
| * | 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.databricks-sql-connector: relax pandas constraint | Martin Weinelt | 2025-08-09 | 1 | -0/+1 |
| * | python3Packages.databricks-sql-connector: 4.0.3 -> 4.0.5•••https://github.com/databricks/databricks-sql-python/blob/v4.0.5/CHANGELOG.md This commit was automatically generated using update-python-libraries. | Martin Weinelt | 2025-08-09 | 1 | -2/+2 |
| * | treewide: pytestFlagsArray -> enabledTestPaths (trivial) | Yueh-Shun Li | 2025-06-12 | 1 | -1/+1 |
| * | python312Packages.databricks-sql-connector: 4.0.2 -> 4.0.3 | R. Ryantm | 2025-04-28 | 1 | -2/+2 |
| * | python312Packages.databricks-sql-connector: 4.0.1 -> 4.0.2 | R. Ryantm | 2025-04-10 | 1 | -2/+2 |
| * | python312Packages.databricks-sql-connector: 3.7.1 -> 4.0.1 | R. Ryantm | 2025-03-19 | 1 | -3/+3 |
| * | python312Packages.databricks-sql-connector: 3.7.0 -> 3.7.1 | R. Ryantm | 2025-01-14 | 1 | -2/+2 |
| * | python312Packages.databricks-sql-connector: 3.6.0 -> 3.7.0 | R. Ryantm | 2024-12-24 | 1 | -3/+3 |
| * | python312Packages.databricks-sql-connector: 3.4.0 -> 3.6.0 | R. Ryantm | 2024-12-01 | 1 | -2/+2 |
| * | python3.pkgs.databricks-sql-connector: fix build by removing patch and relaxi... | Phillip Cloud | 2024-11-06 | 1 | -9/+1 |
| * | python3Packages.databricks-sql-connector: 3.3.0 -> 3.4.0•••https://github.com/databricks/databricks-sql-python/blob/v3.4.0/CHANGELOG.md | Martin Weinelt | 2024-10-13 | 1 | -2/+2 |
| * | python3Packages.databricks-sql-connector: Now builds for python312•••Commit 3a30db4a28808ae1f3564857ee35c467211b84f4 fixed python312 for dependency thrift. | Kristoffer K. Føllesdal | 2024-08-27 | 1 | -4/+1 |
| * | python3Packages.databricks-sql-connector: 3.2.0 -> 3.3.0, unbreak (#329134) | kfollesdal | 2024-07-25 | 1 | -8/+20 |
| * | python3Packages.databricks-sql-connector: 3.1.0 -> 3.2.0•••https://github.com/databricks/databricks-sql-python/blob/v3.2.0/CHANGELOG.md | Martin Weinelt | 2024-06-24 | 1 | -2/+2 |
| * | treewide: remove pythonRelaxDepsHook references•••It is is now provided automatically, when `pythonRelaxDeps` or `pythonRemoveDeps` is defined through `mk-python-derivation`. | Martin Weinelt | 2024-06-14 | 1 | -2/+0 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -25/+20 |
| * | python3Packages.databricks-sql-connector: 3.0.3 -> 3.1.0•••https://github.com/databricks/databricks-sql-python/blob/v3.1.0/CHANGELOG.md | Martin Weinelt | 2024-03-12 | 1 | -2/+2 |
| * | python311Packages.databricks-sql-connector: 3.0.2 -> 3.0.3 | R. Ryantm | 2024-02-03 | 1 | -2/+2 |
| * | python311Packages.databricks-sql-connector: 3.0.1 -> 3.0.2 | R. Ryantm | 2024-01-28 | 1 | -2/+2 |
| * | python3Packages.databricks-sql-connector: 2.9.3 -> 3.0.1•••https://github.com/databricks/databricks-sql-python/blob/v3.0.1/CHANGELOG.md | Martin Weinelt | 2023-12-20 | 1 | -2/+2 |
| * | python3Packages.databricks-sql-connector: 2.4.0 -> 2.9.3 | Martin Weinelt | 2023-09-27 | 1 | -2/+2 |
| * | python310Packages.databricks-sql-connector: mark as broken•••No SQLAlchemy 2.0 support https://github.com/databricks/databricks-sql-python/issues/91 | Fabian Affolter | 2023-03-29 | 1 | -0/+3 |
| * | python310Packages.databricks-sql-connector: 2.3.0 -> 2.4.0•••Changelog: https://github.com/databricks/databricks-sql-python/blob/v2.4.0/CHANGELOG.md | Fabian Affolter | 2023-03-14 | 1 | -2/+8 |
| * | python310Packages.databricks-sql-connector: 2.2.1 -> 2.3.0•••Diff: https://github.com/databricks/databricks-sql-python/compare/refs/tags/v2.2.1...v2.3.0 Changelog: https://github.com/databricks/databricks-sql-python/blob/v2.3.0/CHANGELOG.md | Fabian Affolter | 2023-02-18 | 1 | -9/+17 |
| * | python310Packages.databricks-sql-connector: add changelog to meta | Fabian Affolter | 2023-02-17 | 1 | -2/+12 |
| * | treewide: switch to nativeCheckInputs•••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. | Guillaume Girol | 2023-01-21 | 1 | -1/+1 |
| * | python3Packages.databricks-sql-connector: 2.0.5 -> 2.2.1 | Martin Weinelt | 2023-01-05 | 1 | -3/+3 |
| * | python3Packages.databricks-sql-connector: fix eval | K900 | 2022-09-27 | 1 | -1/+1 |
| * | python3Packages.databricks-sql-connector: init at 2.0.5 | harvidsen | 2022-09-23 | 1 | -0/+50 |
