python312Packages.openapi-core 0.18.2 -> 0.19.0 https://github.com/p1c2u/openapi-core/releases attrpath: python312Packages.openapi-core 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/yyx3fm6sl22rw0is9klir030gcad3sli-packages.json.drv building '/nix/store/yyx3fm6sl22rw0is9klir030gcad3sli-packages.json.drv'... Going to be running update for following packages: - python3.12-openapi-core-0.18.2 Press Enter key to continue... Running update for: - python3.12-openapi-core-0.18.2: UPDATING ... - python3.12-openapi-core-0.18.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/openapi-core/default.nix b/pkgs/development/python-modules/openapi-core/default.nix index a6ddc2f5a61c..75f32533bae6 100644 --- a/pkgs/development/python-modules/openapi-core/default.nix +++ b/pkgs/development/python-modules/openapi-core/default.nix @@ -28,7 +28,7 @@ buildPythonPackage rec { pname = "openapi-core"; - version = "0.18.2"; + version = "0.19.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -37,7 +37,7 @@ buildPythonPackage rec { owner = "p1c2u"; repo = "openapi-core"; rev = "refs/tags/${version}"; - hash = "sha256-5sNI6ujqDQ5L4afVHYZkm2pKa8yATtHFo7MF3eFF8Ig="; + hash = "sha256-+YYcSNX717JjVHMk4Seb145iq9/rQZEVQn27Ulk1A3E="; }; postPatch = '' No auto update branch exists Old version 0.18.2" not present in staging derivation file with contents: { lib , aiohttp , aioitertools , asgiref , buildPythonPackage , django , falcon , fastapi , fetchFromGitHub , flask , httpx , isodate , jsonschema , jsonschema-spec , more-itertools , multidict , openapi-schema-validator , openapi-spec-validator , parse , poetry-core , pytest-aiohttp , pytestCheckHook , pytest_7 , pythonOlder , responses , requests , starlette , webob , werkzeug }: buildPythonPackage rec { pname = "openapi-core"; version = "0.19.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "p1c2u"; repo = "openapi-core"; rev = "refs/tags/${version}"; hash = "sha256-+YYcSNX717JjVHMk4Seb145iq9/rQZEVQn27Ulk1A3E="; }; postPatch = '' sed -i "/--cov/d" pyproject.toml ''; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ isodate more-itertools parse openapi-schema-validator openapi-spec-validator werkzeug jsonschema-spec asgiref jsonschema ]; passthru.optional-dependencies = { aiohttp = [ aiohttp multidict ]; django = [ django ]; falcon = [ falcon ]; fastapi = [ fastapi ]; flask = [ flask ]; requests = [ requests ]; starlette = [ aioitertools starlette ]; }; __darwinAllowLocalNetworking = true; nativeCheckInputs = [ httpx pytest-aiohttp (pytestCheckHook.override { pytest = pytest_7; }) responses webob ] ++ lib.flatten (lib.attrValues passthru.optional-dependencies); pytestFlagsArray = [ "-W" "ignore::DeprecationWarning" ]; disabledTestPaths = [ # Requires secrets and additional configuration "tests/integration/contrib/django/" ]; pythonImportsCheck = [ "openapi_core" "openapi_core.validation.request.validators" "openapi_core.validation.response.validators" ]; meta = with lib; { description = "Client-side and server-side support for the OpenAPI Specification v3"; homepage = "https://github.com/python-openapi/openapi-core"; license = licenses.bsd3; maintainers = with maintainers; [ dotlambda ]; }; }