[med-svn] [python-schema-salad] 03/09: New upstream version 1.21.20161215163938
Michael Crusoe
misterc-guest at moszumanska.debian.org
Fri Jan 13 05:29:30 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 bfe1e0e1269d6c85290b91be0eb3599e5690fd90
Author: Michael R. Crusoe <michael.crusoe at gmail.com>
Date: Thu Jan 12 00:08:07 2017 -0800
New upstream version 1.21.20161215163938
---
PKG-INFO | 2 +-
schema_salad.egg-info/PKG-INFO | 2 +-
schema_salad.egg-info/pbr.json | 2 +-
schema_salad.egg-info/requires.txt | 14 +++++++-------
setup.cfg | 2 +-
setup.py | 14 +++++++-------
6 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/PKG-INFO b/PKG-INFO
index a21e084..ac8aacc 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: schema-salad
-Version: 1.21.20161206204028
+Version: 1.21.20161215163938
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 a21e084..ac8aacc 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: 1.21.20161206204028
+Version: 1.21.20161215163938
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 5805a02..b645198 100644
--- a/schema_salad.egg-info/pbr.json
+++ b/schema_salad.egg-info/pbr.json
@@ -1 +1 @@
-{"is_release": false, "git_version": "8e2a34e"}
\ No newline at end of file
+{"is_release": false, "git_version": "2b328bc"}
\ No newline at end of file
diff --git a/schema_salad.egg-info/requires.txt b/schema_salad.egg-info/requires.txt
index 944edb7..756fee8 100644
--- a/schema_salad.egg-info/requires.txt
+++ b/schema_salad.egg-info/requires.txt
@@ -1,11 +1,11 @@
setuptools
-requests>=1.0
-ruamel.yaml == 0.12.4
+requests >= 1.0
+ruamel.yaml >= 0.12.4, < 0.12.5
rdflib >= 4.2.0, < 4.3.0
-rdflib-jsonld >= 0.3.0, <= 0.4.0
-html5lib >=0.90, <= 0.9999999
-mistune
-typing >= 3.5.2
-CacheControl
+rdflib-jsonld >= 0.3.0, < 0.5.0
+html5lib >= 0.90, <= 0.9999999
+mistune >= 0.7.3, < 0.8
+typing >= 3.5.2, < 3.6
+CacheControl >= 0.11.7, < 0.12
lockfile >= 0.9
avro
diff --git a/setup.cfg b/setup.cfg
index 8ab86af..9d8f2af 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -11,7 +11,7 @@ test = pytest
addopts = --pyarg schema_salad
[egg_info]
-tag_build = .20161206204028
+tag_build = .20161215163938
tag_date = 0
tag_svn_revision = 0
diff --git a/setup.py b/setup.py
index abe8e62..1dd27dc 100755
--- a/setup.py
+++ b/setup.py
@@ -29,14 +29,14 @@ else:
install_requires = [
'setuptools',
- 'requests>=1.0',
- 'ruamel.yaml == 0.12.4',
+ 'requests >= 1.0',
+ 'ruamel.yaml >= 0.12.4, < 0.12.5',
'rdflib >= 4.2.0, < 4.3.0',
- 'rdflib-jsonld >= 0.3.0, <= 0.4.0',
- 'html5lib >=0.90, <= 0.9999999',
- 'mistune',
- 'typing >= 3.5.2',
- 'CacheControl',
+ 'rdflib-jsonld >= 0.3.0, < 0.5.0',
+ 'html5lib >= 0.90, <= 0.9999999',
+ 'mistune >= 0.7.3, < 0.8',
+ 'typing >= 3.5.2, < 3.6',
+ 'CacheControl >= 0.11.7, < 0.12',
'lockfile >= 0.9']
install_requires.append("avro") # TODO: remove me once cwltool is
--
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