Robert Schweikert
59bc0a70e4
Fix update-alternatives implementation. OBS-URL: https://build.opensuse.org/request/show/419468 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=19
89 lines
3.4 KiB
Plaintext
89 lines
3.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Aug 15 14:51:56 UTC 2016 - toddrme2178@gmail.com
|
|
|
|
- Fix update-alternatives implementation.
|
|
|
|
-------------------------------------------------------------------
|
|
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 <http://jmespath.org/proposals/improved-filters.html>`__,
|
|
which introduces "and" expressions, "unary" expressions, "not" expressions,
|
|
and "paren" expressions
|
|
* Fix issue with hardcoded path in ``jp.py`` executable
|
|
(`issue 90 <https://github.com/jmespath/jmespath.py/issues/90>`__,
|
|
`issue 88 <https://github.com/jmespath/jmespath.py/issues/88>`__,
|
|
`issue 82 <https://github.com/jmespath/jmespath.py/issues/82>`__)
|
|
- Update to version 0.8.0
|
|
* Improve lexing performance (`issue 84 <https://github.com/jmespath/jmespath.py/pull/84>`__)
|
|
* Fix parsing error for multiselect lists (`issue 86 <https://github.com/jmespath/jmespath.py/issues/86>`__)
|
|
* Fix issue with escaping single quotes in literal strings (`issue 85 <https://github.com/jmespath/jmespath.py/issues/85>`__)
|
|
* Add support for providing your own dict cls to support
|
|
ordered dictionaries (`issue 94 <https://github.com/jmespath/jmespath.py/pull/94>`__)
|
|
* Add map() function (`issue 95 <https://github.com/jmespath/jmespath.py/pull/95>`__)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 20 19:42:39 UTC 2016 - rjschwei@suse.com
|
|
|
|
- Fix build issues for SLE 11
|
|
+ More test dependencies required
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 20 19:08:32 UTC 2016 - rjschwei@suse.com
|
|
|
|
- Manage the jp executable with update-alternatives now that
|
|
python3-jmespath exists
|
|
- spec file improvements
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
- update to version 0.7.0:
|
|
* Add support for JEP-12, raw string literals
|
|
* Support .whl files
|
|
- additional changes from version 0.6.2:
|
|
* Implement JEP-10, slice projections
|
|
* Fix bug with filter projection parsing
|
|
* Add to_array function
|
|
* Add merge function
|
|
* Fix error messages for function argument type errors
|
|
- point source URL to pypi
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 26 21:40:43 UTC 2015 - aboe76@gmail.com
|
|
|
|
- Updated to version 0.6.1
|
|
+ No Upstream Changelog
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 18 13:13:01 UTC 2015 - rschweikert@suse.com
|
|
|
|
- Update to version 0.5.0
|
|
+ No upstream changelog
|
|
+ Update in support for fix of bnc#905354
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 23 23:55:43 UTC 2014 - rschweikert@suse.com
|
|
|
|
- Update to version 0.4.1
|
|
+ No upstream changelog
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 18 11:35:01 UTC 2014 - rschweikert@suse.com
|
|
|
|
- Initial build
|
|
|