15
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

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

3
jsonpatch-1.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 29 12:36:33 UTC 2013 - dmueller@suse.com
- update to 1.0
* first stable release, some bugfixes
-------------------------------------------------------------------
Fri Feb 22 14:00:26 UTC 2013 - saschpe@suse.de

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()")}