python311Packages.pytest-dependency 0 -> 1 attrpath: python311Packages.pytest-dependency Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [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/ljidnsnf11d2d4pvnj4s52sm9qm4hrss-packages.json.drv building '/nix/store/ljidnsnf11d2d4pvnj4s52sm9qm4hrss-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-dependency-0.5.1 Press Enter key to continue... Running update for: - python3.11-pytest-dependency-0.5.1: UPDATING ... - python3.11-pytest-dependency-0.5.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-dependency/default.nix b/pkgs/development/python-modules/pytest-dependency/default.nix index 6bb6463d0088..d2ff3ff47d78 100644 --- a/pkgs/development/python-modules/pytest-dependency/default.nix +++ b/pkgs/development/python-modules/pytest-dependency/default.nix @@ -7,12 +7,12 @@ buildPythonPackage rec { pname = "pytest-dependency"; - version = "0.5.1"; + version = "0.6.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-wqiSkGGSZj+FAwpquRME5QjlRs3f5VfWktYexXodlGs="; + hash = "sha256-k0sOajnZWZUGLBk/fq7tio/6Bv8bzvS2Kw3HSnCLrME="; }; patches = [ No auto update branch exists Old version 0.5.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pytest , pytestCheckHook , setuptools }: buildPythonPackage rec { pname = "pytest-dependency"; version = "0.6.0"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-k0sOajnZWZUGLBk/fq7tio/6Bv8bzvS2Kw3HSnCLrME="; }; nativeBuildInputs = [ setuptools ]; buildInputs = [ pytest ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "pytest_dependency" ]; meta = with lib; { homepage = "https://github.com/RKrahl/pytest-dependency"; changelog = "https://github.com/RKrahl/pytest-dependency/blob/${version}/CHANGES.rst"; description = "Manage dependencies of tests"; license = licenses.asl20; maintainers = [ maintainers.marsam ]; }; }