17
0

- Update to 0.2.7:

* Replace pathlib with pathlib2 (#68)
  * Bump PyYAML to 5.1 for CVE-2017-18342 (#69)
  * Support jsonschema 3 (#72)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openapi-spec-validator?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2019-06-03 11:13:58 +00:00
committed by Git OBS Bridge
parent 8f0b0255a7
commit 12f070dff3
4 changed files with 20 additions and 8 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jun 3 11:11:08 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.2.7:
* Replace pathlib with pathlib2 (#68)
* Bump PyYAML to 5.1 for CVE-2017-18342 (#69)
* Support jsonschema 3 (#72)
-------------------------------------------------------------------
Mon Dec 10 14:31:25 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>