Skip to content

Commit 3f725e9

Browse files
committed
No reason to include the draft-N schemas
They haven't been used for years
1 parent 80c8ee1 commit 3f725e9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+4
-10610
lines changed

MANIFEST.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ prune cwltool/schemas/v1.0/salad/schema_salad/tests
6262
prune cwltool/schemas/v1.1.0-dev1/salad/typeshed
6363
prune cwltool/schemas/v1.1.0-dev1/salad/schema_salad/tests
6464
prune cwltool/schemas/presentations
65-
prune cwltool/schemas/draft-2
66-
prune cwltool/schemas/draft-1
67-
prune cwltool/schemas/draft-3
6865
prune cwltool/schemas/site
6966
prune cwltool/schemas/v1.0/examples
7067
prune cwltool/schemas/v1.0/v1.0

cwltool/load_tool.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,10 @@ def resolve_and_validate_document(
307307
"No cwlVersion found. "
308308
"Use the following syntax in your CWL document to declare "
309309
"the version: cwlVersion: <version>.\n"
310-
"Note: if this is a CWL draft-2 (pre v1.0) document then it "
311-
"will need to be upgraded first."
310+
"Note: if this is a CWL draft-3 (pre v1.0) document then it "
311+
"will need to be upgraded first using https://pypi.org/project/cwl-upgrader/ . "
312+
"'sbg:draft-2' documents can be upgraded using "
313+
"https://pypi.org/project/sevenbridges-cwl-draft2-upgrader/ ."
312314
)
313315

314316
if not isinstance(cwlVersion, str):

cwltool/schemas/draft-1/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

cwltool/schemas/draft-1/json-schema-draft-04.json

Lines changed: 0 additions & 189 deletions
This file was deleted.

cwltool/schemas/draft-1/metaschema.json

Lines changed: 0 additions & 159 deletions
This file was deleted.

0 commit comments

Comments
 (0)