Accepting request 259060 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/259060
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jmespath?expand=0&rev=3
This commit is contained in:
Stephan Kulow 2014-10-31 17:27:46 +00:00 committed by Git OBS Bridge
commit 466ebc6908
4 changed files with 26 additions and 20 deletions

View File

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

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

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

View File

@ -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 Sat Jan 18 11:35:01 UTC 2014 - rschweikert@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-jmespath # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -15,23 +15,24 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%define baseName jmespath %define baseName jmespath
Name: python-jmespath Name: python-jmespath
Version: 0.2.1 Version: 0.4.1
Release: 0 Release: 0
License: MIT Summary: Extract elements from JSON document
Summary: Extract elements from JSON document License: MIT
URL: https://github.com/boto/jmespath Group: Development/Languages/Python
Group: Development/Languages/Python Url: https://github.com/boto/jmespath
Source0: %{baseName}-%{version}.tar.gz Source0: %{baseName}-%{version}.tar.gz
Requires: python Requires: python
Requires: python-ply >= 3.4 Requires: python-ply >= 3.4
BuildRequires: python BuildRequires: python
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-ply BuildRequires: python-ply
BuildRequires: python-setuptools BuildRequires: python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110 %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()")} %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else %else
@ -88,4 +89,3 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} --install-script
%{python_sitelib}/*egg-info/* %{python_sitelib}/*egg-info/*
%changelog %changelog