python312Packages.starlette 0.32.0.post1 -> 0.37.0 https://repology.org/project/python:starlette/versions attrpath: python312Packages.starlette 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/j7hysj083qyjn5s65kl4r4z5hwk5frww-packages.json.drv building '/nix/store/j7hysj083qyjn5s65kl4r4z5hwk5frww-packages.json.drv'... Going to be running update for following packages: - python3.12-starlette-0.32.0.post1 Press Enter key to continue... Running update for: - python3.12-starlette-0.32.0.post1: UPDATING ... - python3.12-starlette-0.32.0.post1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/starlette/default.nix b/pkgs/development/python-modules/starlette/default.nix index 137bd59c703c..5c89fb4619b3 100644 --- a/pkgs/development/python-modules/starlette/default.nix +++ b/pkgs/development/python-modules/starlette/default.nix @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "starlette"; - version = "0.32.0.post1"; + version = "0.37.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -31,7 +31,7 @@ buildPythonPackage rec { owner = "encode"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-1twyN3fSlxwfDtyqaFFuCAVehLZ8vCV4voCT7CVSEbk="; + hash = "sha256-Tr+0fVtDm6GR7NDDgo1Qjx28dBrdQw0sSISx+vFN+/I="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.32.0.post1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub # build-system , hatchling # dependencies , anyio , typing-extensions # optional dependencies , itsdangerous , jinja2 , python-multipart , pyyaml , httpx # tests , pytestCheckHook , pythonOlder , trio # reverse dependencies , fastapi }: buildPythonPackage rec { pname = "starlette"; version = "0.35.1"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "encode"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-ynT1KowVJ1QdKLSOXYWVe5Q/PrYEWQDUbj395ebfk6Y="; }; nativeBuildInputs = [ hatchling ]; propagatedBuildInputs = [ anyio ] ++ lib.optionals (pythonOlder "3.10") [ typing-extensions ]; passthru.optional-dependencies.full = [ itsdangerous jinja2 python-multipart pyyaml httpx ]; nativeCheckInputs = [ pytestCheckHook trio typing-extensions ] ++ lib.flatten (lib.attrValues passthru.optional-dependencies); pytestFlagsArray = [ "-W" "ignore::DeprecationWarning" "-W" "ignore::trio.TrioDeprecationWarning" ]; pythonImportsCheck = [ "starlette" ]; passthru.tests = { inherit fastapi; }; meta = with lib; { changelog = "https://github.com/encode/starlette/releases/tag/${version}"; downloadPage = "https://github.com/encode/starlette"; homepage = "https://www.starlette.io/"; description = "The little ASGI framework that shines"; license = licenses.bsd3; maintainers = with maintainers; [ wd15 ]; }; }