17
0

Accepting request 965354 from home:pgajdos:python

- version update to 0.2.3
  * readOnly and writeOnly on jsonschema4 fix #41
  * Validate oneOf, anyOf and allOf with discriminator (cherry-pick from 0.3.x) #30
  * Revert "make jsonschema4 compatible (DeprecationWarning fix)" #34
  * Drop python 3.6 support (cherry-pick from 0.3.x and part 2) #35
  * Limit jsonschema dependency #36
  * switch to poetry #27
  * drop python 2.7 and 3.5 support #27 #28
  * make jsonschema4 compatible (DeprecationWarning fix) #25
  * Fix required in composition #16
  * Prevent Schema Mutation #26
  * Stop assigning a version to our Validator (#12)
  * Switch to a MIT-licensed dependency (#4)
  * Pypi license fix (#10)
  * jsonschema dependency fix
  * Permit uppercase characters in UUID (#8)
- python-mock is not required for build

OBS-URL: https://build.opensuse.org/request/show/965354
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openapi-schema-validator?expand=0&rev=3
This commit is contained in:
2022-03-28 15:12:41 +00:00
committed by Git OBS Bridge
parent a3ecaa8f51
commit 72c5421418
4 changed files with 33 additions and 9 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Mar 28 10:45:14 UTC 2022 - pgajdos@suse.com
- version update to 0.2.3
* readOnly and writeOnly on jsonschema4 fix #41
* Validate oneOf, anyOf and allOf with discriminator (cherry-pick from 0.3.x) #30
* Revert "make jsonschema4 compatible (DeprecationWarning fix)" #34
* Drop python 3.6 support (cherry-pick from 0.3.x and part 2) #35
* Limit jsonschema dependency #36
* switch to poetry #27
* drop python 2.7 and 3.5 support #27 #28
* make jsonschema4 compatible (DeprecationWarning fix) #25
* Fix required in composition #16
* Prevent Schema Mutation #26
* Stop assigning a version to our Validator (#12)
* Switch to a MIT-licensed dependency (#4)
* Pypi license fix (#10)
* jsonschema dependency fix
* Permit uppercase characters in UUID (#8)
- python-mock is not required for build
-------------------------------------------------------------------
Tue Mar 31 06:52:02 UTC 2020 - pgajdos@suse.com