diff --git a/jmespath-0.6.1.tar.gz b/jmespath-0.6.1.tar.gz deleted file mode 100644 index 5df1a91..0000000 --- a/jmespath-0.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9f1a745049092979fa4f0aa263ad2d4efce9f239c0c07f937d0452fccecf6b8 -size 19284 diff --git a/jmespath-0.7.0.tar.gz b/jmespath-0.7.0.tar.gz new file mode 100644 index 0000000..7ecd970 --- /dev/null +++ b/jmespath-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a2f1e9a86b265d420939c0bb263511009d7179d1886b2d18122d5603b43a9a +size 16036 diff --git a/python-jmespath.changes b/python-jmespath.changes index e5a67b0..5d510b8 100644 --- a/python-jmespath.changes +++ b/python-jmespath.changes @@ -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 diff --git a/python-jmespath.spec b/python-jmespath.spec index 40c749e..7f30cb5 100644 --- a/python-jmespath.spec +++ b/python-jmespath.spec @@ -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