python3Packages.openapi-spec-validator: 0.7.2 -> 0.8.4
Diff: https://github.com/python-openapi/openapi-spec-validator/compare/0.7.2...0.8.4 Changelog: https://github.com/p1c2u/openapi-spec-validator/releases/tag/0.8.4
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "openapi-spec-validator";
|
||||
version = "0.7.2";
|
||||
version = "0.8.4";
|
||||
pyproject = true;
|
||||
|
||||
# no tests via pypi sdist
|
||||
@@ -27,12 +27,16 @@ buildPythonPackage rec {
|
||||
owner = "python-openapi";
|
||||
repo = "openapi-spec-validator";
|
||||
tag = version;
|
||||
hash = "sha256-APEx7+vc824DLmdzLvhfFVrcjPxVwwUwxkh19gjXEvc=";
|
||||
hash = "sha256-KY9mDnF/R2UO8WZ0WyBzpZQsVBxzxnTK6zyqvUb+hVw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ poetry-core ];
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pythonRelaxDeps = [
|
||||
"jsonschema"
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
jsonschema
|
||||
jsonschema-path
|
||||
lazy-object-proxy
|
||||
|
||||
Reference in New Issue
Block a user