- 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:
Dirk Mueller 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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f09f8deecaaa5aea65b5eb4f67ca4e54e1a61f7a11c75085e360fe6feb6a48bf
size 8292

BIN
jsonpointer-2.3.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jun 8 19:59:57 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 2.3:
* Support setting - for arrays
* Add join and / operator
* Fix invalid escape sequences
-------------------------------------------------------------------
Mon Dec 6 18:00:47 UTC 2021 - Dirk Müller <dmueller@suse.com>

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