14
0

- Update to version 0.4.1

+ No upstream changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=3
This commit is contained in:
2014-10-23 23:57:02 +00:00
committed by Git OBS Bridge
parent 390df57414
commit 8f2ae77958
4 changed files with 26 additions and 20 deletions

View File

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