From 2994a8d1a460b154ed3aa9eaca86a4d82eb47c486ddcc6ebf27a4002da6a3e54 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 22 Apr 2021 20:26:32 +0000 Subject: [PATCH] - 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 --- jsonpatch-1.28.tar.gz | 3 --- jsonpatch-1.31.tar.gz | 3 +++ python-jsonpatch.changes | 7 +++++++ python-jsonpatch.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 jsonpatch-1.28.tar.gz create mode 100644 jsonpatch-1.31.tar.gz diff --git a/jsonpatch-1.28.tar.gz b/jsonpatch-1.28.tar.gz deleted file mode 100644 index c747ce3..0000000 --- a/jsonpatch-1.28.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e930adc932e4d36087dbbf0f22e1ded32185dfb20662f2e3dd848677a5295a14 -size 20635 diff --git a/jsonpatch-1.31.tar.gz b/jsonpatch-1.31.tar.gz new file mode 100644 index 0000000..7c7203c --- /dev/null +++ b/jsonpatch-1.31.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae6f3686fc71b53a278a9fdeb91afdc0e523e2f8f8a82cb2f04af90413a8eacb +size 20787 diff --git a/python-jsonpatch.changes b/python-jsonpatch.changes index 0014953..1b5ac6f 100644 --- a/python-jsonpatch.changes +++ b/python-jsonpatch.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Apr 22 20:25:23 UTC 2021 - Dirk Müller + +- update to 1.31: + * Add support for preserving Unicode charaters + * remove pypy build + ------------------------------------------------------------------- Sun Dec 20 09:52:04 UTC 2020 - Dirk Müller diff --git a/python-jsonpatch.spec b/python-jsonpatch.spec index 8a94eb9..4ffc8c2 100644 --- a/python-jsonpatch.spec +++ b/python-jsonpatch.spec @@ -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