From e542fc7f670d5bc26324f2d6beca4b5528ee78eaba811941dfd81c3209aa7fc1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 4 Aug 2020 16:19:37 +0000 Subject: [PATCH] - update to 1.26: * bugfixes (reject invalid json patches) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpatch?expand=0&rev=39 --- jsonpatch-1.25.tar.gz | 3 --- jsonpatch-1.26.tar.gz | 3 +++ python-jsonpatch.changes | 6 ++++++ python-jsonpatch.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 jsonpatch-1.25.tar.gz create mode 100644 jsonpatch-1.26.tar.gz diff --git a/jsonpatch-1.25.tar.gz b/jsonpatch-1.25.tar.gz deleted file mode 100644 index f0ab767..0000000 --- a/jsonpatch-1.25.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ddc0f7628b8bfdd62e3cbfbc24ca6671b0b6265b50d186c2cf3659dc0f78fd6a -size 19341 diff --git a/jsonpatch-1.26.tar.gz b/jsonpatch-1.26.tar.gz new file mode 100644 index 0000000..9f8a7af --- /dev/null +++ b/jsonpatch-1.26.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e45df18b0ab7df1925f20671bbc3f6bd0b4b556fb4b9c5d97684b0a7eac01744 +size 18641 diff --git a/python-jsonpatch.changes b/python-jsonpatch.changes index 6073b9f..0bd40e8 100644 --- a/python-jsonpatch.changes +++ b/python-jsonpatch.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Aug 4 16:19:12 UTC 2020 - Dirk Mueller + +- update to 1.26: + * bugfixes (reject invalid json patches) + ------------------------------------------------------------------- Fri Feb 28 21:34:10 UTC 2020 - Dirk Mueller diff --git a/python-jsonpatch.spec b/python-jsonpatch.spec index f585bbf..47b4147 100644 --- a/python-jsonpatch.spec +++ b/python-jsonpatch.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-jsonpatch -Version: 1.25 +Version: 1.26 Release: 0 Summary: Python - JSON-Patches License: BSD-3-Clause