python310Packages.nose2 0.12.0 -> 0.14.0 https://repology.org/project/python:nose2/versions attrpath: python310Packages.nose2 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/0q9mnz9159f1d36n4rrh8dm0dqyb07as-packages.json.drv building '/nix/store/0q9mnz9159f1d36n4rrh8dm0dqyb07as-packages.json.drv'... Going to be running update for following packages: - python3.10-nose2-0.12.0 Press Enter key to continue... Running update for: - python3.10-nose2-0.12.0: UPDATING ... - python3.10-nose2-0.12.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/nose2/default.nix b/pkgs/development/python-modules/nose2/default.nix index 648d954be7d0..ea01e2b1de91 100644 --- a/pkgs/development/python-modules/nose2/default.nix +++ b/pkgs/development/python-modules/nose2/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "nose2"; - version = "0.12.0"; + version = "0.14.0"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-lW55ub1VjuCLYgDAWtLHZGW344YMDAU3aGCJKFwyARM="; + hash = "sha256-XCjXcKC5pwKGK9bDdVuizS95lN1RjJguXOKY1/N0ZqQ="; }; propagatedBuildInputs = [ No auto update branch exists Old version 0.12.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , python , six , pythonOlder , coverage }: buildPythonPackage rec { pname = "nose2"; version = "0.13.0"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; hash = "sha256-V8aK1nbvS4i1BpSTfrUvSUOqHKJhB0tJCbbhYwRrRvA="; }; propagatedBuildInputs = [ coverage six ]; __darwinAllowLocalNetworking = true; checkPhase = '' ${python.interpreter} -m unittest ''; pythonImportsCheck = [ "nose2" ]; meta = with lib; { description = "Test runner for Python"; homepage = "https://github.com/nose-devs/nose2"; license = licenses.bsd0; maintainers = with maintainers; [ ]; }; }