Package Release Info

python-jsonpointer-1.14-1.20

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

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-jsonpointer

Change Logs

* Tue Nov 14 2017 dmueller@suse.com
- update to 1.14:
  * Support for python 3.6
* Tue Aug 08 2017 tbechtold@suse.com
- convert to singlespec
* Tue Nov 15 2016 dmueller@suse.com
- update to 1.10:
  * Drop support for Python 3.2
  * Add support for Python 3.5
* Mon Aug 15 2016 toddrme2178@gmail.com
- Fix update-alternatives implementation.
* Mon Jun 22 2015 tbechtold@suse.com
- update to 1.9:
  * bump version to 1.9
  * bump version to 1.8
  * Fix Tests for Python 3.2
  * Fix UnicodeEncodeError with non-ASCII paths, fixes #18
  * Enable container-based builds on Travis-CI
* Wed Feb 04 2015 tbechtold@suse.com
- update to version 1.7:
  * bump version to 1.7
  * Fix ``jsonpointer`` commandline utility (#14)
  * bump version to 1.6
  * Fix contains unexpected false return
  * bump version to 1.5
  * Use ABCs instead of list/dict
  * Convert readme from markdown to rst for PyPI
  * Add support for Python 3.4, pypy3, use travis_retry
  * Add dependencies for creating wheels
- Requires(pre) coreutils to have "rm" command available (bnc#916277)
* Sat Nov 08 2014 Led <ledest@gmail.com>
- fix bashism in pre script
* Mon Sep 15 2014 tbechtold@suse.com
- update to version 1.4:
  * bump version to 1.4
  * [Setup] use utf-8 explicitly in setup.py, fixes #8
  * Merge pull request #7 from alexsdutton/patch-1
  * Calculate path properly when self.parts == [].
  * Added tests for round-tripping pointers from paths to parts
  * JsonPointer.from_parts should handle the empty path
  * fix doctest for Python 3
  * bump version to 1.3
  * add JsonPointer.path and JsonPointer.from_parts
  * bump version to 1.2
  * add trove classifiers (fixes #6)
  * fix string formatting in assert statement
  * fix typo in setup.py
  * add links to README.md
  * add MANIFEST.in
  * add comments to commandline doc
  * add "jsonpointer" commandline utility
  * add missing AUTHORS
  * Support for set_pointer and indexing arbitrary objects via __getitem__/__setitem__
  * refactor type check
  * add tests for JsonPointer.to_last()
  * remove unused param of to_last()
  * add test for out-of-bounds error
  * add test for JsonPointer.contains(other)
  * add test for invalid list index
  * add test for pointer string not starting with /
  * add test for comparing a pointer to another object
  * show pypi information in README
  * show coverage status in README
  * remove some code from coverage calculation
  * move coverage code from tests.py to makefile
  * add coveralls support to .travis.yml
  * add doctests for pairwise(iter)
  * mention supported Python versions in docs
  * Drop support for Python 2.5
  * also target Python 3.3 and PyPy
  * fix unicode literal quirks in Python 3.2
  * let sphinx extract version, author from source
  * README: add link to docs
  * add some documentation
  * ignore *.swp and files generated during packaging
- Install /usr/bin/jsonpointer with update-alternatives
* Mon Apr 29 2013 dmueller@suse.com
- update to 1.0:
  * no changes
* Fri Feb 22 2013 saschpe@suse.de
- Initial version