17
0

Accepting request 1001166 from home:jayvdb:branches:devel:languages:python

- Update to v0.3.3

OBS-URL: https://build.opensuse.org/request/show/1001166
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openapi-schema-validator?expand=0&rev=5
This commit is contained in:
2022-09-05 06:55:43 +00:00
committed by Git OBS Bridge
parent 72c5421418
commit 407f2f9f52
4 changed files with 26 additions and 7 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-openapi-schema-validator
Version: 0.2.3
Version: 0.3.3
Release: 0
Summary: OpenAPI schema validator for Python
License: BSD-3-Clause
@@ -64,12 +64,11 @@ Wright Draft 00.
%check
sed -i 's:tool.pytest.ini_options:hide:' pyproject.toml
# no rfc3339-validator installed
sed -i 's:\(DATETIME_HAS_RFC3339_VALIDATOR.*\)True:\1False:' tests/integration/test_validators.py
%pytest
%pytest -k 'not test_string_format_datetime_rfc3339_validator'
%files %{python_files}
%doc README.rst
%license LICENSE
%{python_sitelib}/*
%{python_sitelib}/*openapi_schema_validator*/
%changelog