python310Packages.pint 0 -> 1 attrpath: python310Packages.pint 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/561v6vjvijqdd4vjs8gy5z8zzz5j0h2a-packages.json.drv building '/nix/store/561v6vjvijqdd4vjs8gy5z8zzz5j0h2a-packages.json.drv'... Going to be running update for following packages: - python3.10-pint-0.20.1 Press Enter key to continue... Running update for: - python3.10-pint-0.20.1: UPDATING ... - python3.10-pint-0.20.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pint/default.nix b/pkgs/development/python-modules/pint/default.nix index 2259ecf655d7..6f4323058370 100644 --- a/pkgs/development/python-modules/pint/default.nix +++ b/pkgs/development/python-modules/pint/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "pint"; - version = "0.20.1"; + version = "0.22"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit version; pname = "Pint"; - hash = "sha256-OHzwQHjcff5KcIAzuq1Uq2HYKrBsTuPUkiseRdViYGc="; + hash = "sha256-LROfarvPMBbK19POwFcH/pCKxPmc9Zrt/W7mZ7emRDM="; }; nativeBuildInputs = [ setuptools-scm ]; No auto update branch exists Old version 0.20.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pythonOlder # build-system , setuptools , setuptools-scm # propagates , typing-extensions # tests , pytestCheckHook , pytest-subtests , numpy , matplotlib , uncertainties }: buildPythonPackage rec { pname = "pint"; version = "0.22"; format = "pyproject"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit version; pname = "Pint"; hash = "sha256-LROfarvPMBbK19POwFcH/pCKxPmc9Zrt/W7mZ7emRDM="; }; nativeBuildInputs = [ setuptools setuptools-scm ]; propagatedBuildInputs = [ typing-extensions ]; nativeCheckInputs = [ pytestCheckHook pytest-subtests numpy matplotlib uncertainties ]; preCheck = '' export HOME=$(mktemp -d) ''; disabledTests = [ # https://github.com/hgrecco/pint/issues/1825 "test_equal_zero_nan_NP" ]; meta = with lib; { changelog = "https://github.com/hgrecco/pint/blob/${version}/CHANGES"; description = "Physical quantities module"; license = licenses.bsd3; homepage = "https://github.com/hgrecco/pint/"; maintainers = with maintainers; [ doronbehar ]; }; }