python310Packages.pytest-mypy-plugins 0 -> 1 attrpath: python310Packages.pytest-mypy-plugins 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/5gghr46v2ay0rkikqmvyk8c8fljiir2m-packages.json.drv building '/nix/store/5gghr46v2ay0rkikqmvyk8c8fljiir2m-packages.json.drv'... Going to be running update for following packages: - python3.10-pytest-mypy-plugins-1.11.1 Press Enter key to continue... Running update for: - python3.10-pytest-mypy-plugins-1.11.1: UPDATING ... - python3.10-pytest-mypy-plugins-1.11.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-mypy-plugins/default.nix b/pkgs/development/python-modules/pytest-mypy-plugins/default.nix index 4c041ce40c89..9971974981f2 100644 --- a/pkgs/development/python-modules/pytest-mypy-plugins/default.nix +++ b/pkgs/development/python-modules/pytest-mypy-plugins/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "pytest-mypy-plugins"; - version = "1.11.1"; + version = "3.0.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "typeddjango"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-UlNjqloAl0Qmy3EQ73e+KmsHeJN3eBkkBJxCehpOs48="; + hash = "sha256-kIA2tVOsKsav4tRqZiWCMcRgbRnxAEo7SpmxC2pt9B0="; }; buildInputs = [ No auto update branch exists Old version 1.11.1" not present in staging derivation file with contents: { lib , buildPythonPackage , decorator , fetchFromGitHub , jinja2 , jsonschema , mypy , packaging , pytest , pytestCheckHook , pythonOlder , pyyaml , regex , tomlkit }: buildPythonPackage rec { pname = "pytest-mypy-plugins"; version = "3.0.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "typeddjango"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-kIA2tVOsKsav4tRqZiWCMcRgbRnxAEo7SpmxC2pt9B0="; }; buildInputs = [ pytest ]; propagatedBuildInputs = [ decorator jinja2 jsonschema mypy packaging pyyaml regex tomlkit ]; pythonImportsCheck = [ "pytest_mypy_plugins" ]; nativeCheckInputs = [ mypy pytestCheckHook ]; preCheck = '' export PATH="$PATH:$out/bin"; ''; disabledTestPaths = [ "pytest_mypy_plugins/tests/test_explicit_configs.py" ]; meta = with lib; { description = "Pytest plugin for testing mypy types, stubs, and plugins"; homepage = "https://github.com/TypedDjango/pytest-mypy-plugins"; changelog = "https://github.com/typeddjango/pytest-mypy-plugins/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ SomeoneSerge ]; }; }