From e749a6a2baaad1eb6dbff7d631a90dce4cc9b19c5932e7f7614d08ebbd7d8208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 26 Mar 2019 14:44:44 +0000 Subject: [PATCH] - Update to 0.9.4: * Fix min_by/max_by with empty lists (`issue 151) * Fix reverse type for null type (issue 145) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=32 --- jmespath-0.9.3.tar.gz | 3 --- jmespath-0.9.4.tar.gz | 3 +++ python-jmespath.changes | 7 +++++++ python-jmespath.spec | 6 ++---- 4 files changed, 12 insertions(+), 7 deletions(-) delete mode 100644 jmespath-0.9.3.tar.gz create mode 100644 jmespath-0.9.4.tar.gz diff --git a/jmespath-0.9.3.tar.gz b/jmespath-0.9.3.tar.gz deleted file mode 100644 index 2d7dc21..0000000 --- a/jmespath-0.9.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a81d4c9aa62caf061cb517b4d9ad1dd300374cd4706997aff9cd6aedd61fc64 -size 22967 diff --git a/jmespath-0.9.4.tar.gz b/jmespath-0.9.4.tar.gz new file mode 100644 index 0000000..4eda46a --- /dev/null +++ b/jmespath-0.9.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bde2aef6f44302dfb30320115b17d030798de8c4110e28d5cf6cf91a7a31074c +size 22940 diff --git a/python-jmespath.changes b/python-jmespath.changes index 4aafdf4..9c6e17f 100644 --- a/python-jmespath.changes +++ b/python-jmespath.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Mar 26 14:43:27 UTC 2019 - Tomáš Chvátal + +- Update to 0.9.4: + * Fix min_by/max_by with empty lists (`issue 151) + * Fix reverse type for null type (issue 145) + ------------------------------------------------------------------- Tue Dec 4 12:49:31 UTC 2018 - Matej Cepl diff --git a/python-jmespath.spec b/python-jmespath.spec index 157b4c8..1742032 100644 --- a/python-jmespath.spec +++ b/python-jmespath.spec @@ -1,7 +1,7 @@ # # spec file for package python-jmespath # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-jmespath -Version: 0.9.3 +Version: 0.9.4 Release: 0 Summary: Python module for declarative JSON document element extraction License: MIT @@ -37,9 +37,7 @@ Requires: python-ply >= 3.4 Requires: python-simplejson Requires(post): update-alternatives Requires(postun): update-alternatives -%if 0%{?suse_version} > 1110 BuildArch: noarch -%endif %python_subpackages %description