Changelog for
python3-jmespath-0.9.3-4.1.noarch.rpm :
Tue Dec 4 13:00:00 2018 mceplAATTsuse.com
- Remove superfluous devel dependency for noarch package
Thu Aug 16 14:00:00 2018 jengelhAATTinai.de
- Use noun phrase for summary.
Mon Aug 13 14:00:00 2018 mceplAATTsuse.com
- Remove dependency on unittest2
- Clean up SPEC file
Thu Nov 9 13:00:00 2017 rjschweiAATTsuse.com
- Update to 0.9.3:
+ Fix issue where long types in py2 and Decimal types were not
being evaluated as numbers (issue 125)
+ Handle numbers in scientific notation in to_number() function (issue 120)
+ Fix issue where custom functions would override the function
table of the builtin function class (issue 133)
Wed Mar 29 14:00:00 2017 jmatejekAATTsuse.com
- properly Requires(postun) for %postun section
Wed Mar 29 14:00:00 2017 tbechtoldAATTsuse.com
- Only BuildRequire unittest2 for python2
Thu Mar 16 13:00:00 2017 rjschweiAATTsuse.com
- Switch to single-spec build
- Update to version 0.9.2
+ Fix regression when using ordering comparators on strings (issue 124)
- From 0.9.1
+ Raise LexerError on invalid numbers (issue 98)
+ Add support for custom functions (#100) (issue 100)
+ Fix ZeroDivisionError for built-in function avg() on empty lists (#115)
(issue 115)
+ Properly handle non numerical ordering operators (#117) (issue 117)
Mon Aug 15 14:00:00 2016 toddrme2178AATTgmail.com
- Fix update-alternatives implementation.
Mon Feb 1 13:00:00 2016 toddrme2178AATTgmail.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 13:00:00 2016 rjschweiAATTsuse.com
- Fix build issues for SLE 11
+ More test dependencies required
Wed Jan 20 13:00:00 2016 rjschweiAATTsuse.com
- Manage the jp executable with update-alternatives now that
python3-jmespath exists
- spec file improvements
Wed May 27 14:00:00 2015 rjschweiAATTsuse.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 14:00:00 2015 benoit.moninAATTgmx.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 13:00:00 2015 aboe76AATTgmail.com
- Updated to version 0.6.1
+ No Upstream Changelog
Sun Jan 18 13:00:00 2015 rschweikertAATTsuse.com
- Update to version 0.5.0
+ No upstream changelog
+ Update in support for fix of bnc#905354
Thu Oct 23 14:00:00 2014 rschweikertAATTsuse.com
- Update to version 0.4.1
+ No upstream changelog
Sat Jan 18 13:00:00 2014 rschweikertAATTsuse.com
- Initial build