python310Packages.greenlet 0 -> 1 attrpath: python310Packages.greenlet 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/mi39y28177m51vvkpzhjb4mimxfnpbbp-packages.json.drv building '/nix/store/mi39y28177m51vvkpzhjb4mimxfnpbbp-packages.json.drv'... Going to be running update for following packages: - python3.10-greenlet-1.1.3 Press Enter key to continue... Running update for: - python3.10-greenlet-1.1.3: UPDATING ... - python3.10-greenlet-1.1.3: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/greenlet/default.nix b/pkgs/development/python-modules/greenlet/default.nix index 12f3044f068..9763a152571 100644 --- a/pkgs/development/python-modules/greenlet/default.nix +++ b/pkgs/development/python-modules/greenlet/default.nix @@ -8,12 +8,12 @@ buildPythonPackage rec { pname = "greenlet"; - version = "1.1.3"; + version = "2.0.1"; disabled = isPyPy; # builtin for pypy src = fetchPypi { inherit pname version; - sha256 = "sha256-vLbG3R1r5tONbbKDdH0H/aCJ/4xVmoNSNlYKRBA0BFU="; + sha256 = "sha256-QuYCVkRg2g6O5ny21yNjY+5eExqhWUO2Zw5E5cLtD2c="; }; checkInputs = [ unittestCheckHook ]; No auto update branch exists Old version 1.1.3" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , isPyPy , objgraph , psutil , pytestCheckHook }: buildPythonPackage rec { pname = "greenlet"; version = "2.0.1"; format = "setuptools"; disabled = isPyPy; # builtin for pypy src = fetchPypi { inherit pname version; hash = "sha256-QuYCVkRg2g6O5ny21yNjY+5eExqhWUO2Zw5E5cLtD2c="; }; checkInputs = [ objgraph psutil pytestCheckHook ]; doCheck = false; # installed tests need to be executed, not sure how to accomplish that meta = with lib; { homepage = "https://github.com/python-greenlet/greenlet"; description = "Module for lightweight in-process concurrent programming"; license = with licenses; [ psfl # src/greenlet/slp_platformselect.h & files in src/greenlet/platform/ directory mit ]; }; }