Accepting request 304068 from home:benoit_monin:branches:devel:languages:python

- update to version 0.7.0
- point source URL to pypi

OBS-URL: https://build.opensuse.org/request/show/304068
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=9
This commit is contained in:
Robert Schweikert 2015-04-27 06:34:23 +00:00 committed by Git OBS Bridge
parent f7f912b0c6
commit 400fbe274c
4 changed files with 20 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Apr 26 16:57:39 UTC 2015 - benoit.monin@gmx.fr
- update to version 0.7.0:
* Add support for JEP-12, raw string literals
* Support .whl files
- additional changes from version 0.6.2:
* Implement JEP-10, slice projections
* Fix bug with filter projection parsing
* Add to_array function
* Add merge function
* Fix error messages for function argument type errors
- point source URL to pypi
-------------------------------------------------------------------
Thu Mar 26 21:40:43 UTC 2015 - aboe76@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package python-jmespath
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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
@ -19,13 +19,13 @@
%define baseName jmespath
Name: python-jmespath
Version: 0.6.1
Version: 0.7.0
Release: 0
Summary: Extract elements from JSON document
License: MIT
Group: Development/Languages/Python
Url: https://github.com/boto/jmespath
Source0: %{baseName}-%{version}.tar.gz
Source0: https://pypi.python.org/packages/source/j/%{baseName}/%{baseName}-%{version}.tar.gz
Requires: python
Requires: python-ply >= 3.4
BuildRequires: python