14
0
forked from pool/python-schema

Accepting request 688838 from home:pgajdos

- 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

OBS-URL: https://build.opensuse.org/request/show/688838
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-schema?expand=0&rev=5
This commit is contained in:
2019-03-26 18:54:18 +00:00
committed by Git OBS Bridge
parent 760569c0e6
commit fccf539bec
4 changed files with 18 additions and 10 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
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>