17
0

Accepting request 173747 from home:dirkmueller:branches:devel:languages:python

- update to 1.0
  * first stable release, some bugfixes

OBS-URL: https://build.opensuse.org/request/show/173747
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpatch?expand=0&rev=3
This commit is contained in:
Sascha Peilicke
2013-04-29 13:39:41 +00:00
committed by Git OBS Bridge
parent 2c3af2f152
commit 9a166e5f30
4 changed files with 14 additions and 8 deletions

View File

@@ -13,20 +13,20 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-jsonpatch
Version: 0.12
Version: 1.0
Release: 0
License: BSD-3-Clause
Summary: Apply JSON-Patches (according to draft 08)
Url: https://github.com/stefankoegl/python-json-patch
License: BSD-3-Clause
Group: Development/Languages/Python
Url: https://github.com/stefankoegl/python-json-patch
Source: http://pypi.python.org/packages/source/j/jsonpatch/jsonpatch-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-jsonpointer
Requires: python-jsonpointer
Requires: python-simplejson
Requires: python-jsonpointer >= 1.0
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()")}