forked from pool/python-python-jsonschema-objects
* Fix an issue where the any_of flag wasn’t properly respected in other than simple cases #297 - update to 0.5.6: * Fix #292 by adding intermediary class builder. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jsonschema-objects?expand=0&rev=21
99 lines
4.0 KiB
Plaintext
99 lines
4.0 KiB
Plaintext
-------------------------------------------------------------------
|
||
Mon Apr 28 16:49:28 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||
|
||
- update to 0.5.7:
|
||
* Fix an issue where the any_of flag wasn’t properly respected
|
||
in other than simple cases #297
|
||
- update to 0.5.6:
|
||
* Fix #292 by adding intermediary class builder.
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Oct 16 08:21:55 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||
|
||
- update to 0.5.5:
|
||
* remove six dependencies
|
||
- drop no-six.patch (upstream)
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jun 6 14:16:19 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||
|
||
- Update to 0.5.4
|
||
* bugfix: Update the way specifications are retrieved
|
||
* tests: Add tests to validate expected behavior on some issues
|
||
* handle nested anyof, ensure that data gets passed down via object creators
|
||
* feature: Add support for the const keyword
|
||
- Add no-six.patch to get rid of six
|
||
- Drop no-longer-needed use-specification-obj.patch
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Dec 11 05:31:28 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||
|
||
- Update to 0.5.1:
|
||
* Setup for handling anyOf simplifying to oneOf on import.
|
||
- Add patch use-specification-obj.patch:
|
||
* Stop passing string schemas, convert it to a Specification object
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Sep 20 02:46:59 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||
|
||
- Update to 0.5.0:
|
||
* Migrate to jsonschema 4.18
|
||
* Drop support for Python 3.7 due to lack of support under jsonschema>=4.18
|
||
* Drop support for jsonschema<4.18 due to breaking changes in that
|
||
libraries interfaces
|
||
- Migrate to pyproject macros
|
||
- Stop using greedy globs in %files
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jul 11 13:18:57 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
||
|
||
- Update to 0.4.2
|
||
* Handle removed markdown version_info
|
||
* fix nested oneOf resolution with different schema types
|
||
- Drop merged pso-markdown-version.patch
|
||
- Pin jsonschema version to < 4.18, not supported yet
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Aug 26 17:24:20 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||
|
||
- Add pso-markdown-version.patch
|
||
* gh#cwacek/python-jsonschema-objects#230
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Jul 8 04:30:39 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
||
|
||
- Skip a failing test for now.
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Jan 21 02:56:29 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
||
|
||
- Update to 0.4.1:
|
||
* This release just incorporates the fix for #223
|
||
* Default values will now always serialize, even if the default value is null. Since this change could cause unexpected changes in serialized output the minor version has been bumped. Fixes #200
|
||
* Literals now properly support comparisons of all types (#213)
|
||
* oneOfs inside oneOfs (oneOf-ception?!) no longer fail to serialize (#214)
|
||
* #203 validatorSchemas passed in are now respected
|
||
* #208 oneOf roundtrip serializations work better
|
||
* #207 Another fix for abc deprecation
|
||
* Fixes import path for collections.abc to be compliant with Python 3.8 [#197] (h/t @adriangay)
|
||
- Remove duplicate setuptools BuildRequires.
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Mar 20 11:53:16 UTC 2020 - pgajdos@suse.com
|
||
|
||
- version update to 0.3.12
|
||
* Going forward, this library will no longer test on or support Python 2.7 because it's EOL
|
||
* Fixes formatting of supported schema versions (#184)
|
||
* Removes some confusing code related to ArrayWrapper initialization (#188)
|
||
* ProtocolBase objects (most objects) now support deepcopy. (#185)
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Sep 17 08:42:24 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||
|
||
- Format with spec-cleaner
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Sep 16 06:49:20 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||
|
||
- Initial spec for v0.3.11
|