python3Packages.openapi-spec-validator: 0.7.1 -> 0.7.2

https://github.com/p1c2u/openapi-spec-validator/releases/tag/0.7.2

This commit was automatically generated using update-python-libraries.

Changed files
+3 -3
pkgs
development
python-modules
openapi-spec-validator
+3 -3
pkgs/development/python-modules/openapi-spec-validator/default.nix
···
buildPythonPackage rec {
pname = "openapi-spec-validator";
-
version = "0.7.1";
pyproject = true;
disabled = pythonOlder "3.8";
···
owner = "python-openapi";
repo = "openapi-spec-validator";
tag = version;
-
hash = "sha256-X0ePdHQeBSWjsCFQgCoNloQZRhKbvPBE43aavBppvmg=";
};
nativeBuildInputs = [ poetry-core ];
···
];
meta = with lib; {
-
changelog = "https://github.com/p1c2u/openapi-spec-validator/releases/tag/${version}";
description = "Validates OpenAPI Specs against the OpenAPI 2.0 (aka Swagger) and OpenAPI 3.0.0 specification";
mainProgram = "openapi-spec-validator";
homepage = "https://github.com/p1c2u/openapi-spec-validator";
···
buildPythonPackage rec {
pname = "openapi-spec-validator";
+
version = "0.7.2";
pyproject = true;
disabled = pythonOlder "3.8";
···
owner = "python-openapi";
repo = "openapi-spec-validator";
tag = version;
+
hash = "sha256-APEx7+vc824DLmdzLvhfFVrcjPxVwwUwxkh19gjXEvc=";
};
nativeBuildInputs = [ poetry-core ];
···
];
meta = with lib; {
+
changelog = "https://github.com/p1c2u/openapi-spec-validator/releases/tag/${src.tag}";
description = "Validates OpenAPI Specs against the OpenAPI 2.0 (aka Swagger) and OpenAPI 3.0.0 specification";
mainProgram = "openapi-spec-validator";
homepage = "https://github.com/p1c2u/openapi-spec-validator";