Skip to content

python3Packages.duckdb-engine: 0.15.0 -> 0.17.0#416520

Merged
GaetanLepage merged 2 commits intoNixOS:masterfrom
sarahec:bump-duckdb-engine
Jun 14, 2025
Merged

python3Packages.duckdb-engine: 0.15.0 -> 0.17.0#416520
GaetanLepage merged 2 commits intoNixOS:masterfrom
sarahec:bump-duckdb-engine

Conversation

@sarahec
Copy link
Contributor

@sarahec sarahec commented Jun 13, 2025

  1. Package cleanup: modernize build, remove with lib;, remove pythonOlder, recheck tests and update disabledTests for current duckdb.
  2. Version bump

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • Nixpkgs 25.11 Release Notes (or backporting 24.11 and 25.05 Nixpkgs Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
  • NixOS 25.11 Release Notes (or backporting 24.11 and 25.05 NixOS Release notes)
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other contributing documentation in corresponding paths.

Add a 👍 reaction to pull requests you find important.

Modernize build, remove `with lib;`, review & fixup disabledTests.
@sarahec sarahec mentioned this pull request Jun 13, 2025
13 tasks
@sarahec sarahec requested review from GaetanLepage and cpcloud June 13, 2025 19:07
@github-actions github-actions bot added 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 6.topic: python Python is a high-level, general-purpose programming language. labels Jun 13, 2025
@sarahec
Copy link
Contributor Author

sarahec commented Jun 13, 2025

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 416520
Commit: 68f4f840656c643e55bc99f3b72c8abcb0107b7a


aarch64-darwin

✅ 12 packages built:
  • python312Packages.duckdb-engine
  • python312Packages.duckdb-engine.dist
  • python312Packages.jupysql
  • python312Packages.jupysql.dist
  • python312Packages.langchain-community
  • python312Packages.langchain-community.dist
  • python313Packages.duckdb-engine
  • python313Packages.duckdb-engine.dist
  • python313Packages.jupysql
  • python313Packages.jupysql.dist
  • python313Packages.langchain-community
  • python313Packages.langchain-community.dist

Copy link
Contributor

@GaetanLepage GaetanLepage left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@sarahec sarahec force-pushed the bump-duckdb-engine branch from 68f4f84 to dc23d20 Compare June 14, 2025 01:42
@github-actions github-actions bot added the 12.approvals: 2 This PR was reviewed and approved by two persons. label Jun 14, 2025
@GaetanLepage
Copy link
Contributor

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 416520
Commit: dc23d2066ec945617d4c01b7e36806ffb4c840c3


x86_64-linux

✅ 14 packages built:
  • open-webui
  • open-webui.dist
  • python312Packages.duckdb-engine
  • python312Packages.duckdb-engine.dist
  • python312Packages.jupysql
  • python312Packages.jupysql.dist
  • python312Packages.langchain-community
  • python312Packages.langchain-community.dist
  • python313Packages.duckdb-engine
  • python313Packages.duckdb-engine.dist
  • python313Packages.jupysql
  • python313Packages.jupysql.dist
  • python313Packages.langchain-community
  • python313Packages.langchain-community.dist

aarch64-linux

✅ 12 packages built:
  • python312Packages.duckdb-engine
  • python312Packages.duckdb-engine.dist
  • python312Packages.jupysql
  • python312Packages.jupysql.dist
  • python312Packages.langchain-community
  • python312Packages.langchain-community.dist
  • python313Packages.duckdb-engine
  • python313Packages.duckdb-engine.dist
  • python313Packages.jupysql
  • python313Packages.jupysql.dist
  • python313Packages.langchain-community
  • python313Packages.langchain-community.dist

x86_64-darwin

✅ 12 packages built:
  • python312Packages.duckdb-engine
  • python312Packages.duckdb-engine.dist
  • python312Packages.jupysql
  • python312Packages.jupysql.dist
  • python312Packages.langchain-community
  • python312Packages.langchain-community.dist
  • python313Packages.duckdb-engine
  • python313Packages.duckdb-engine.dist
  • python313Packages.jupysql
  • python313Packages.jupysql.dist
  • python313Packages.langchain-community
  • python313Packages.langchain-community.dist

aarch64-darwin

✅ 12 packages built:
  • python312Packages.duckdb-engine
  • python312Packages.duckdb-engine.dist
  • python312Packages.jupysql
  • python312Packages.jupysql.dist
  • python312Packages.langchain-community
  • python312Packages.langchain-community.dist
  • python313Packages.duckdb-engine
  • python313Packages.duckdb-engine.dist
  • python313Packages.jupysql
  • python313Packages.jupysql.dist
  • python313Packages.langchain-community
  • python313Packages.langchain-community.dist

@GaetanLepage GaetanLepage merged commit fa0c04f into NixOS:master Jun 14, 2025
13 of 16 checks passed
@github-actions github-actions bot added 12.approvals: 3+ This PR was reviewed and approved by three or more persons. and removed 12.approvals: 2 This PR was reviewed and approved by two persons. labels Jun 14, 2025
@sarahec sarahec deleted the bump-duckdb-engine branch June 14, 2025 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: python Python is a high-level, general-purpose programming language. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 12.approvals: 3+ This PR was reviewed and approved by three or more persons.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants