- update to 1.31:
* Add support for preserving Unicode charaters * remove pypy build OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpatch?expand=0&rev=43
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e930adc932e4d36087dbbf0f22e1ded32185dfb20662f2e3dd848677a5295a14
|
||||
size 20635
|
||||
3
jsonpatch-1.31.tar.gz
Normal file
3
jsonpatch-1.31.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae6f3686fc71b53a278a9fdeb91afdc0e523e2f8f8a82cb2f04af90413a8eacb
|
||||
size 20787
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 20:25:23 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.31:
|
||||
* Add support for preserving Unicode charaters
|
||||
* remove pypy build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 20 09:52:04 UTC 2020 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-jsonpatch
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-jsonpatch
|
||||
Version: 1.28
|
||||
Version: 1.31
|
||||
Release: 0
|
||||
Summary: Python - JSON-Patches
|
||||
License: BSD-3-Clause
|
||||
@@ -31,7 +31,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-jsonpointer >= 1.9
|
||||
Requires(post): update-alternatives
|
||||
Requires(preun): update-alternatives
|
||||
Requires(preun):update-alternatives
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user