15
0

- update to 2.3:

* Support setting - for arrays
  * Add join and / operator
  * Fix invalid escape sequences

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpointer?expand=0&rev=32
This commit is contained in:
2022-06-08 20:06:27 +00:00
committed by Git OBS Bridge
parent 18018d7fb6
commit a98fdbf0bc
4 changed files with 13 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-jsonpointer
#
# Copyright (c) 2021 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
@@ -24,7 +24,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-jsonpointer
Version: 2.2
Version: 2.3
Release: 0
Summary: Module to identify specific nodes in a JSON document
License: BSD-3-Clause