From 9f2e33dc82aecb39978adedb95e0f31771db5d41a5b763dd10f09fedd460fdea Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Mon, 15 Sep 2014 14:01:47 +0000 Subject: [PATCH] Accepting request 249221 from Cloud:OpenStack:Master New upstream release OBS-URL: https://build.opensuse.org/request/show/249221 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpatch?expand=0&rev=13 --- jsonpatch-1.3.tar.gz | 3 --- jsonpatch-1.7.tar.gz | 3 +++ python-jsonpatch.changes | 15 +++++++++++++++ python-jsonpatch.spec | 6 +++--- 4 files changed, 21 insertions(+), 6 deletions(-) delete mode 100644 jsonpatch-1.3.tar.gz create mode 100644 jsonpatch-1.7.tar.gz diff --git a/jsonpatch-1.3.tar.gz b/jsonpatch-1.3.tar.gz deleted file mode 100644 index cd5ef7b..0000000 --- a/jsonpatch-1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a937c97325aa81ed6e326bd7c34f87f932b6c08ab89549e83c3d9098637d0390 -size 9940 diff --git a/jsonpatch-1.7.tar.gz b/jsonpatch-1.7.tar.gz new file mode 100644 index 0000000..daada97 --- /dev/null +++ b/jsonpatch-1.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14ca0944de01cba9091f54951da058dd515ff3d3a203e6b29e00362eeef67dae +size 14109 diff --git a/python-jsonpatch.changes b/python-jsonpatch.changes index 4438c83..222729e 100644 --- a/python-jsonpatch.changes +++ b/python-jsonpatch.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Sep 15 09:40:21 UTC 2014 - tbechtold@suse.com + +- update to version 1.7: + * bump version to 1.7 + * [Setup] use utf-8 explicitly in setup.py + * bump version to 1.6 + * Fix make_patch() when root is an array (fixes #28) + * Merge branch 'remove-error' of https://github.com/umago/python-json-patch + * Improve error message when removing non-existent objects + * bump version to 1.5 + * fix test for Python 3 + * fix make_patch where obj keys contain "/", fixes #26 +- Update Requires for python-jsonpointer + ------------------------------------------------------------------- Fri Nov 15 09:53:50 UTC 2013 - speilicke@suse.com diff --git a/python-jsonpatch.spec b/python-jsonpatch.spec index 7674aff..45da0c4 100644 --- a/python-jsonpatch.spec +++ b/python-jsonpatch.spec @@ -1,7 +1,7 @@ # # spec file for package python-jsonpatch # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-jsonpatch -Version: 1.3 +Version: 1.7 Release: 0 Summary: Python - JSON-Patches License: BSD-3-Clause @@ -26,7 +26,7 @@ Url: https://github.com/stefankoegl/python-json-patch Source: http://pypi.python.org/packages/source/j/jsonpatch/jsonpatch-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-jsonpointer -Requires: python-jsonpointer >= 1.0 +Requires: python-jsonpointer >= 1.3 Requires(post): update-alternatives Requires(postun): update-alternatives BuildRoot: %{_tmppath}/%{name}-%{version}-build