Package Release Info

python-jsonpatch-1.16-1.25

Update Info: Base Release
Available in Package Hub : 15 Subpackages

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-jsonpatch

Change Logs

* Tue Aug 08 2017 tbechtold@suse.com
- Fix Requires
* Fri Jul 28 2017 darin@darins.net
- Convert packaging to Singlespec
- update to 1.16
* Tue Nov 15 2016 dmueller@suse.com
- udpate to 1.14.0
* Mon Aug 15 2016 toddrme2178@gmail.com
- Fix update-alternatives implementation.
* Mon Jun 22 2015 tbechtold@suse.com
- update to 1.11.0:
  * bump version to 1.11
  * Fix tests for Python 3.2
  * bump version to 1.10
  * Require pypandoc instead of pandoc for setup.py
  * Fix make_patch with unicode paths
  * Enable container-based builds on Travis-CI
- Update Requires according to requirements.txt
* Wed Feb 04 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 2014 Led <ledest@gmail.com>
- fix bashisms in pre script
* Mon Sep 15 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 2013 speilicke@suse.com
- Don't ghost /etc/alternatives/..., post-build-checks on 12.2 fail
* Thu Nov 14 2013 speilicke@suse.com
- Fix update-alternatives (SLE_11_SP3)