17
0

Accepting request 717909 from devel:languages:python

- Update to 0.11.0:
  * End of Python 3.4 support (#136)
  * Add support for one-of with any type (#133)
  * Modify FlaskOpenAPIRequest to accommodate path variables (#141)
  * Primitive types unmarshallers (#138)
  * attr errors hashable fix (#143)
  * Parameters on path item object support (#144)

OBS-URL: https://build.opensuse.org/request/show/717909
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openapi-core?expand=0&rev=3
This commit is contained in:
2019-07-23 20:40:55 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 5 deletions

View File

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

3
0.11.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jul 23 13:45:01 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.11.0:
* End of Python 3.4 support (#136)
* Add support for one-of with any type (#133)
* Modify FlaskOpenAPIRequest to accommodate path variables (#141)
* Primitive types unmarshallers (#138)
* attr errors hashable fix (#143)
* Parameters on path item object support (#144)
-------------------------------------------------------------------
Mon Jun 3 11:20:00 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -17,9 +17,8 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
# remove with update to > 0.5.0; atm it is not working on py2 at all
Name: python-openapi-core
Version: 0.10.0
Version: 0.11.0
Release: 0
Summary: Adds client-side and server-side support for the oas3
License: BSD-3-Clause