python312Packages.pytest-metadata 3.0.0 -> 3.1.1 https://repology.org/project/python:pytest-metadata/versions attrpath: python312Packages.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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m68r8j88621x7pm1plxiq64lvwfsxilr-packages.json.drv building '/nix/store/m68r8j88621x7pm1plxiq64lvwfsxilr-packages.json.drv'... Going to be running update for following packages: - python3.12-pytest-metadata-3.0.0 Press Enter key to continue... Running update for: - python3.12-pytest-metadata-3.0.0: UPDATING ... - python3.12-pytest-metadata-3.0.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-metadata/default.nix b/pkgs/development/python-modules/pytest-metadata/default.nix index 7b4a285e3552..d4eb108053b1 100644 --- a/pkgs/development/python-modules/pytest-metadata/default.nix +++ b/pkgs/development/python-modules/pytest-metadata/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "pytest-metadata"; - version = "3.0.0"; + version = "3.1.1"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "pytest_metadata"; inherit version; - hash = "sha256-dpqcZdKIS9WDvGJrCs53rRXb4C3ZGpEG1H/UbZwlaco="; + hash = "sha256-0qKbA1X7wD8WiqltQf+IsaO0SjsCrL5JGAHJigSAF8g="; }; nativeBuildInputs = [ No auto update branch exists Old version 3.0.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , hatch-vcs , hatchling , pytest , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "pytest-metadata"; version = "3.1.1"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { pname = "pytest_metadata"; inherit version; hash = "sha256-0qKbA1X7wD8WiqltQf+IsaO0SjsCrL5JGAHJigSAF8g="; }; nativeBuildInputs = [ hatchling hatch-vcs ]; buildInputs = [ pytest ]; nativeCheckInputs = [ 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 ]; }; }