forked from pool/python-python-jsonschema-objects
Accepting request 947811 from devel:languages:python
- 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. OBS-URL: https://build.opensuse.org/request/show/947811 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-jsonschema-objects?expand=0&rev=3
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-python-jsonschema-objects
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,14 +20,12 @@
|
||||
# python2-Markdown missing
|
||||
%define skip_python2 1
|
||||
Name: python-python-jsonschema-objects
|
||||
Version: 0.3.12
|
||||
Version: 0.4.1
|
||||
Release: 0
|
||||
Summary: An object wrapper for JSON Schema definitions
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://python-jsonschema-objects.readthedocs.org/
|
||||
Source: https://files.pythonhosted.org/packages/source/p/python_jsonschema_objects/python_jsonschema_objects-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools >= 18.0.0}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:654c815ad5f7704cb5dd5b34ec49957b9ea1bd3b85ff44468a8407ff7aa3f547
|
||||
size 59390
|
3
python_jsonschema_objects-0.4.1.tar.gz
Normal file
3
python_jsonschema_objects-0.4.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d01286ad6f39c6e2b9df4f61a4260e65a7c61cce8394ee03412ecc0d47ef623
|
||||
size 63076
|
Reference in New Issue
Block a user