17
0

- Update to version 0.7.1:

* Rename ``bin/jp`` to ``bin/jp.py``
  * Fix issue with precedence when parsing wildcard
    projections
  * Remove ordereddict and simplejson as py2.6 dependencies.
    These were never actually used in the jmespath code base,
    only in the unit tests.  Unittests requirements are handled
    via requirements26.txt.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=11
This commit is contained in:
2015-05-27 17:10:32 +00:00
committed by Git OBS Bridge
parent 9cff512096
commit 005e6f9f43
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 27 17:04:07 UTC 2015 - rjschwei@suse.com
- Update to version 0.7.1:
* Rename ``bin/jp`` to ``bin/jp.py``
* Fix issue with precedence when parsing wildcard
projections
* Remove ordereddict and simplejson as py2.6 dependencies.
These were never actually used in the jmespath code base,
only in the unit tests. Unittests requirements are handled
via requirements26.txt.
-------------------------------------------------------------------
Sun Apr 26 16:57:39 UTC 2015 - benoit.monin@gmx.fr