Changelog for
python39-jsonschema-3.2.0-1.42.noarch.rpm :
* Tue May 25 2021 pgajdosAATTsuse.com- %check: use %pytest rpm macro
* Fri Jan 15 2021 Benjamin Greiner
- Disable python2 build as indirect build dependencies to python2-cffi are not resolvable anymore
* Thu Mar 12 2020 Tomáš Chvátal - Add patch to fix build with new webcolors:
* webcolors.patch
* Fri Nov 22 2019 Arun Persaud - update to version 3.2.0:
* Added a format_nongpl setuptools extra, which installs only format dependencies that are non-GPL (#619).
* Sat Nov 16 2019 Arun Persaud - specfile:
* be more explicit in %files section
* require python-importlib-metadata- update to version 3.1.1:
* Temporarily revert the switch to js-regex until #611 and #612 are resolved.- changes from version 3.1.0:
* Regular expressions throughout schemas now respect the ECMA 262 dialect, as recommended by the specification (#609).
* Mon Oct 14 2019 Matej Cepl - Replace %fdupes -s with plain %fdupes; hardlinks are better.
* Tue Sep 17 2019 John Vandenberg - 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 2019 Matej Cepl - Add non-updating note to the SPEC file
* Mon Apr 08 2019 Dirk Mueller - downgrade to < 3.0.0 again to fix all openstack clients
* Thu Mar 28 2019 Tomáš Chvátal - Update to 3.0.1:
* 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