Changelog for
python2-jsonpatch-1.23-lp150.38.1.noarch.rpm :
* Tue Dec 04 2018 Matej Cepl
- Remove superfluous devel dependency for noarch package
* Mon May 14 2018 tchvatalAATTsuse.com- Version update to 1.23:
* dropped support for python 2.6
* More testcases for various bugs
* Various code cleanups- Run tests- Conflict with python-jsondiff as it provides jsondiff binary too
* Tue Aug 08 2017 tbechtoldAATTsuse.com- Fix Requires
* Fri Jul 28 2017 darinAATTdarins.net- Convert packaging to Singlespec- update to 1.16
* Tue Nov 15 2016 dmuellerAATTsuse.com- udpate to 1.14.0
* Mon Aug 15 2016 toddrme2178AATTgmail.com- Fix update-alternatives implementation.
* Mon Jun 22 2015 tbechtoldAATTsuse.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 tbechtoldAATTsuse.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 - fix bashisms in pre script
* Mon Sep 15 2014 tbechtoldAATTsuse.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 speilickeAATTsuse.com- Don\'t ghost /etc/alternatives/..., post-build-checks on 12.2 fail
* Thu Nov 14 2013 speilickeAATTsuse.com- Fix update-alternatives (SLE_11_SP3)
* Mon Oct 21 2013 dmuellerAATTsuse.com- update to 1.3:
* Improved Tests, add command line utilities- add update-alternatives
* Thu Jul 11 2013 dmuellerAATTsuse.com- update to 1.1:
* various python 3.x fixes
* Mon Apr 29 2013 dmuellerAATTsuse.com- update to 1.0
* first stable release, some bugfixes
* Fri Feb 22 2013 saschpeAATTsuse.de- Initial version