python310Packages.jaraco-context 0 -> 1 attrpath: python310Packages.jaraco-context 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/jaidgvj0bak8g51yrl8hhgfvkkkdixa3-packages.json.drv building '/nix/store/jaidgvj0bak8g51yrl8hhgfvkkkdixa3-packages.json.drv'... Going to be running update for following packages: - python3.10-jaraco-context-4.1.2 Press Enter key to continue... Running update for: - python3.10-jaraco-context-4.1.2: UPDATING ... - python3.10-jaraco-context-4.1.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/jaraco-context/default.nix b/pkgs/development/python-modules/jaraco-context/default.nix index 4b097fd5b09..6a8c0fd1ea4 100644 --- a/pkgs/development/python-modules/jaraco-context/default.nix +++ b/pkgs/development/python-modules/jaraco-context/default.nix @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "jaraco-context"; - version = "4.1.2"; + version = "4.2.0"; format = "pyproject"; disabled = pythonOlder "3.6"; @@ -16,7 +16,7 @@ buildPythonPackage rec { owner = "jaraco"; repo = "jaraco.context"; rev = "refs/tags/v${version}"; - sha256 = "sha256-gfrDZW4d3X/QjUBN8DFSvKRLZge3pnZ6KkI7S7Nz3W0="; + sha256 = "sha256-J7vL+pvwXcKEkqZn44/U01HmP1CI5kIGsJ1aJevp0I4="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; No auto update branch exists Old version 4.1.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , pythonOlder , setuptools-scm }: buildPythonPackage rec { pname = "jaraco-context"; version = "4.2.0"; format = "pyproject"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "jaraco"; repo = "jaraco.context"; rev = "refs/tags/v${version}"; sha256 = "sha256-J7vL+pvwXcKEkqZn44/U01HmP1CI5kIGsJ1aJevp0I4="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; pythonNamespaces = [ "jaraco" ]; nativeBuildInputs = [ setuptools-scm ]; # Module has no tests doCheck = false; pythonImportsCheck = [ "jaraco.context" ]; meta = with lib; { description = "Python module for context management"; homepage = "https://github.com/jaraco/jaraco.context"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; }