python311Packages.duckdb-engine 0 -> 1 attrpath: python311Packages.duckdb-engine Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mwdcbg2mhqkxpqwl9nz5nnmxmp8wisg1-packages.json.drv building '/nix/store/mwdcbg2mhqkxpqwl9nz5nnmxmp8wisg1-packages.json.drv'... Going to be running update for following packages: - python3.11-duckdb-engine-0.9.2 Press Enter key to continue... Running update for: - python3.11-duckdb-engine-0.9.2: UPDATING ... - python3.11-duckdb-engine-0.9.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/duckdb-engine/default.nix b/pkgs/development/python-modules/duckdb-engine/default.nix index ab82edb0893b..658b6f12af72 100644 --- a/pkgs/development/python-modules/duckdb-engine/default.nix +++ b/pkgs/development/python-modules/duckdb-engine/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "duckdb-engine"; - version = "0.9.2"; + version = "0.11.1"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -23,7 +23,7 @@ buildPythonPackage rec { repo = "duckdb_engine"; owner = "Mause"; rev = "refs/tags/v${version}"; - hash = "sha256-T02nGF+YlughRQPinb0I3NC6xsarh4+qRhG8YfhTvhI="; + hash = "sha256-GMtQtcKEn2mdryl1KMYnYYeGpdbowP3o4dStwuL8AcU="; }; patches = [ ./remote_data.patch ]; No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.duckdb-engine nix build failed. /build/source/duckdb_engine/__init__.py:562: SAWarning: Did not recognize type 'list' of column 'array_of_structs' columns = self._get_columns_info(rows, domains, enums, schema) # type: ignore[attr-defined] duckdb_engine/tests/test_datatypes.py::test_all_types_reflection /build/source/duckdb_engine/__init__.py:562: SAWarning: Did not recognize type 'map' of column 'map' columns = self._get_columns_info(rows, domains, enums, schema) # type: ignore[attr-defined] duckdb_engine/tests/test_datatypes.py::test_all_types_reflection /build/source/duckdb_engine/__init__.py:562: SAWarning: Did not recognize type 'union' of column 'union' columns = self._get_columns_info(rows, domains, enums, schema) # type: ignore[attr-defined] duckdb_engine/tests/test_datatypes.py::test_nested_types /build/source/duckdb_engine/tests/test_datatypes.py:121: MovedIn20Warning: The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) base = declarative_base() -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ============================ Hypothesis Statistics ============================= duckdb_engine/tests/test_basic.py::test_simple_string: - during generate phase (3.43 seconds): - Typical runtimes: ~ 30-41 ms, of which < 1ms in data generation - 100 passing examples, 0 failing examples, 2 invalid examples - Stopped because settings.max_examples=100 =========================== short test summary info ============================ FAILED duckdb_engine/tests/test_datatypes.py::test_unsigned_integer_type[UHugeInteger] - sqlalchemy.exc.ProgrammingError: (duckdb.duckdb.CatalogException) Catalog E... ===== 1 failed, 47 passed, 35 skipped, 4 deselected, 34 warnings in 7.95s ====== /nix/store/yq9qag5ak3w15nhcqplnhxpny6295l36-stdenv-linux/setup: line 1582: pop_var_context: head of shell_variables not a function context