From d13263b0bb40d9ac16ff9d20157e55771a030b77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?=
Date: Mon, 10 Mar 2014 14:30:09 +0000
Subject: [PATCH] latest upstream (2.3.0)
---
.gitignore | 1 +
python-jsonschema.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
index 93dff01..3f3be11 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/jsonschema-0.2.tar.gz
/jsonschema-1.3.0.tar.gz
/jsonschema-2.0.0.tar.gz
+/jsonschema-2.3.0.tar.gz
diff --git a/python-jsonschema.spec b/python-jsonschema.spec
index 2b8ed0c..110392c 100644
--- a/python-jsonschema.spec
+++ b/python-jsonschema.spec
@@ -8,8 +8,8 @@
%endif
Name: python-%{pypi_name}
-Version: 2.0.0
-Release: 3%{?dist}
+Version: 2.3.0
+Release: 1%{?dist}
Summary: An implementation of JSON Schema validation for Python
License: MIT
@@ -85,6 +85,9 @@ popd
%changelog
+* Mon Mar 10 2014 Pádraig Brady