- update to 2.2:
* Add method and add classmethod tag * Add test for get_parts OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpointer?expand=0&rev=31
This commit is contained in:
parent
ad87855b2b
commit
18018d7fb6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a34b698db1eb79ceac454159d3f7c12a451a91f6334a4f638454327b7a89962
|
||||
size 8190
|
3
jsonpointer-2.2.tar.gz
Normal file
3
jsonpointer-2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f09f8deecaaa5aea65b5eb4f67ca4e54e1a61f7a11c75085e360fe6feb6a48bf
|
||||
size 8292
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 18:00:47 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.2:
|
||||
* Add method and add classmethod tag
|
||||
* Add test for get_parts
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 22 20:52:50 UTC 2021 - Stefan Schubert <schubi@suse.de>
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-jsonpointer
|
||||
Version: 2.1
|
||||
Version: 2.2
|
||||
Release: 0
|
||||
Summary: Module to identify specific nodes in a JSON document
|
||||
License: BSD-3-Clause
|
||||
@ -39,7 +39,7 @@ Requires: alts
|
||||
BuildRequires: alts
|
||||
%else
|
||||
Requires(post): update-alternatives
|
||||
Requires(preun): update-alternatives
|
||||
Requires(preun):update-alternatives
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
Loading…
Reference in New Issue
Block a user