From 15c3ec882773a9c26448d1631bcdf52a5a03c26e63ceaf1a2384bda14e7df070 Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Fri, 1 Nov 2013 00:02:22 +0000
Subject: [PATCH] Accepting request 205477 from
home:dirkmueller:branches:devel:languages:python
- update to 2.2.0:
* Compile the host name regex (#127)
* Allow arbitrary objects to be types (#129)
* Support RFC 3339 datetimes in conformance with the spec
* Fixed error paths for additionalItems + items (#122)
* Fixed wording for min / maxProperties (#117)
OBS-URL: https://build.opensuse.org/request/show/205477
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=13
---
jsonschema-2.0.0.tar.gz | 3 ---
jsonschema-2.2.0.tar.gz | 3 +++
python-jsonschema.changes | 10 ++++++++++
python-jsonschema.spec | 2 +-
4 files changed, 14 insertions(+), 4 deletions(-)
delete mode 100644 jsonschema-2.0.0.tar.gz
create mode 100644 jsonschema-2.2.0.tar.gz
diff --git a/jsonschema-2.0.0.tar.gz b/jsonschema-2.0.0.tar.gz
deleted file mode 100644
index aa81f33..0000000
--- a/jsonschema-2.0.0.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:c2c8483be59aea3df568d8aad2b3296ef7ea767639efe6e0363c722f7f096322
-size 39933
diff --git a/jsonschema-2.2.0.tar.gz b/jsonschema-2.2.0.tar.gz
new file mode 100644
index 0000000..e36854f
--- /dev/null
+++ b/jsonschema-2.2.0.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:98071d52706e30b01fbb72567fbe26e342db9d7cc89bea04bff44e9304685763
+size 40963
diff --git a/python-jsonschema.changes b/python-jsonschema.changes
index 18634da..4e9fde3 100644
--- a/python-jsonschema.changes
+++ b/python-jsonschema.changes
@@ -1,3 +1,13 @@
+-------------------------------------------------------------------
+Mon Oct 21 13:30:13 UTC 2013 - dmueller@suse.com
+
+- update to 2.2.0:
+ * Compile the host name regex (#127)
+ * Allow arbitrary objects to be types (#129)
+ * Support RFC 3339 datetimes in conformance with the spec
+ * Fixed error paths for additionalItems + items (#122)
+ * Fixed wording for min / maxProperties (#117)
+
-------------------------------------------------------------------
Mon Jun 10 12:42:14 UTC 2013 - dmueller@suse.com
diff --git a/python-jsonschema.spec b/python-jsonschema.spec
index 0666360..bea240e 100644
--- a/python-jsonschema.spec
+++ b/python-jsonschema.spec
@@ -17,7 +17,7 @@
Name: python-jsonschema
-Version: 2.0.0
+Version: 2.2.0
Release: 0
Summary: An implementation of JSON-Schema validation for Python
License: MIT