forked from pool/python-schema
- Update to 0.7.3 * JSON Schema: Support schemas where the root is not a dict. * Do not drop previous errors within an Or criterion. - Update to 0.7.2 * Set the contextlib dependency as a minimum, rather than fixed. OBS-URL: https://build.opensuse.org/request/show/833458 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-schema?expand=0&rev=9
46 lines
1.6 KiB
Plaintext
46 lines
1.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Sep 10 12:17:04 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
|
|
|
- Update to 0.7.3
|
|
* JSON Schema: Support schemas where the root is not a dict.
|
|
* Do not drop previous errors within an Or criterion.
|
|
|
|
- Update to 0.7.2
|
|
* Set the contextlib dependency as a minimum, rather than fixed.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 26 12:29:02 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- update to 0.7.1
|
|
* JSON Schema: Fix allOf and oneOf with only one condition
|
|
* JSON Schema: Fix using falsy values as default
|
|
* Add 3.7 to "schema is tested with..." list
|
|
* JSON schema now rendering using references
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 26 16:29:04 UTC 2019 - pgajdos@suse.com
|
|
|
|
- version update to 0.7.0
|
|
* Add an is_valid method to the schema
|
|
* Fix typo in schema.py: vaidated->validated
|
|
* Fix callable check under PyPy2
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 12:54:17 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 15 18:39:20 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
- Update to 0.6.7
|
|
* Implement Const validator to keep data unchanged
|
|
* Implement Forbidden.
|
|
* added __hash__ and __eq__ based on sub-schema to Optional
|
|
- Use license tag
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 20 16:18:26 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
- initial version
|