python310Packages.pytest-xprocess 0.22.2 -> 0.23.0 https://repology.org/project/python:pytest-xprocess/versions attrpath: python310Packages.pytest-xprocess 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] Going to be running update for following packages: - python3.10-pytest-xprocess-0.22.2 Press Enter key to continue... Running update for: - python3.10-pytest-xprocess-0.22.2: UPDATING ... - python3.10-pytest-xprocess-0.22.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-xprocess/default.nix b/pkgs/development/python-modules/pytest-xprocess/default.nix index 734acd5f8f4e..601eaecd3e05 100644 --- a/pkgs/development/python-modules/pytest-xprocess/default.nix +++ b/pkgs/development/python-modules/pytest-xprocess/default.nix @@ -9,12 +9,12 @@ buildPythonPackage rec { pname = "pytest-xprocess"; - version = "0.22.2"; + version = "0.23.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-WZ7iW5OOjyWeGNnFtNY4SIT4pqKMpR7tMtDZUmvc93w="; + hash = "sha256-+NQEGiChwe8ZQwVOSj33rHtD5/KR9kD0PDTp3MSzTfo="; }; postPatch = '' No auto update branch exists Old version 0.22.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , psutil , py , pytest , setuptools-scm }: buildPythonPackage rec { pname = "pytest-xprocess"; version = "0.23.0"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-+NQEGiChwe8ZQwVOSj33rHtD5/KR9kD0PDTp3MSzTfo="; }; postPatch = '' # Remove test QoL package from install_requires substituteInPlace setup.py \ --replace "'pytest-cache', " "" ''; nativeBuildInputs = [ setuptools-scm ]; buildInputs = [ pytest ]; propagatedBuildInputs = [ psutil py ]; # There's no tests in repo doCheck = false; meta = with lib; { description = "Pytest external process plugin"; homepage = "https://github.com/pytest-dev"; license = licenses.mit; maintainers = with maintainers; [ jonringer ]; }; }