python311Packages.reproject 0 -> 1 attrpath: python311Packages.reproject 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/n5qgr3g3wmysysbgf3iqpskgc767sy4h-packages.json.drv building '/nix/store/n5qgr3g3wmysysbgf3iqpskgc767sy4h-packages.json.drv'... Going to be running update for following packages: - python3.11-reproject-0.13.0 Press Enter key to continue... Running update for: - python3.11-reproject-0.13.0: UPDATING ... - python3.11-reproject-0.13.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/reproject/default.nix b/pkgs/development/python-modules/reproject/default.nix index bbab3a462dbb..3387bec89121 100644 --- a/pkgs/development/python-modules/reproject/default.nix +++ b/pkgs/development/python-modules/reproject/default.nix @@ -20,14 +20,14 @@ buildPythonPackage rec { pname = "reproject"; - version = "0.13.0"; + version = "0.13.1"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchPypi { inherit pname version; - hash = "sha256-lL6MkKVSWmV6KPkG/9fjc2c2dFQ14i9fiJAr3VFfcuI="; + hash = "sha256-Y+Ne7ZUgCieWcC4zqfrqPzmr/kGUdFroGfIPKWACaPY="; }; postPatch = '' No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/v7gdmdc9yhx3ngh840xx5kr46840s73b-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.reproject nix build failed. substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'pyproject.toml') substituteStream(): WARNING: pattern cython== doesn't match anything in file 'pyproject.toml' @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing pypaBuildPhase Setting SETUPTOOLS_SCM_PRETEND_VERSION to 0.13.1 Including all tracked files automatically Creating a wheel... * Getting build dependencies for wheel... running egg_info writing reproject.egg-info/PKG-INFO writing dependency_links to reproject.egg-info/dependency_links.txt writing requirements to reproject.egg-info/requires.txt writing top-level names to reproject.egg-info/top_level.txt reading manifest file 'reproject.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'build' no previously-included directories found matching 'docs/_build' no previously-included directories found matching 'docs/api' warning: no previously-included files matching '*.o' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'reproject.egg-info/SOURCES.txt' ERROR Missing dependencies: numpy>=2.0.0rc1