File python-jsonpatch.changes of Package python-jsonpatch
-------------------------------------------------------------------
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 <ledest@gmail.com>
- fix bashisms in pre script
-------------------------------------------------------------------
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
- Don't ghost /etc/alternatives/..., post-build-checks on 12.2 fail
-------------------------------------------------------------------
Thu Nov 14 09:46:03 UTC 2013 - speilicke@suse.com
- Fix update-alternatives (SLE_11_SP3)
-------------------------------------------------------------------
Mon Oct 21 13:18:40 UTC 2013 - dmueller@suse.com
- update to 1.3:
* Improved Tests, add command line utilities
- add update-alternatives
-------------------------------------------------------------------
Thu Jul 11 14:41:17 UTC 2013 - dmueller@suse.com
- update to 1.1:
* various python 3.x fixes
-------------------------------------------------------------------
Mon Apr 29 12:36:33 UTC 2013 - dmueller@suse.com
- update to 1.0
* first stable release, some bugfixes
-------------------------------------------------------------------
Fri Feb 22 14:00:26 UTC 2013 - saschpe@suse.de
- Initial version