17
0
Files
python-openapi-core/python-openapi-core.changes
Markéta Machová 70b6c957ae Accepting request 912422 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to version 0.14.2
  * Non required request body fix (#325)
  * Parameter simple scenarion for any schema type fix (#323)
- Release notes for 0.14.0
  Changes:
  * Spec replaced with SpecPath (#318)
  Backward incompatibilities:
  * create_spec shortcut returns SpecPath instead of Spec
  * removed Spec-related schema package
  * schema-related exceptions moved to top level exceptions module
  * readOnly/writeOnly invalid properties raise error (before were
    ommitted)
  * MediaTypeDeserializersFactory.create expects mimetype string
    instead of media_type
  * MediaTypeFinder.find returns media_type, mimetype tuple instead
    of just media_type
- Changelog between 0.13.3 and 0.14.0:
  https://github.com/p1c2u/openapi-core/releases
- Edit out mock test requirement for Python 3

OBS-URL: https://build.opensuse.org/request/show/912422
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openapi-core?expand=0&rev=22
2021-08-17 12:47:07 +00:00

88 lines
3.1 KiB
Plaintext

-------------------------------------------------------------------
Mon Aug 16 13:17:44 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to version 0.14.2
* Non required request body fix (#325)
* Parameter simple scenarion for any schema type fix (#323)
- Release notes for 0.14.0
Changes:
* Spec replaced with SpecPath (#318)
Backward incompatibilities:
* create_spec shortcut returns SpecPath instead of Spec
* removed Spec-related schema package
* schema-related exceptions moved to top level exceptions module
* readOnly/writeOnly invalid properties raise error (before were
ommitted)
* MediaTypeDeserializersFactory.create expects mimetype string
instead of media_type
* MediaTypeFinder.find returns media_type, mimetype tuple instead
of just media_type
- Changelog between 0.13.3 and 0.14.0:
https://github.com/p1c2u/openapi-core/releases
- Edit out mock test requirement for Python 3
-------------------------------------------------------------------
Tue May 5 12:21:53 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Skip one test so we can use pytest5
-------------------------------------------------------------------
Fri Mar 27 14:07:28 UTC 2020 - pgajdos@suse.com
- version update to 0.13.3
* lot of changes, see
https://github.com/p1c2u/openapi-core/releases
-------------------------------------------------------------------
Fri Jan 10 14:50:55 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Properly conditionalize the python2 drop so it lets us backport
the packages
-------------------------------------------------------------------
Thu Jan 9 18:01:55 UTC 2020 - Todd R <toddrme2178@gmail.com>
- Drop python2 subpackage due to dropping backports dependencies.
-------------------------------------------------------------------
Thu Sep 26 14:02:50 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.12.0:
* OAS validation with JSONSchema (#157)
-------------------------------------------------------------------
Wed Sep 11 08:40:59 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.11.1:
* Path item parameter override (#145)
* Separate cast and unmarshal (#156)
-------------------------------------------------------------------
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>
- Update to 0.10.0:
* Various tests and support updates
- Update requirements to match up upstream
-------------------------------------------------------------------
Wed Aug 8 14:45:32 UTC 2018 - tchvatal@suse.com
- Switch to github tarball to get tests
- Run the tests
-------------------------------------------------------------------
Mon Jul 30 21:05:25 UTC 2018 - sean.marlow@suse.com
- Initial release v0.5.0