python310Packages.pytest-regressions 0 -> 1 attrpath: python310Packages.pytest-regressions 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/jnz643vsji3v1chibda3rw20na8wydvn-packages.json.drv building '/nix/store/jnz643vsji3v1chibda3rw20na8wydvn-packages.json.drv'... Going to be running update for following packages: - python3.10-pytest-regressions-2.4.1 Press Enter key to continue... Running update for: - python3.10-pytest-regressions-2.4.1: UPDATING ... - python3.10-pytest-regressions-2.4.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-regressions/default.nix b/pkgs/development/python-modules/pytest-regressions/default.nix index 73337221c23..a4f33995a1f 100644 --- a/pkgs/development/python-modules/pytest-regressions/default.nix +++ b/pkgs/development/python-modules/pytest-regressions/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "pytest-regressions"; - version = "2.4.1"; + version = "2.4.2"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - sha256 = "sha256-Jk0j6BMt7rV0Qc9Ga3tdtEV5fzRucrZyyVt/UqR78Bs="; + sha256 = "sha256-6riee6SqM5vf4HsxBH6OanCx54RudKi7/DGliNAecwM="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; No auto update branch exists Old version 2.4.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pythonOlder , matplotlib , numpy , pandas , pillow , pytest , pytest-datadir , pytestCheckHook , pyyaml , setuptools-scm }: buildPythonPackage rec { pname = "pytest-regressions"; version = "2.4.2"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; hash = "sha256-6riee6SqM5vf4HsxBH6OanCx54RudKi7/DGliNAecwM="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; nativeBuildInputs = [ setuptools-scm ]; buildInputs = [ pytest ]; propagatedBuildInputs = [ numpy pandas pillow pytest-datadir pyyaml ]; nativeCheckInputs = [ pytestCheckHook matplotlib ]; pythonImportsCheck = [ "pytest_regressions" "pytest_regressions.plugin" ]; meta = with lib; { description = "Pytest fixtures to write regression tests"; longDescription = '' pytest-regressions makes it simple to test general data, images, files, and numeric tables by saving expected data in a data directory (courtesy of pytest-datadir) that can be used to verify that future runs produce the same data. ''; homepage = "https://github.com/ESSS/pytest-regressions"; license = licenses.mit; maintainers = with maintainers; [ AluisioASG ]; }; }