Accepting request 304129 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/304129 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jmespath?expand=0&rev=6
This commit is contained in:
commit
2b3e02c5cc
@ -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
3
jmespath-0.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3a2f1e9a86b265d420939c0bb263511009d7179d1886b2d18122d5603b43a9a
|
||||
size 16036
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user