14
0

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