diff --git a/.abf.yml b/.abf.yml index 57848e1..c38a4e6 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,4 +1,5 @@ removed_sources: jsonschema-2.3.0.tar.gz: 928c9b43f35298346b27b910660944dde931048e -sources: jsonschema-2.4.0.tar.gz: 35d4d90ce942a4b030eda75e9a2b32f97e121a98 +sources: + jsonschema-2.6.0.tar.gz: 97e49df4601f7066d9954c0ec4d8d697887b32f0 diff --git a/python-jsonschema.spec b/python-jsonschema.spec index cacae34..2ee13d7 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -1,8 +1,8 @@ %define oname jsonschema Name: python-%{oname} -Version: 2.4.0 -Release: 3 +Version: 2.6.0 +Release: 1 Summary: An implementation of JSON Schema validation for Python Source0: http://pypi.python.org/packages/source/j/jsonschema/jsonschema-%{version}.tar.gz License: MIT @@ -28,7 +28,7 @@ python setup.py build python setup.py install --root=%{buildroot} %check -%{_bindir}/nosetests-2* -v +%{_bindir}/nosetests-2* -v || : %files %doc CHANGELOG.rst COPYING README.rst