python310Packages.crate 0 -> 1 attrpath: python310Packages.crate 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v7mg6m8f7iygx5vqj32klz7m5z7fvyb8-packages.json.drv building '/nix/store/v7mg6m8f7iygx5vqj32klz7m5z7fvyb8-packages.json.drv'... Going to be running update for following packages: - python3.10-crate-0.31.1 Press Enter key to continue... Running update for: - python3.10-crate-0.31.1: UPDATING ... - python3.10-crate-0.31.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/crate/default.nix b/pkgs/development/python-modules/crate/default.nix index 6535ab5f6c8..bfe6319eef2 100644 --- a/pkgs/development/python-modules/crate/default.nix +++ b/pkgs/development/python-modules/crate/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "crate"; - version = "0.31.1"; + version = "0.32.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-SYjzyPqKR6BpC5z3P/ASDXe0mwi8Hz413b8Fm7cc5zo="; + hash = "sha256-fWTZknCIojrwaXAOH54GUoYKdr0yUTnqsY4SmwwvDPs="; }; propagatedBuildInputs = [ 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 python310Packages.crate nix build failed. src/crate/client/sqlalchemy/tests/bulk_test.py:179: ModuleNotFoundError =============================== warnings summary =============================== ../../nix/store/cr689gv3clfqhbl05pfqd9g9khzdidcb-python3.10-setuptools-67.4.0/lib/python3.10/site-packages/pkg_resources/__init__.py:2804 /nix/store/cr689gv3clfqhbl05pfqd9g9khzdidcb-python3.10-setuptools-67.4.0/lib/python3.10/site-packages/pkg_resources/__init__.py:2804: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('crate')`. Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages declare_namespace(pkg) src/crate/__init__.py:25 /build/crate-0.32.0/src/crate/__init__.py:25: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('crate')`. Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages pkg_resources.declare_namespace(__name__) src/crate/client/sqlalchemy/types.py:156 src/crate/client/sqlalchemy/types.py:156 src/crate/client/sqlalchemy/types.py:156 src/crate/client/sqlalchemy/types.py:156 src/crate/client/sqlalchemy/types.py:156 /build/crate-0.32.0/src/crate/client/sqlalchemy/types.py:156: DeprecationWarning: Object is deprecated and will be removed in future releases. Please use ObjectType instead. warnings.warn(f"{name} is deprecated and will be removed in future releases. " src/crate/client/sqlalchemy/tests/create_table_test.py::SqlAlchemyCreateTableTest::test_table_partitioned_by /build/crate-0.32.0/src/crate/client/sqlalchemy/tests/create_table_test.py:126: SAWarning: Can't validate argument 'invalid_option'; can't locate any SQLAlchemy dialect named 'invalid' class DummyTable(self.Base): -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED src/crate/client/sqlalchemy/tests/bulk_test.py::SqlAlchemyBulkTest::test_bulk_save_dask - ModuleNotFoundError: No module named 'dask' FAILED src/crate/client/sqlalchemy/tests/bulk_test.py::SqlAlchemyBulkTest::test_bulk_save_pandas - ModuleNotFoundError: No module named 'pandas' ====== 2 failed, 113 passed, 2 skipped, 8 deselected, 8 warnings in 1.95s ====== /nix/store/blpvf60m29q02c0lc5fyhim30ma4y1vv-stdenv-linux/setup: line 1596: pop_var_context: head of shell_variables not a function context