14
0

Accepting request 156304 from home:posophe:branches:devel:languages:python

Update and python3

OBS-URL: https://build.opensuse.org/request/show/156304
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=6
This commit is contained in:
Sascha Peilicke
2013-02-25 12:27:23 +00:00
committed by Git OBS Bridge
parent 7204806041
commit bea839a87e
7 changed files with 131 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-jsonschema
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 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
@@ -17,7 +17,7 @@
Name: python-jsonschema
Version: 0.7
Version: 1.0.0
Release: 0
Summary: An implementation of JSON-Schema validation for Python
License: MIT
@@ -48,8 +48,10 @@ python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%if 0%{?suse_version} > 1110
%check
python tests.py
%endif
%files
%defattr(-,root,root,-)