15
0

Accepting request 284065 from home:tbechtold:branches:devel:languages:python

New upstream release

OBS-URL: https://build.opensuse.org/request/show/284065
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpointer?expand=0&rev=9
This commit is contained in:
2015-02-04 18:01:59 +00:00
committed by Git OBS Bridge
parent 662192d7d7
commit 6d0b43e14f
4 changed files with 22 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-jsonpointer
#
# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
Name: python-jsonpointer
Version: 1.4
Version: 1.7
Release: 0
Summary: Identify specific nodes in a JSON document (according to draft 08)
License: BSD-3-Clause
@@ -25,8 +25,10 @@ Group: Development/Languages/Python
Url: https://github.com/stefankoegl/python-json-pointer
Source: http://pypi.python.org/packages/source/j/jsonpointer/jsonpointer-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-setuptools
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(pre): coreutils
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()")}