14
0

Accepting request 731508 from home:jayvdb:jsonschema

Try to upgrade again -- see issue mentioned ... poetry needs this.

- Activate more of the test suite
- Remove tests and benchmarking from the runtime package
- Update to v3.0.2

OBS-URL: https://build.opensuse.org/request/show/731508
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=42
This commit is contained in:
Tomáš Chvátal
2019-09-20 12:03:14 +00:00
committed by Git OBS Bridge
parent 569bddbef8
commit d13e73b0c0
4 changed files with 47 additions and 13 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Sep 17 05:31:26 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Activate more of the test suite
- Remove tests and benchmarking from the runtime package
- Update to v3.0.2
* Fixed a bug where 0 and False were considered equal by
const and enum
- from v3.0.1
* Fixed a bug where extending validators did not preserve their
notion of which validator property contains $id information.
- from v3.0.0
* Support for Draft 6 and Draft 7
* Draft 7 is now the default
* New TypeChecker object for more complex type definitions
(and overrides)
* Falling back to isodate for the date-time format checker is
no longer attempted, in accordance with the specification
-------------------------------------------------------------------
Tue Apr 16 16:17:12 UTC 2019 - Matej Cepl <mcepl@suse.com>