datasette 0.64.6 -> 1.0a7 https://repology.org/project/datasette/versions attrpath: datasette Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/python-modules/datasette/default.nix b/pkgs/development/python-modules/datasette/default.nix index b89d5bbd06ee..681ae4ef4f95 100644 --- a/pkgs/development/python-modules/datasette/default.nix +++ b/pkgs/development/python-modules/datasette/default.nix @@ -29,7 +29,7 @@ buildPythonPackage rec { pname = "datasette"; - version = "0.64.6"; + version = "1.0a7"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -38,7 +38,7 @@ buildPythonPackage rec { owner = "simonw"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-chU0AFaVfkJMRwraX/Ky0e6/g3ZSZ2efNIJ15veqFmg="; + hash = "sha256-7+GQil8z2EYdglPL29k3ukYBDjT5fhs4X8/3ibvojfM="; }; postPatch = '' 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 datasette nix build failed. @nix { "action": "setPhase", "phase": "installCheckPhase" } Running phase: installCheckPhase no Makefile or custom installCheckPhase, doing nothing @nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" } Running phase: pythonCatchConflictsPhase @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } Running phase: pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } Running phase: pythonImportsCheckPhase Executing pythonImportsCheckPhase Check whether the following modules can be imported: datasette datasette.cli datasette.app datasette.database datasette.renderer datasette.tracer datasette.plugins Traceback (most recent call last): File "", line 1, in File "", line 1, in File "/nix/store/w4fvvhkzb0ssv0fw5j34pw09f0qw84w8-python3-3.11.7/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/nix/store/1b1kzk52js51378p0qf6jlxks48ry9yx-python3.11-datasette-1.0a7/lib/python3.11/site-packages/datasette/cli.py", line 17, in from .app import ( File "/nix/store/1b1kzk52js51378p0qf6jlxks48ry9yx-python3.11-datasette-1.0a7/lib/python3.11/site-packages/datasette/app.py", line 39, in from .views.database import database_download, DatabaseView, TableCreateView File "/nix/store/1b1kzk52js51378p0qf6jlxks48ry9yx-python3.11-datasette-1.0a7/lib/python3.11/site-packages/datasette/views/database.py", line 11, in import sqlite_utils ModuleNotFoundError: No module named 'sqlite_utils'