- 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
This commit is contained in:
Tomáš Chvátal 2019-03-26 14:44:44 +00:00 committed by Git OBS Bridge
parent 7b3f28e7d6
commit e749a6a2ba
4 changed files with 12 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6a81d4c9aa62caf061cb517b4d9ad1dd300374cd4706997aff9cd6aedd61fc64
size 22967

3
jmespath-0.9.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bde2aef6f44302dfb30320115b17d030798de8c4110e28d5cf6cf91a7a31074c
size 22940

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Mar 26 14:43:27 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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 <mcepl@suse.com>

View File

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