17
0

- 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=25
This commit is contained in:
2017-11-09 23:10:16 +00:00
committed by Git OBS Bridge
parent 5ea939f48e
commit 7eba1778a1
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Nov 9 23:08:53 UTC 2017 - rjschwei@suse.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:15:59 UTC 2017 - jmatejek@suse.com