17
0

Accepting request 1308590 from home:jordimassaguerpla:branch:systemsmanagement:Uyuni:AI

Update to 0.6.3

OBS-URL: https://build.opensuse.org/request/show/1308590
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openapi-schema-validator?expand=0&rev=23
This commit is contained in:
2025-10-02 11:58:42 +00:00
committed by Git OBS Bridge
parent 5e45a5e612
commit 4badac1943
4 changed files with 14 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-openapi-schema-validator
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-openapi-schema-validator
Version: 0.6.2
Version: 0.6.3
Release: 0
Summary: OpenAPI schema validator for Python
License: BSD-3-Clause
URL: https://github.com/p1c2u/openapi-schema-validator
Source: https://github.com/p1c2u/openapi-schema-validator/archive/%{version}.tar.gz#/openapi-schema-validator-%{version}-gh.tar.gz
Source: https://github.com/p1c2u/openapi-schema-validator/archive/%{version}.tar.gz#/openapi_schema_validator-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry-core >= 1.0.0}
@@ -49,7 +49,7 @@ is an extended subset of the JSON Schema Specification
Wright Draft 00.
%prep
%autosetup -p1 -n openapi-schema-validator-%{version}
%autosetup -p1 -n openapi_schema_validator-%{version}
sed -i 's:tool.pytest.ini_options:hide:' pyproject.toml
%build