[med-svn] [python-schema-salad] 01/07: New upstream version 2.2.20170119151016
Michael Crusoe
misterc-guest at moszumanska.debian.org
Tue Aug 8 14:46:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
misterc-guest pushed a commit to branch master
in repository python-schema-salad.
commit f4f79faffe0e55bc2e2cfc83c36addad345a973e
Author: Michael R. Crusoe <michael.crusoe at gmail.com>
Date: Wed Jan 25 23:46:34 2017 -0800
New upstream version 2.2.20170119151016
---
PKG-INFO | 2 +-
schema_salad.egg-info/PKG-INFO | 2 +-
schema_salad.egg-info/pbr.json | 2 +-
schema_salad/ref_resolver.py | 2 +-
setup.cfg | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/PKG-INFO b/PKG-INFO
index d3f87c0..c53e8d8 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: schema-salad
-Version: 2.2.20170111180227
+Version: 2.2.20170119151016
Summary: Schema Annotations for Linked Avro Data (SALAD)
Home-page: https://github.com/common-workflow-language/common-workflow-language
Author: Common workflow language working group
diff --git a/schema_salad.egg-info/PKG-INFO b/schema_salad.egg-info/PKG-INFO
index d3f87c0..c53e8d8 100644
--- a/schema_salad.egg-info/PKG-INFO
+++ b/schema_salad.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: schema-salad
-Version: 2.2.20170111180227
+Version: 2.2.20170119151016
Summary: Schema Annotations for Linked Avro Data (SALAD)
Home-page: https://github.com/common-workflow-language/common-workflow-language
Author: Common workflow language working group
diff --git a/schema_salad.egg-info/pbr.json b/schema_salad.egg-info/pbr.json
index f3b1371..ded4ec4 100644
--- a/schema_salad.egg-info/pbr.json
+++ b/schema_salad.egg-info/pbr.json
@@ -1 +1 @@
-{"is_release": false, "git_version": "a5bbb36"}
\ No newline at end of file
+{"is_release": false, "git_version": "d21fa84"}
\ No newline at end of file
diff --git a/schema_salad/ref_resolver.py b/schema_salad/ref_resolver.py
index ed25f0e..b1f64c8 100644
--- a/schema_salad/ref_resolver.py
+++ b/schema_salad/ref_resolver.py
@@ -326,7 +326,7 @@ class Loader(object):
raise validate.ValidationException(
"Refreshing context that already has stuff in it")
- self.url_fields = set()
+ self.url_fields = set(("$schemas",))
self.scoped_ref_fields = {}
self.vocab_fields = set()
self.identifiers = set()
diff --git a/setup.cfg b/setup.cfg
index 522ffdd..5bc692a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -11,7 +11,7 @@ test = pytest
addopts = --pyarg schema_salad
[egg_info]
-tag_build = .20170111180227
+tag_build = .20170119151016
tag_date = 0
tag_svn_revision = 0
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-schema-salad.git
More information about the debian-med-commit
mailing list