python311Packages.pytest-order 0 -> 1 attrpath: python311Packages.pytest-order 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/wkzv624cdsakhlmhnxa0cdmcw7zmdqw8-packages.json.drv building '/nix/store/wkzv624cdsakhlmhnxa0cdmcw7zmdqw8-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-order-1.2.0 Press Enter key to continue... Running update for: - python3.11-pytest-order-1.2.0: UPDATING ... - python3.11-pytest-order-1.2.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-order/default.nix b/pkgs/development/python-modules/pytest-order/default.nix index 389ce90eddce..25ab7b2675ca 100644 --- a/pkgs/development/python-modules/pytest-order/default.nix +++ b/pkgs/development/python-modules/pytest-order/default.nix @@ -10,12 +10,12 @@ buildPythonPackage rec { pname = "pytest-order"; - version = "1.2.0"; + version = "1.2.1"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-lE+GttRBqnsdqA+AHGq2W4S766Ry0KehLrQ7omZQEBo="; + hash = "sha256-RFG9iCG6T6IQlFWi/MiCr2DvjlPgnSRNZ2dL4I9W6sM="; }; buildInputs = [ pytest ]; No auto update branch exists Old version 1.2.0" not present in staging derivation file with contents: { buildPythonPackage , fetchPypi , lib , pytest , pytest-xdist , pytest-dependency , pytest-mock , pytestCheckHook }: buildPythonPackage rec { pname = "pytest-order"; version = "1.2.1"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-RFG9iCG6T6IQlFWi/MiCr2DvjlPgnSRNZ2dL4I9W6sM="; }; buildInputs = [ pytest ]; nativeCheckInputs = [ pytestCheckHook pytest-xdist pytest-dependency pytest-mock ]; strictDeps = true; meta = with lib; { description = "Pytest plugin that allows you to customize the order in which your tests are run"; homepage = "https://github.com/pytest-dev/pytest-order"; license = licenses.mit; maintainers = with maintainers; [ jacg Luflosi ]; }; }