2022-10-05 05:24:57 +00:00
|
|
|
-------------------------------------------------------------------
|
2022-10-25 20:05:23 +00:00
|
|
|
Tue Oct 25 20:05:16 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
|
|
- Remove conditional definition of python_module.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2022-10-05 05:24:57 +00:00
|
|
|
Wed Oct 5 05:23:42 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 0.5.1:
|
|
|
|
|
* Responses schema validation #177
|
|
|
|
|
* detect spec schema version #167
|
|
|
|
|
* static types and Mypy static type check #168
|
|
|
|
|
* tests mark network #169
|
|
|
|
|
* schemas and validators lazy loading proxy #170
|
|
|
|
|
- Drop patch openapi-spec-validator-skip-urls.patch, fixed by upstream
|
|
|
|
|
by markers.
|
|
|
|
|
|
2022-03-28 16:00:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Mar 28 15:10:50 UTC 2022 - pgajdos@suse.com
|
|
|
|
|
|
|
|
|
|
- version update to 0.4.0
|
|
|
|
|
* Drop Python 2.7, 3.5 and 3.6 support #137
|
|
|
|
|
* Add Python 3.10 support #137
|
|
|
|
|
* Bump dependency upper bounds #137
|
|
|
|
|
* Drop pyrsistent direct dependency #142
|
|
|
|
|
* Use valid licence registry identifier for Apache-2.0 licence #139
|
|
|
|
|
* add setuptools dependency for pkg_resources, sort deps #141
|
|
|
|
|
* On validation error: add cause and context. #129
|
|
|
|
|
* Switch to poetry and update dependencies #136
|
|
|
|
|
* File handler Windows compatibility fix (#122)
|
|
|
|
|
* Recurse references in validation (#125)
|
|
|
|
|
* A $ref may be a property name fix (#124)
|
|
|
|
|
* Latest spec 3.0 schema (#110)
|
|
|
|
|
* Switched to using requests rather than direct use of urllib3 (#93)
|
|
|
|
|
* Handlers timeout param fix (#107)
|
|
|
|
|
* Detect duplicate operationId fix (#109)
|
|
|
|
|
* Repair default and $ref issue (#91)
|
|
|
|
|
- python-mock is not required for build
|
|
|
|
|
- modified patches
|
|
|
|
|
% openapi-spec-validator-skip-urls.patch (refreshed)
|
|
|
|
|
|
2020-12-21 16:40:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Dec 21 11:31:22 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Update to v0.2.9:
|
|
|
|
|
* Added description to setup.py
|
|
|
|
|
|
2020-04-23 10:32:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Apr 23 10:32:07 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Fix build without python2
|
|
|
|
|
|
2019-09-11 08:39:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Sep 11 08:33:01 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 0.2.8:
|
|
|
|
|
* no upstream changelog
|
|
|
|
|
|
2019-06-03 11:13:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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)
|
|
|
|
|
|
2018-12-10 14:31:33 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Dec 10 14:31:25 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Fix fdupes call
|
|
|
|
|
|
2018-08-08 14:55:50 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Aug 8 14:52:28 UTC 2018 - jengelh@inai.de
|
|
|
|
|
|
|
|
|
|
- Use noun phrase in summary.
|
|
|
|
|
|
2018-08-08 11:35:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Aug 8 11:31:08 UTC 2018 - tchvatal@suse.com
|
|
|
|
|
|
|
|
|
|
- Add patch to disable tests that poke live URL:
|
|
|
|
|
* openapi-spec-validator-skip-urls.patch
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Aug 8 11:15:20 UTC 2018 - tchvatal@suse.com
|
|
|
|
|
|
|
|
|
|
- Switch to github tarball to run tests
|
|
|
|
|
- Fix runtime deps
|
|
|
|
|
|
2018-08-01 06:22:42 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jul 30 16:24:46 UTC 2018 - sean.marlow@suse.com
|
|
|
|
|
|
|
|
|
|
- Initial release v0.2.4
|