python310Packages.typeguard 0 -> 1 attrpath: python310Packages.typeguard 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/zv3pzb7fcbq7l0is4if8z2fb28y37ij6-packages.json.drv building '/nix/store/zv3pzb7fcbq7l0is4if8z2fb28y37ij6-packages.json.drv'... Going to be running update for following packages: - python3.10-typeguard-2.13.3 Press Enter key to continue... Running update for: - python3.10-typeguard-2.13.3: UPDATING ... - python3.10-typeguard-2.13.3: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/typeguard/default.nix b/pkgs/development/python-modules/typeguard/default.nix index c2a6171e1b81..ed8581a0d4a3 100644 --- a/pkgs/development/python-modules/typeguard/default.nix +++ b/pkgs/development/python-modules/typeguard/default.nix @@ -13,13 +13,13 @@ buildPythonPackage rec { pname = "typeguard"; - version = "2.13.3"; + version = "4.1.5"; disabled = pythonOlder "3.5"; outputs = [ "out" "doc" ]; src = fetchPypi { inherit pname version; - sha256 = "00edaa8da3a133674796cf5ea87d9f4b4c367d77476e185e80251cc13dfbb8c4"; + sha256 = "sha256-6goRO7wRG8/8kHieuyFWJcljQR9wlqfpBi1ORjDBVf0="; }; nativeBuildInputs = [ No auto update branch exists Old version 2.13.3" not present in staging derivation file with contents: { buildPythonPackage , fetchPypi , pythonOlder , lib , setuptools , setuptools-scm , pytestCheckHook , typing-extensions , sphinxHook , sphinx-autodoc-typehints , sphinx-rtd-theme , glibcLocales }: buildPythonPackage rec { pname = "typeguard"; version = "4.1.5"; format = "pyproject"; disabled = pythonOlder "3.5"; src = fetchPypi { inherit pname version; hash = "sha256-6goRO7wRG8/8kHieuyFWJcljQR9wlqfpBi1ORjDBVf0="; }; outputs = [ "out" "doc" ]; nativeBuildInputs = [ glibcLocales setuptools setuptools-scm sphinxHook sphinx-autodoc-typehints sphinx-rtd-theme ]; propagatedBuildInputs = [ typing-extensions ]; env.LC_ALL = "en_US.utf-8"; nativeCheckInputs = [ pytestCheckHook ]; disabledTestPaths = [ # mypy tests aren't passing with latest mypy "tests/mypy" ]; disabledTests = [ # not compatible with python3.10 "test_typed_dict" ]; meta = with lib; { description = "This library provides run-time type checking for functions defined with argument type annotations"; homepage = "https://github.com/agronholm/typeguard"; license = licenses.mit; maintainers = with maintainers; [ ]; }; }