From c2782659b8ff1a4fa57fd07716f6458132b3f55020fe30f5a4bb3d2d95e03629 Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Mon, 10 Jun 2013 13:00:50 +0000
Subject: [PATCH] Accepting request 178357 from
home:dirkmueller:branches:devel:languages:python
- update to 2.0.0:
* Added ``create`` and ``extend`` to ``jsonschema.validators``
* Removed ``ValidatorMixin``
* Fixed array indices ref resolution (#95)
* Fixed unknown scheme defragmenting and handling (#102)
- update to 1.3.0:
* Better error tracebacks (#83)
* Raise exceptions in ``ErrorTree``\s for keys not in the instance (#92)
* More attributes for ValidationError (#86)
* Added ``ValidatorMixin.descend``
* Fixed bad ``RefResolutionError`` message (#82)
* Canonicalize URIs (#70)
OBS-URL: https://build.opensuse.org/request/show/178357
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=10
---
jsonschema-1.0.0.tar.gz | 3 ---
jsonschema-2.0.0.tar.gz | 3 +++
python-jsonschema.changes | 20 ++++++++++++++++++++
python-jsonschema.spec | 4 ++--
python3-jsonschema.spec | 2 +-
5 files changed, 26 insertions(+), 6 deletions(-)
delete mode 100644 jsonschema-1.0.0.tar.gz
create mode 100644 jsonschema-2.0.0.tar.gz
diff --git a/jsonschema-1.0.0.tar.gz b/jsonschema-1.0.0.tar.gz
deleted file mode 100644
index 4bfad51..0000000
--- a/jsonschema-1.0.0.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:98faa077c3b46ac52cff836dc3a4c8436392b65ec3f98e758fab792a2efe053d
-size 33437
diff --git a/jsonschema-2.0.0.tar.gz b/jsonschema-2.0.0.tar.gz
new file mode 100644
index 0000000..aa81f33
--- /dev/null
+++ b/jsonschema-2.0.0.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c2c8483be59aea3df568d8aad2b3296ef7ea767639efe6e0363c722f7f096322
+size 39933
diff --git a/python-jsonschema.changes b/python-jsonschema.changes
index 997dc4a..18634da 100644
--- a/python-jsonschema.changes
+++ b/python-jsonschema.changes
@@ -1,3 +1,23 @@
+-------------------------------------------------------------------
+Mon Jun 10 12:42:14 UTC 2013 - dmueller@suse.com
+
+- update to 2.0.0:
+ * Added ``create`` and ``extend`` to ``jsonschema.validators``
+ * Removed ``ValidatorMixin``
+ * Fixed array indices ref resolution (#95)
+ * Fixed unknown scheme defragmenting and handling (#102)
+
+-------------------------------------------------------------------
+Mon Apr 29 12:38:33 UTC 2013 - dmueller@suse.com
+
+- update to 1.3.0:
+ * Better error tracebacks (#83)
+ * Raise exceptions in ``ErrorTree``\s for keys not in the instance (#92)
+ * More attributes for ValidationError (#86)
+ * Added ``ValidatorMixin.descend``
+ * Fixed bad ``RefResolutionError`` message (#82)
+ * Canonicalize URIs (#70)
+
-------------------------------------------------------------------
Sat Apr 13 10:11:29 UTC 2013 - toddrme2178@gmail.com
diff --git a/python-jsonschema.spec b/python-jsonschema.spec
index e191cf3..0666360 100644
--- a/python-jsonschema.spec
+++ b/python-jsonschema.spec
@@ -17,7 +17,7 @@
Name: python-jsonschema
-Version: 1.0.0
+Version: 2.0.0
Release: 0
Summary: An implementation of JSON-Schema validation for Python
License: MIT
@@ -50,7 +50,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%if 0%{?suse_version} > 1110
%check
-python tests.py
+python -m unittest jsonschema.tests.test_jsonschema_test_suite
%endif
%files
diff --git a/python3-jsonschema.spec b/python3-jsonschema.spec
index c365679..1a3a889 100644
--- a/python3-jsonschema.spec
+++ b/python3-jsonschema.spec
@@ -17,7 +17,7 @@
Name: python3-jsonschema
-Version: 1.0.0
+Version: 2.0.0
Release: 0
Summary: An implementation of JSON-Schema validation for Python
License: MIT