python311Packages.typing-extensions 4.7.1 -> 4.9.0 https://repology.org/project/python:typing-extensions/versions attrpath: python311Packages.typing-extensions 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/2287gikhvsfbynqhxjkii88svrm4435a-packages.json.drv building '/nix/store/2287gikhvsfbynqhxjkii88svrm4435a-packages.json.drv'... Going to be running update for following packages: - python3.11-typing-extensions-4.7.1 Press Enter key to continue... Running update for: - python3.11-typing-extensions-4.7.1: UPDATING ... - python3.11-typing-extensions-4.7.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/typing-extensions/default.nix b/pkgs/development/python-modules/typing-extensions/default.nix index 72302723c855..7e203db138dc 100644 --- a/pkgs/development/python-modules/typing-extensions/default.nix +++ b/pkgs/development/python-modules/typing-extensions/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "typing-extensions"; - version = "4.7.1"; + version = "4.9.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -16,7 +16,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "typing_extensions"; inherit version; - hash = "sha256-t13cJk8LpWFdt7ohfa65lwGtKVNTxF+elZYzN87u/7I="; + hash = "sha256-I0ePiMN/J9dqyK7myQUBehQ7CxuIbDyfZrwv2U+fV4M="; }; nativeBuildInputs = [ No auto update branch exists Old version 4.7.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , flit-core , pythonOlder }: buildPythonPackage rec { pname = "typing-extensions"; version = "4.8.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { pname = "typing_extensions"; inherit version; hash = "sha256-345DOenLdzV1WMvbzsozwwNxTPhh0e7xXhBwBVrot+8="; }; nativeBuildInputs = [ flit-core ]; # Tests are not part of PyPI releases. GitHub source can't be used # as it ends with an infinite recursion doCheck = false; pythonImportsCheck = [ "typing_extensions" ]; meta = with lib; { description = "Backported and Experimental Type Hints for Python"; changelog = "https://github.com/python/typing_extensions/blob/${version}/CHANGELOG.md"; homepage = "https://github.com/python/typing"; license = licenses.psfl; maintainers = with maintainers; [ pmiddend ]; }; }