diff --git a/jmespath-0.2.1.tar.gz b/jmespath-0.2.1.tar.gz deleted file mode 100644 index f8f9895..0000000 --- a/jmespath-0.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56af0567f080b8cd71d79192560d8787e0a9fe6c96b842e0b281027448f3e555 -size 29794 diff --git a/jmespath-0.4.1.tar.gz b/jmespath-0.4.1.tar.gz new file mode 100644 index 0000000..a51fa04 --- /dev/null +++ b/jmespath-0.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba2149e7fb3b6590e96c3a9f2d459e8f6b508f98056ca6b13abbafc98b4829b5 +size 66033 diff --git a/python-jmespath.changes b/python-jmespath.changes index efcfdfc..adbd042 100644 --- a/python-jmespath.changes +++ b/python-jmespath.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 23 23:55:43 UTC 2014 - rschweikert@suse.com + +- Update to version 0.4.1 + + No upstream changelog + ------------------------------------------------------------------- Sat Jan 18 11:35:01 UTC 2014 - rschweikert@suse.com diff --git a/python-jmespath.spec b/python-jmespath.spec index de8d8a6..a0d38e3 100644 --- a/python-jmespath.spec +++ b/python-jmespath.spec @@ -1,7 +1,7 @@ # # spec file for package python-jmespath # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,23 +15,24 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %define baseName jmespath -Name: python-jmespath -Version: 0.2.1 -Release: 0 -License: MIT -Summary: Extract elements from JSON document -URL: https://github.com/boto/jmespath -Group: Development/Languages/Python -Source0: %{baseName}-%{version}.tar.gz -Requires: python -Requires: python-ply >= 3.4 -BuildRequires: python -BuildRequires: python-devel -BuildRequires: python-ply -BuildRequires: python-setuptools -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +Name: python-jmespath +Version: 0.4.1 +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 +Requires: python +Requires: python-ply >= 3.4 +BuildRequires: python +BuildRequires: python-devel +BuildRequires: python-ply +BuildRequires: python-setuptools +BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %else @@ -88,4 +89,3 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} --install-script %{python_sitelib}/*egg-info/* %changelog -