python310Packages.reproject 0 -> 1 attrpath: python310Packages.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/xagfp1m5vkmxzw8iibgcl0zra2bgkbzi-packages.json.drv building '/nix/store/xagfp1m5vkmxzw8iibgcl0zra2bgkbzi-packages.json.drv'... Going to be running update for following packages: - python3.10-reproject-0.12.0 Press Enter key to continue... Running update for: - python3.10-reproject-0.12.0: UPDATING ... - python3.10-reproject-0.12.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 81ab320c77f9..488a045211a1 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.12.0"; + version = "0.13.0"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-jb4efKT5jMY0ECV+ab5rpUHEk+tT4T2MioCRxs92TbI="; + hash = "sha256-lL6MkKVSWmV6KPkG/9fjc2c2dFQ14i9fiJAr3VFfcuI="; }; postPatch = '' No auto update branch exists Old version 0.12.0" not present in staging derivation file with contents: { lib , astropy , astropy-extension-helpers , astropy-healpix , buildPythonPackage , cloudpickle , cython , dask , fetchPypi , fsspec , numpy , oldest-supported-numpy , pytest-astropy , pytestCheckHook , pythonOlder , scipy , setuptools-scm , zarr }: buildPythonPackage rec { pname = "reproject"; version = "0.13.0"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-lL6MkKVSWmV6KPkG/9fjc2c2dFQ14i9fiJAr3VFfcuI="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace "cython==" "cython>=" ''; nativeBuildInputs = [ astropy-extension-helpers cython numpy oldest-supported-numpy setuptools-scm ]; propagatedBuildInputs = [ astropy astropy-healpix cloudpickle dask fsspec numpy scipy zarr ] ++ dask.optional-dependencies.array; nativeCheckInputs = [ pytest-astropy pytestCheckHook ]; pytestFlagsArray = [ "build/lib*" # Avoid failure due to user warning: Distutils was imported before Setuptools "-p no:warnings" # Uses network "--ignore build/lib*/reproject/interpolation/" ]; pythonImportsCheck = [ "reproject" ]; meta = with lib; { description = "Reproject astronomical images"; downloadPage = "https://github.com/astropy/reproject"; homepage = "https://reproject.readthedocs.io"; license = licenses.bsd3; maintainers = with maintainers; [ smaret ]; }; }