17
0

Accepting request 1324576 from devel:languages:python

- update to 0.22.0:
  * Typed style deserializers (casting is part of style
    deserializing) #1075
  * Urlencoded deserializer schema matching type coercion #1077
  * BooleanCaster consistent boolean values fix #1076
  * Error with multiple schemas in urlencoded request body #1077
- update to 0.21.0:
  * Cache compiled path parsers #1063
  * Path tilda special character support #1071
  * Path parser refactor #1071
- update to 0.20.0:
  * Python 3.13 support #994
  * Python 3.14 support #1045
  * Support aioitertools 0.13 #1039
  * Allow FastAPI 0.120 and Starlette 0.49 #1027
  * Accomodate type changes in werkzeug 3.1.4, resolve
    CVE-2025-66221 #1041

OBS-URL: https://build.opensuse.org/request/show/1324576
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openapi-core?expand=0&rev=23
This commit is contained in:
2025-12-28 18:20:32 +00:00
committed by Git OBS Bridge
4 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7a2d551e5eb130581e29b6d78930bd3dc92343b8dc7ca96965a58b5c0f032e33
size 194093

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3e4311f6be47a7fb4128c6ef63c2680fc210fd02c457d71c4e3200359205a7b9
size 215171

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sun Dec 28 15:11:21 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.22.0:
* Typed style deserializers (casting is part of style
deserializing) #1075
* Urlencoded deserializer schema matching type coercion #1077
* BooleanCaster consistent boolean values fix #1076
* Error with multiple schemas in urlencoded request body #1077
- update to 0.21.0:
* Cache compiled path parsers #1063
* Path tilda special character support #1071
* Path parser refactor #1071
- update to 0.20.0:
* Python 3.13 support #994
* Python 3.14 support #1045
* Support aioitertools 0.13 #1039
* Allow FastAPI 0.120 and Starlette 0.49 #1027
* Accomodate type changes in werkzeug 3.1.4, resolve
CVE-2025-66221 #1041
-------------------------------------------------------------------
Mon Nov 24 13:30:55 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -22,7 +22,7 @@
%endif
Name: python-openapi-core
Version: 0.19.5
Version: 0.22.0
Release: 0
Summary: Client- and server-side support for the OpenAPI Specification v3
License: BSD-3-Clause