diff --git a/jmespath-0.7.1.tar.gz b/jmespath-0.7.1.tar.gz deleted file mode 100644 index 77537d0..0000000 --- a/jmespath-0.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd5a12ee3dfa470283a020a35e69e83b0700d44fe413014fd35ad5584c5f5fd1 -size 19696 diff --git a/jmespath-0.9.0.tar.gz b/jmespath-0.9.0.tar.gz new file mode 100644 index 0000000..46808a9 --- /dev/null +++ b/jmespath-0.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08dfaa06d4397f283a01e57089f3360e3b52b5b9da91a70e1fd91e9f0cdd3d3d +size 20855 diff --git a/python-jmespath.changes b/python-jmespath.changes index 938c4ff..0e1744e 100644 --- a/python-jmespath.changes +++ b/python-jmespath.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Feb 1 11:24:14 UTC 2016 - toddrme2178@gmail.com + +- Update to version 0.9.0 + * Add support for new lines with tokens in an expression + * Add support for `JEP 9 `__, + which introduces "and" expressions, "unary" expressions, "not" expressions, + and "paren" expressions + * Fix issue with hardcoded path in ``jp.py`` executable + (`issue 90 `__, + `issue 88 `__, + `issue 82 `__) +- Update to version 0.8.0 + * Improve lexing performance (`issue 84 `__) + * Fix parsing error for multiselect lists (`issue 86 `__) + * Fix issue with escaping single quotes in literal strings (`issue 85 `__) + * Add support for providing your own dict cls to support + ordered dictionaries (`issue 94 `__) + * Add map() function (`issue 95 `__) + ------------------------------------------------------------------- Wed Jan 20 19:42:39 UTC 2016 - rjschwei@suse.com diff --git a/python-jmespath.spec b/python-jmespath.spec index b1247a4..bc8a8da 100644 --- a/python-jmespath.spec +++ b/python-jmespath.spec @@ -19,7 +19,7 @@ %define baseName jmespath Name: python-jmespath -Version: 0.7.1 +Version: 0.9.0 Release: 0 Summary: Extract elements from JSON document License: MIT