17
0

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
This commit is contained in:
Jan Matejek
2014-09-15 14:01:47 +00:00
committed by Git OBS Bridge
parent 3e13c450f0
commit 9f2e33dc82
4 changed files with 21 additions and 6 deletions

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