python311Packages.openapi-spec-validator: 0.6.0 -> 0.7.1
Diff: https://github.com/python-openapi/openapi-spec-validator/compare/refs/tags/0.6.0...0.7.1 Changelog: https://github.com/python-openapi/openapi-spec-validator/releases/tag/0.7.0 https://github.com/python-openapi/openapi-spec-validator/releases/tag/0.7.1
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
# propagates
|
||||
, importlib-resources
|
||||
, jsonschema
|
||||
, jsonschema-spec
|
||||
, jsonschema-path
|
||||
, lazy-object-proxy
|
||||
, openapi-schema-validator
|
||||
|
||||
@@ -19,17 +19,17 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "openapi-spec-validator";
|
||||
version = "0.6.0";
|
||||
format = "pyproject";
|
||||
version = "0.7.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
# no tests via pypi sdist
|
||||
src = fetchFromGitHub {
|
||||
owner = "p1c2u";
|
||||
owner = "python-openapi";
|
||||
repo = "openapi-spec-validator";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-sGr4dH6Twyi4OeCAXZiboN75dYZ6wJ0pWMzV9zOfee0=";
|
||||
hash = "sha256-X0ePdHQeBSWjsCFQgCoNloQZRhKbvPBE43aavBppvmg=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -42,7 +42,7 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
jsonschema
|
||||
jsonschema-spec
|
||||
jsonschema-path
|
||||
lazy-object-proxy
|
||||
openapi-schema-validator
|
||||
] ++ lib.optionals (pythonOlder "3.9") [
|
||||
|
||||
Reference in New Issue
Block a user