python311Packages.xarray 2023.7.0 -> 2023.9.0 https://repology.org/project/python:xarray/versions attrpath: python311Packages.xarray 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/0ka5w1g7mb3gb9i9wijdwfk2gdx49631-packages.json.drv building '/nix/store/0ka5w1g7mb3gb9i9wijdwfk2gdx49631-packages.json.drv'... Going to be running update for following packages: - python3.11-xarray-2023.7.0 Press Enter key to continue... Running update for: - python3.11-xarray-2023.7.0: UPDATING ... - python3.11-xarray-2023.7.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/xarray/default.nix b/pkgs/development/python-modules/xarray/default.nix index 45e79fdd89d0..07817563cd16 100644 --- a/pkgs/development/python-modules/xarray/default.nix +++ b/pkgs/development/python-modules/xarray/default.nix @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "xarray"; - version = "2023.7.0"; + version = "2023.9.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-2s4v2/G3/xhdnBImokv4PCrlLzJT2/6A4X0RYmANBVw="; + hash = "sha256-JxlVwF3GJtrTd5GngH2SCq+cZMrHHQO0XsfkAsxkZgM="; }; env.SETUPTOOLS_SCM_PRETEND_VERSION = version; No auto update branch exists Old version 2023.7.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , numpy , packaging , pandas , pytestCheckHook , pythonOlder , setuptools , setuptools-scm , wheel }: buildPythonPackage rec { pname = "xarray"; version = "2023.8.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-glxtZCAqcxpOSTIe3R6d+r9L4GgC8bjIo8AKPr/Izt8="; }; env.SETUPTOOLS_SCM_PRETEND_VERSION = version; nativeBuildInputs = [ setuptools setuptools-scm wheel ]; propagatedBuildInputs = [ numpy packaging pandas ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "xarray" ]; meta = with lib; { description = "N-D labeled arrays and datasets in Python"; homepage = "https://github.com/pydata/xarray"; license = licenses.asl20; maintainers = with maintainers; [ fridh ]; }; }