2c24832f7a
- 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.
Dirk Mueller2025-04-28 16:49:44 +00:00
5f8fb335b2
Accepting request 1208372 from devel:languages:python
Ana Guerrero2024-10-16 21:49:50 +00:00
d9cc887fb8
- update to 0.5.5: * remove six dependencies - drop no-six.patch (upstream) - Skip a failing test for now. * Fixes import path for collections.abc to be compliant with Python 3.8 [#197] (h/t @adriangay)
Dirk Mueller2024-10-16 08:22:21 +00:00
5b8314082c
Accepting request 1179856 from devel:languages:python
Ana Guerrero2024-06-11 16:29:35 +00:00
2b46384a24
Accepting request 1179152 from home:mcalabkova:branches:devel:languages:python
Matej Cepl2024-06-10 21:12:40 +00:00
9ced10f884
Accepting request 1132394 from devel:languages:python
Ana Guerrero2023-12-11 20:51:05 +00:00
8d922d8fa6
- 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
Steve Kowalik2023-12-11 05:37:10 +00:00
1fccd8e9d5
- 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
Steve Kowalik2023-09-20 02:49:18 +00:00
a9cbbe25c7
- 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.
Steve Kowalik2022-01-21 03:10:25 +00:00