Accepting request 981384 from devel:languages:python

- update to 2.3:
  * Support setting - for arrays
  * Add join and / operator
  * Fix invalid escape sequences

OBS-URL: https://build.opensuse.org/request/show/981384
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsonpointer?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2022-06-10 13:57:12 +00:00 committed by Git OBS Bridge
commit af7c7b90a4
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