python310Packages.pytest-metadata 0 -> 1 attrpath: python310Packages.pytest-metadata 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/3s6vw4yf76h9bbs2g6wq62f1j5alihkj-packages.json.drv building '/nix/store/3s6vw4yf76h9bbs2g6wq62f1j5alihkj-packages.json.drv'... Going to be running update for following packages: - python3.10-pytest-metadata-2.0.2 Press Enter key to continue... Running update for: - python3.10-pytest-metadata-2.0.2: UPDATING ... - python3.10-pytest-metadata-2.0.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-metadata/default.nix b/pkgs/development/python-modules/pytest-metadata/default.nix index 321aacb5c70..8006462bd37 100644 --- a/pkgs/development/python-modules/pytest-metadata/default.nix +++ b/pkgs/development/python-modules/pytest-metadata/default.nix @@ -8,13 +8,13 @@ buildPythonPackage rec { pname = "pytest-metadata"; - version = "2.0.2"; + version = "2.0.4"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - sha256 = "sha256-/NL0FvFb4pWUNSezyLoWpErlpxQZOckMPcXOnRZ88qU="; + sha256 = "sha256-/MZT9l/jA1tHiCC1KE+/D1KANiLuP2Ci+u16fTuh9B4="; }; nativeBuildInputs = [ setuptools-scm ]; No auto update branch exists Old version 2.0.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , poetry-core , pytest , pytestCheckHook , pythonOlder , setuptools-scm }: buildPythonPackage rec { pname = "pytest-metadata"; version = "2.0.4"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { pname = "pytest_metadata"; inherit version; hash = "sha256-/MZT9l/jA1tHiCC1KE+/D1KANiLuP2Ci+u16fTuh9B4="; }; nativeBuildInputs = [ poetry-core setuptools-scm ]; buildInputs = [ pytest ]; checkInputs = [ pytestCheckHook ]; meta = with lib; { description = "Plugin for accessing test session metadata"; homepage = "https://github.com/pytest-dev/pytest-metadata"; license = licenses.mpl20; maintainers = with maintainers; [ mpoquet ]; }; }