forked from pool/python-jsonpointer
Accepting request 249238 from Cloud:OpenStack:Master
New upstream release OBS-URL: https://build.opensuse.org/request/show/249238 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpointer?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
9a2556207e
commit
2d06d9d490
@@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 15 09:45:48 UTC 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 12:40:25 UTC 2013 - dmueller@suse.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user