python310Packages.dbf 0 -> 1 attrpath: python310Packages.dbf 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/3gdyq1k0j3xffgqcfsddw1b86xfmw0ds-packages.json.drv building '/nix/store/3gdyq1k0j3xffgqcfsddw1b86xfmw0ds-packages.json.drv'... Going to be running update for following packages: - python3.10-dbf-0.99.3 Press Enter key to continue... Running update for: - python3.10-dbf-0.99.3: UPDATING ... - python3.10-dbf-0.99.3: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/dbf/default.nix b/pkgs/development/python-modules/dbf/default.nix index 10cf43f4f648..7858cf4a4ef6 100644 --- a/pkgs/development/python-modules/dbf/default.nix +++ b/pkgs/development/python-modules/dbf/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "dbf"; - version = "0.99.3"; + version = "0.99.9"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-lAJypyrCfRah22mq/vggaEASzDVT/+mHXVzS46nLadw="; + hash = "sha256-MFEi1U0RNvrfDtV4HpvPgKTCibAh76z7Gnmj32IubYw="; }; 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.dbf nix build failed. *** Error compiling '/nix/store/1bgbbs0lmmc28c729jqsfx00hscfm1hl-python3.10-dbf-0.99.9/lib/python3.10/site-packages/dbf/_index.py'... File "/nix/store/1bgbbs0lmmc28c729jqsfx00hscfm1hl-python3.10-dbf-0.99.9/lib/python3.10/site-packages/dbf/_index.py", line 12 self.index_file.write('\xea\xaf\x37\xbf' # signature SyntaxError: invalid syntax. Perhaps you forgot a comma? Successfully installed dbf-0.99.9-py3-none-any.whl Finished executing pypaInstallPhase @nix { "action": "setPhase", "phase": "pythonOutputDistPhase" } Running phase: pythonOutputDistPhase Executing pythonOutputDistPhase Finished executing pythonOutputDistPhase @nix { "action": "setPhase", "phase": "fixupPhase" } Running phase: fixupPhase shrinking RPATHs of ELF executables and libraries in /nix/store/1bgbbs0lmmc28c729jqsfx00hscfm1hl-python3.10-dbf-0.99.9 checking for references to /build/ in /nix/store/1bgbbs0lmmc28c729jqsfx00hscfm1hl-python3.10-dbf-0.99.9... patching script interpreter paths in /nix/store/1bgbbs0lmmc28c729jqsfx00hscfm1hl-python3.10-dbf-0.99.9 stripping (with command strip and flags -S -p) in /nix/store/1bgbbs0lmmc28c729jqsfx00hscfm1hl-python3.10-dbf-0.99.9/lib shrinking RPATHs of ELF executables and libraries in /nix/store/bwy3r87c2bj89ibz53py5rmklzyhkw3n-python3.10-dbf-0.99.9-dist checking for references to /build/ in /nix/store/bwy3r87c2bj89ibz53py5rmklzyhkw3n-python3.10-dbf-0.99.9-dist... patching script interpreter paths in /nix/store/bwy3r87c2bj89ibz53py5rmklzyhkw3n-python3.10-dbf-0.99.9-dist Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "installCheckPhase" } Running phase: installCheckPhase Traceback (most recent call last): File "/build/dbf-0.99.9/dbf/test.py", line 15, in from . import * ImportError: attempted relative import with no known parent package