python310Packages.connexion 2.14.2 -> 3.0.5 https://repology.org/project/python:connexion/versions attrpath: python310Packages.connexion 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] Going to be running update for following packages: - python3.10-connexion-2.14.2 Press Enter key to continue... Running update for: - python3.10-connexion-2.14.2: UPDATING ... - python3.10-connexion-2.14.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/connexion/default.nix b/pkgs/development/python-modules/connexion/default.nix index d4eb668d73ed..639134fc940e 100644 --- a/pkgs/development/python-modules/connexion/default.nix +++ b/pkgs/development/python-modules/connexion/default.nix @@ -23,7 +23,7 @@ buildPythonPackage rec { pname = "connexion"; - version = "2.14.2"; + version = "3.0.5"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -32,7 +32,7 @@ buildPythonPackage rec { owner = "spec-first"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-1v1xCHY3ZnZG/Vu9wN/it7rLKC/StoDefoMNs+hMjIs="; + hash = "sha256-VaHdUxZ72JCm9zFMSEg3EW1uwfn+IIYy3yrtW9qC6rA="; }; propagatedBuildInputs = [ No auto update branch exists Old version 2.14.2" not present in staging derivation file with contents: { lib , fetchFromGitHub , buildPythonPackage , pythonOlder # build-system , poetry-core # dependencies , asgiref , httpx , inflection , jsonschema , jinja2 , python-multipart , pyyaml , requests , starlette , typing-extensions , werkzeug # optional-dependencies , a2wsgi , flask , swagger-ui-bundle , uvicorn # tests , pytest-aiohttp , pytestCheckHook , testfixtures }: buildPythonPackage rec { pname = "connexion"; version = "3.0.5"; pyproject = true; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "spec-first"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-VaHdUxZ72JCm9zFMSEg3EW1uwfn+IIYy3yrtW9qC6rA="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ asgiref httpx inflection jsonschema jinja2 python-multipart pyyaml requests starlette typing-extensions werkzeug ]; passthru.optional-dependencies = { flask = [ a2wsgi flask ]; swagger-ui = [ swagger-ui-bundle ]; uvicorn = [ uvicorn ]; }; nativeCheckInputs = [ pytest-aiohttp pytestCheckHook testfixtures ] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies); pythonImportsCheck = [ "connexion" ]; disabledTests = [ # AssertionError "test_headers" ]; meta = with lib; { description = "Swagger/OpenAPI First framework on top of Flask"; homepage = "https://github.com/spec-first/connexion"; changelog = "https://github.com/spec-first/connexion/releases/tag/${version}"; license = licenses.asl20; maintainers = with maintainers; [ elohmeier ]; }; }