python3Packages.openapi-schema-validator: 0.6.2 -> 0.6.3
https://github.com/python-openapi/openapi-schema-validator/releases/tag/0.6.3
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "openapi-schema-validator";
|
||||
version = "0.6.2";
|
||||
version = "0.6.3";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||
owner = "p1c2u";
|
||||
repo = pname;
|
||||
tag = version;
|
||||
hash = "sha256-CfSlF6DWkYxxVNTNBkr0+KVeKpqxEEqkz4VBenqo+l0=";
|
||||
hash = "sha256-1Y049W4TbqvKZRwnvPVwyLq6CH6NQDrEfJknuMn8dGo=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -54,7 +54,7 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "openapi_schema_validator" ];
|
||||
|
||||
meta = with lib; {
|
||||
changelog = "https://github.com/python-openapi/openapi-schema-validator/releases/tag/${version}";
|
||||
changelog = "https://github.com/python-openapi/openapi-schema-validator/releases/tag/${src.tag}";
|
||||
description = "Validates OpenAPI schema against the OpenAPI Schema Specification v3.0";
|
||||
homepage = "https://github.com/python-openapi/openapi-schema-validator";
|
||||
license = licenses.bsd3;
|
||||
|
||||
Reference in New Issue
Block a user