15
0

Accepting request 249299 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/249299
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsonpatch?expand=0&rev=9
This commit is contained in:
Stephan Kulow
2014-09-18 05:12:46 +00:00
committed by Git OBS Bridge
4 changed files with 21 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a937c97325aa81ed6e326bd7c34f87f932b6c08ab89549e83c3d9098637d0390
size 9940

3
jsonpatch-1.7.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:14ca0944de01cba9091f54951da058dd515ff3d3a203e6b29e00362eeef67dae
size 14109

View File

@@ -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

View File

@@ -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