From 88a8165f261cc3b510794fdf7d2b79d1756b83c8a6d5cca0420520a8a9f5b537 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 10 Nov 2022 10:46:31 +0000 Subject: [PATCH] Accepting request 1034881 from home:yarunachalam:branches:devel:languages:python - Update to v0.3.4 * OASValidator 3.0 read write pass with evolve #52 OBS-URL: https://build.opensuse.org/request/show/1034881 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openapi-schema-validator?expand=0&rev=7 --- 0.3.3.tar.gz | 3 --- 0.3.4.tar.gz | 3 +++ python-openapi-schema-validator.changes | 6 ++++++ python-openapi-schema-validator.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 0.3.3.tar.gz create mode 100644 0.3.4.tar.gz diff --git a/0.3.3.tar.gz b/0.3.3.tar.gz deleted file mode 100644 index 1990664..0000000 --- a/0.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1ebe229341a8727ccc4ae282de63401869736f2f58cb66c841a27a48b92cff2 -size 16389 diff --git a/0.3.4.tar.gz b/0.3.4.tar.gz new file mode 100644 index 0000000..cf9a204 --- /dev/null +++ b/0.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa9246b398cd99f87fef86da115337f443e96b890997249c307e717dccf34eb5 +size 16593 diff --git a/python-openapi-schema-validator.changes b/python-openapi-schema-validator.changes index 80517f8..7dd7996 100644 --- a/python-openapi-schema-validator.changes +++ b/python-openapi-schema-validator.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 9 16:16:04 UTC 2022 - Yogalakshmi Arunachalam + +- Update to v0.3.4 + * OASValidator 3.0 read write pass with evolve #52 + ------------------------------------------------------------------- Mon Sep 5 03:08:04 UTC 2022 - John Vandenberg diff --git a/python-openapi-schema-validator.spec b/python-openapi-schema-validator.spec index 2330e00..c2f0e58 100644 --- a/python-openapi-schema-validator.spec +++ b/python-openapi-schema-validator.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-openapi-schema-validator -Version: 0.3.3 +Version: 0.3.4 Release: 0 Summary: OpenAPI schema validator for Python License: BSD-3-Clause