diff --git a/openapi-schema-validator-0.6.2-gh.tar.gz b/openapi-schema-validator-0.6.2-gh.tar.gz deleted file mode 100644 index 0bd0097..0000000 --- a/openapi-schema-validator-0.6.2-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db0215a89bc1f65d69b2e122142a122feb868339748fc12c72be72292f432638 -size 53393 diff --git a/openapi_schema_validator-0.6.3.tar.gz b/openapi_schema_validator-0.6.3.tar.gz new file mode 100644 index 0000000..173687f --- /dev/null +++ b/openapi_schema_validator-0.6.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f37bace4fc2a5d96692f4f8b31dc0f8d7400fd04f3a937798eaf880d425de6ee +size 11550 diff --git a/python-openapi-schema-validator.changes b/python-openapi-schema-validator.changes index b2daeee..913830b 100644 --- a/python-openapi-schema-validator.changes +++ b/python-openapi-schema-validator.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Oct 1 14:41:06 UTC 2025 - Jordi Massaguer + +- Update to 0.6.3 + * Remove jsonschema-specifications version limit #149 + * References docs example fix #178 + ------------------------------------------------------------------- Thu Nov 9 10:28:51 UTC 2023 - ecsos diff --git a/python-openapi-schema-validator.spec b/python-openapi-schema-validator.spec index aa5fa8b..48c01a5 100644 --- a/python-openapi-schema-validator.spec +++ b/python-openapi-schema-validator.spec @@ -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