From 2c04637480208e47c2a187730a37dbc24859b0908055491582ea5536d225d345 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Thu, 9 Nov 2017 23:10:16 +0000 Subject: [PATCH] - 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 --- jmespath-0.9.2.tar.gz | 3 --- jmespath-0.9.3.tar.gz | 3 +++ python-jmespath.changes | 10 ++++++++++ python-jmespath.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 jmespath-0.9.2.tar.gz create mode 100644 jmespath-0.9.3.tar.gz diff --git a/jmespath-0.9.2.tar.gz b/jmespath-0.9.2.tar.gz deleted file mode 100644 index acd1bfd..0000000 --- a/jmespath-0.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54c441e2e08b23f12d7fa7d8e6761768c47c969e6aed10eead57505ba760aee9 -size 22773 diff --git a/jmespath-0.9.3.tar.gz b/jmespath-0.9.3.tar.gz new file mode 100644 index 0000000..2d7dc21 --- /dev/null +++ b/jmespath-0.9.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a81d4c9aa62caf061cb517b4d9ad1dd300374cd4706997aff9cd6aedd61fc64 +size 22967 diff --git a/python-jmespath.changes b/python-jmespath.changes index 11ce564..3e02551 100644 --- a/python-jmespath.changes +++ b/python-jmespath.changes @@ -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 diff --git a/python-jmespath.spec b/python-jmespath.spec index 39c112a..f7104ed 100644 --- a/python-jmespath.spec +++ b/python-jmespath.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-jmespath -Version: 0.9.2 +Version: 0.9.3 Release: 0 Summary: Extract elements from JSON document License: MIT