From ee87a9134ee300ebae0ef45b8eba973dcd3fbaf16888dcb6375b4d6be933091b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 28 Feb 2020 21:36:50 +0000 Subject: [PATCH] - update to 1.25: * bugfixes, 3.8 support OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpatch?expand=0&rev=37 --- jsonpatch-1.24.tar.gz | 3 --- jsonpatch-1.25.tar.gz | 3 +++ python-jsonpatch.changes | 6 ++++++ python-jsonpatch.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 jsonpatch-1.24.tar.gz create mode 100644 jsonpatch-1.25.tar.gz diff --git a/jsonpatch-1.24.tar.gz b/jsonpatch-1.24.tar.gz deleted file mode 100644 index eddad0b..0000000 --- a/jsonpatch-1.24.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbb72f8bf35260628aea6b508a107245f757d1ec839a19c34349985e2c05645a -size 18158 diff --git a/jsonpatch-1.25.tar.gz b/jsonpatch-1.25.tar.gz new file mode 100644 index 0000000..f0ab767 --- /dev/null +++ b/jsonpatch-1.25.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddc0f7628b8bfdd62e3cbfbc24ca6671b0b6265b50d186c2cf3659dc0f78fd6a +size 19341 diff --git a/python-jsonpatch.changes b/python-jsonpatch.changes index 14ee611..6073b9f 100644 --- a/python-jsonpatch.changes +++ b/python-jsonpatch.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 28 21:34:10 UTC 2020 - Dirk Mueller + +- update to 1.25: + * bugfixes, 3.8 support + ------------------------------------------------------------------- Wed Sep 11 13:24:02 UTC 2019 - Tomáš Chvátal diff --git a/python-jsonpatch.spec b/python-jsonpatch.spec index a737630..f585bbf 100644 --- a/python-jsonpatch.spec +++ b/python-jsonpatch.spec @@ -1,7 +1,7 @@ # # spec file for package python-jsonpatch # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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.24 +Version: 1.25 Release: 0 Summary: Python - JSON-Patches License: BSD-3-Clause