Updated to 2.4.0 (by updates_builder)

This commit is contained in:
Denis Silakov 2015-12-27 15:55:06 +03:00
parent 0cf28998b6
commit 59fd7cfeda
2 changed files with 7 additions and 5 deletions

View file

@ -1,2 +1,4 @@
sources: removed_sources:
jsonschema-2.3.0.tar.gz: 928c9b43f35298346b27b910660944dde931048e jsonschema-2.3.0.tar.gz: 928c9b43f35298346b27b910660944dde931048e
sources:
jsonschema-2.4.0.tar.gz: 35d4d90ce942a4b030eda75e9a2b32f97e121a98

View file

@ -1,10 +1,10 @@
%define oname jsonschema %define oname jsonschema
Name: python-%{oname} Name: python-%{oname}
Version: 2.3.0 Version: 2.4.0
Release: 3 Release: 1
Summary: An implementation of JSON Schema validation for Python 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 License: MIT
Group: Development/Python Group: Development/Python
Url: http://github.com/Julian/jsonschema Url: http://github.com/Julian/jsonschema
@ -35,4 +35,4 @@ python setup.py install --root=%{buildroot}
%{py_puresitedir}/jsonschema/*.py* %{py_puresitedir}/jsonschema/*.py*
%{py_puresitedir}/jsonschema/tests/*.py* %{py_puresitedir}/jsonschema/tests/*.py*
%{py_puresitedir}/jsonschema*.egg-info %{py_puresitedir}/jsonschema*.egg-info
%{py_puresitedir}/jsonschema/schemas/draft*.json %{py_puresitedir}/jsonschema/schemas/draft*.json