From 3130bd724bf52373c7bb1c8c692ef2458a6df8e68c0835c4e22ad276f80b498e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 4 Feb 2015 18:01:41 +0000 Subject: [PATCH] Accepting request 284064 from home:tbechtold:branches:devel:languages:python New upstream release OBS-URL: https://build.opensuse.org/request/show/284064 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpatch?expand=0&rev=17 --- jsonpatch-1.7.tar.gz | 3 --- jsonpatch-1.9.tar.gz | 3 +++ python-jsonpatch.changes | 15 +++++++++++++++ python-jsonpatch.spec | 9 +++++---- 4 files changed, 23 insertions(+), 7 deletions(-) delete mode 100644 jsonpatch-1.7.tar.gz create mode 100644 jsonpatch-1.9.tar.gz diff --git a/jsonpatch-1.7.tar.gz b/jsonpatch-1.7.tar.gz deleted file mode 100644 index daada97..0000000 --- a/jsonpatch-1.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14ca0944de01cba9091f54951da058dd515ff3d3a203e6b29e00362eeef67dae -size 14109 diff --git a/jsonpatch-1.9.tar.gz b/jsonpatch-1.9.tar.gz new file mode 100644 index 0000000..55a2c6a --- /dev/null +++ b/jsonpatch-1.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e997076450992aa7af2f4ae6c3e7767d390ddb6746979c74fd2092bb8fbdf5b2 +size 14275 diff --git a/python-jsonpatch.changes b/python-jsonpatch.changes index d247025..3817ae9 100644 --- a/python-jsonpatch.changes +++ b/python-jsonpatch.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Feb 4 14:28:36 UTC 2015 - tbechtold@suse.com + +- update to version 1.9: + * bump version to 1.9 + * require jsonpointer>=1.5 + * Use ABCs instead of list/dict, fixes #33 + * Convert readme from markdown to rst for PyPI + * Added Python 3.4 and PyPy3 to the build matrix. + * bump version to 1.8 + * Fix installation of commandline scripts (fixes #31) + * raise JsonPatchException on missing patch attributes + * Add wheel as dev dependency for wheel packages +- Requires(pre) coreutils to be able to use "rm" cmd + ------------------------------------------------------------------- Sat Nov 08 17:31:00 UTC 2014 - Led diff --git a/python-jsonpatch.spec b/python-jsonpatch.spec index a46a635..da6d35a 100644 --- a/python-jsonpatch.spec +++ b/python-jsonpatch.spec @@ -1,7 +1,7 @@ # # spec file for package python-jsonpatch # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX 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.7 +Version: 1.9 Release: 0 Summary: Python - JSON-Patches License: BSD-3-Clause @@ -26,9 +26,10 @@ 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.3 -Requires(post): update-alternatives +Requires: python-jsonpointer >= 1.5 +Requires(post): update-alternatives Requires(postun): update-alternatives +Requires(pre): coreutils BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}