python312Packages.tiledb 0.24.0 -> 0.26.3 https://github.com/TileDB-Inc/TileDB-Py/releases attrpath: python312Packages.tiledb 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/vm66k7wynlknz68vmv0v87sqmc450hbx-packages.json.drv building '/nix/store/vm66k7wynlknz68vmv0v87sqmc450hbx-packages.json.drv'... Going to be running update for following packages: - python3.12-tiledb-0.24.0 Press Enter key to continue... Running update for: - python3.12-tiledb-0.24.0: UPDATING ... - python3.12-tiledb-0.24.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/tiledb/default.nix b/pkgs/development/python-modules/tiledb/default.nix index d7c724ab25d2..7651f3a7a3df 100644 --- a/pkgs/development/python-modules/tiledb/default.nix +++ b/pkgs/development/python-modules/tiledb/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "tiledb"; - version = "0.24.0"; + version = "0.26.3"; format = "setuptools"; src = fetchFromGitHub { owner = "TileDB-Inc"; repo = "TileDB-Py"; rev = "refs/tags/${version}"; - hash = "sha256-EcWqh/xFyFvTuyzsPuAkT67O0y8TPWt2MvXVPnaQzrg="; + hash = "sha256-bieRqMiVarK4Qw/to8LJoT6vLigr/aP4clCaLb7Zkd8="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.24.0" not present in staging derivation file with contents: { lib , python , buildPythonPackage , fetchFromGitHub , cython , pybind11 , tiledb , numpy , wheel , isPy3k , setuptools-scm , psutil , pandas }: buildPythonPackage rec { pname = "tiledb"; version = "0.26.2"; format = "setuptools"; src = fetchFromGitHub { owner = "TileDB-Inc"; repo = "TileDB-Py"; rev = "refs/tags/${version}"; hash = "sha256-8c1l4zoD44SjaOUXlFUSho/y7oMNOEVM9ZlnRs1irV8="; }; nativeBuildInputs = [ cython pybind11 setuptools-scm ]; buildInputs = [ tiledb ]; propagatedBuildInputs = [ numpy wheel # No idea why but it is listed ]; nativeCheckInputs = [ psutil # optional pandas ]; TILEDB_PATH = tiledb; disabled = !isPy3k; # Not bothering with python2 anymore postPatch = '' # Hardcode path to shared object substituteInPlace tiledb/__init__.py --replace \ 'os.path.join(lib_dir, lib_name)' 'os.path.join("${tiledb}/lib", lib_name)' # Disable failing test substituteInPlace tiledb/tests/test_examples.py --replace \ "test_docs" "dont_test_docs" # these tests don't always fail substituteInPlace tiledb/tests/test_libtiledb.py --replace \ "test_varlen_write_int_subarray" "dont_test_varlen_write_int_subarray" \ --replace "test_memory_cleanup" "dont_test_memory_cleanup" \ --replace "test_ctx_thread_cleanup" "dont_test_ctx_thread_cleanup" substituteInPlace tiledb/tests/test_metadata.py --replace \ "test_metadata_consecutive" "dont_test_metadata_consecutive" ''; checkPhase = '' pushd "$TMPDIR" ${python.interpreter} -m unittest tiledb.tests.all.suite_test popd ''; pythonImportsCheck = [ "tiledb" ]; meta = with lib; { description = "Python interface to the TileDB storage manager"; homepage = "https://github.com/TileDB-Inc/TileDB-Py"; license = licenses.mit; maintainers = with maintainers; [ fridh ]; # tiledb/core.cc:556:30: error: ‘struct std::array’ has no member named ‘second’ broken = true; }; }