This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository cwltool.
commit 1d4a2b18d3009526a7b2fd1a49d0f7c5e4b97560 Author: Andreas Tille <[email protected]> Date: Fri Dec 9 11:11:01 2016 +0100 Adapt patch --- debian/patches/no-typing | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/debian/patches/no-typing b/debian/patches/no-typing index a6ae8b7..52b9abd 100644 --- a/debian/patches/no-typing +++ b/debian/patches/no-typing @@ -1,19 +1,20 @@ Author: Michael R. Crusoe <[email protected]> Description: Skip typing ---- cwltool.orig/cwltool.egg-info/requires.txt -+++ cwltool/cwltool.egg-info/requires.txt -@@ -4,4 +4,3 @@ - rdflib-jsonld >= 0.3.0 - shellescape - schema_salad == 1.7.20160316203940 --typing ---- cwltool.orig/setup.py -+++ cwltool/setup.py -@@ -37,7 +37,6 @@ - 'rdflib-jsonld >= 0.3.0', +--- a/setup.py ++++ b/setup.py +@@ -48,7 +48,6 @@ setup(name='cwltool', + 'rdflib >= 4.2.0, < 4.3.0', 'shellescape', - 'schema_salad == 1.7.20160316203940', -- 'typing' - ], + 'schema-salad >= 1.21.20161206204028, < 2', +- 'typing >= 3.5.2', + 'cwltest >= 1.0.20160907111242'], test_suite='tests', tests_require=[], +--- a/cwltool.egg-info/requires.txt ++++ b/cwltool.egg-info/requires.txt +@@ -4,5 +4,4 @@ ruamel.yaml == 0.12.4 + rdflib >= 4.2.0, < 4.3.0 + shellescape + schema-salad >= 1.21.20161206204028, < 2 +-typing >= 3.5.2 + cwltest >= 1.0.20160907111242 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/cwltool.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
