Skip to content

Commit 63aee8f

Browse files
committed
pin cwltool==3.1.20241217163858 (relates to common-workflow-language/cwltool#2082)
1 parent 31e0969 commit 63aee8f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.rst

+6
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ Changes:
2727
case-by-case details about the specific cause of failure handled by the *rule* callable.
2828
- Update certain ``cornice`` service definitions that were using "``prov``" as referencing to `Providers` to avoid
2929
confusion with the multiple ``PROV``/`Provenance` related terminology and services added for the new feature.
30+
- Pin ``cwltool==3.1.20241217163858`` to employ the official release including
31+
``PROV`` configuration provided to easily configured `Weaver`
32+
(relates to `common-workflow-language/cwltool#2082 <https://github.com/common-workflow-language/cwltool/pull/2082>_)
33+
and integrate previously provided fixes
34+
(relates to `common-workflow-language/cwltool#2082 <https://github.com/common-workflow-language/cwltool/pull/2036>_)
35+
that were applied by a forked backport ``https://github.com/fmigneault/cwltool`` repository.
3036

3137
Fixes:
3238
------

requirements.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ cryptography
4242
# use cwltool gpu-enabled support until integrated within the original tool
4343
# (https://github.com/common-workflow-language/common-workflow-language/issues/587)
4444
### git+https://github.com/crim-ca/cwltool@docker-gpu#egg=cwltool
45-
##cwltool==3.1.20230906142556
46-
cwltool @ git+https://github.com/fmigneault/cwltool.git@cwl-prov-class
45+
cwltool==3.1.20241217163858
4746
# for some reason, not the same release number,
4847
# but same code as https://github.com/common-workflow-language/cwlprov/tree/0.6.0
4948
cwlprov==0.1.1

0 commit comments

Comments
 (0)