From 59fd7cfeda8cdddddceec7d814f02ac0f682c9e8 Mon Sep 17 00:00:00 2001 From: Denis Silakov Date: Sun, 27 Dec 2015 15:55:06 +0300 Subject: [PATCH] Updated to 2.4.0 (by updates_builder) --- .abf.yml | 4 +++- python-jsonschema.spec | 8 ++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.abf.yml b/.abf.yml index 42990bf..57848e1 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,4 @@ -sources: +removed_sources: jsonschema-2.3.0.tar.gz: 928c9b43f35298346b27b910660944dde931048e +sources: + jsonschema-2.4.0.tar.gz: 35d4d90ce942a4b030eda75e9a2b32f97e121a98 diff --git a/python-jsonschema.spec b/python-jsonschema.spec index 5e25bcb..2d955dc 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -1,10 +1,10 @@ %define oname jsonschema Name: python-%{oname} -Version: 2.3.0 -Release: 3 +Version: 2.4.0 +Release: 1 Summary: An implementation of JSON Schema validation for Python -Source0: http://pypi.python.org/packages/source/j/%{oname}/%{oname}-%{version}.tar.gz +Source0: http://pypi.python.org/packages/source/j/jsonschema/jsonschema-%{version}.tar.gz License: MIT Group: Development/Python Url: http://github.com/Julian/jsonschema @@ -35,4 +35,4 @@ python setup.py install --root=%{buildroot} %{py_puresitedir}/jsonschema/*.py* %{py_puresitedir}/jsonschema/tests/*.py* %{py_puresitedir}/jsonschema*.egg-info -%{py_puresitedir}/jsonschema/schemas/draft*.json \ No newline at end of file +%{py_puresitedir}/jsonschema/schemas/draft*.json