forked from pool/python-jsonpatch
- Update to 1.24:
* test with python 3.8 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpatch?expand=0&rev=35
This commit is contained in:
committed by
Git OBS Bridge
parent
0b895ee9dd
commit
82b898b98f
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49f29cab70e9068db3b1dc6b656cbe2ee4edf7dfe9bf5a0055f17a4b6804a4b9
|
||||
size 18162
|
||||
3
jsonpatch-1.24.tar.gz
Normal file
3
jsonpatch-1.24.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cbb72f8bf35260628aea6b508a107245f757d1ec839a19c34349985e2c05645a
|
||||
size 18158
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 11 13:24:02 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 1.24:
|
||||
* test with python 3.8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 17 21:32:45 UTC 2019 - Scott Wulf <swulf@suse.com>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-jsonpatch
|
||||
Version: 1.23
|
||||
Version: 1.24
|
||||
Release: 0
|
||||
Summary: Python - JSON-Patches
|
||||
License: BSD-3-Clause
|
||||
@@ -27,6 +27,7 @@ URL: https://github.com/stefankoegl/python-json-patch
|
||||
Source: https://files.pythonhosted.org/packages/source/j/jsonpatch/jsonpatch-%{version}.tar.gz
|
||||
BuildRequires: %{python_module jsonpointer >= 1.9}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-jsonpointer >= 1.9
|
||||
Requires(post): update-alternatives
|
||||
@@ -45,6 +46,7 @@ Python module to apply JSON-Patches (according to RFC 6902).
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
# Prepare for update-alternatives usage
|
||||
%python_clone -a %{buildroot}%{_bindir}/jsonpatch
|
||||
|
||||
Reference in New Issue
Block a user