Michael R. Crusoe pushed to branch master at Debian Med / toil
Commits: f1caf787 by Michael R. Crusoe at 2026-01-08T09:47:45+01:00 Bump minimum cwltool version & add 2 suggests - - - - - d5036062 by Michael R. Crusoe at 2026-01-08T09:47:45+01:00 release to unstable - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,4 +1,4 @@ -toil (9.1.2-1) UNRELEASED; urgency=medium +toil (9.1.2-1) unstable; urgency=medium [ Andreas Tille ] * Team upload. @@ -10,8 +10,10 @@ toil (9.1.2-1) UNRELEASED; urgency=medium * New upstream version * Freshen version patch * d/rules: skip testing on Python 3.14 until the next toil release + * d/control: bump minimum cwltool version, add two suggestions + (condor, kubernetes) - -- Michael R. Crusoe <[email protected]> Wed, 07 Jan 2026 14:07:55 +0100 + -- Michael R. Crusoe <[email protected]> Thu, 08 Jan 2026 09:36:23 +0100 toil (9.1.0-1) unstable; urgency=medium ===================================== debian/control ===================================== @@ -4,6 +4,7 @@ Uploaders: Steffen Moeller <[email protected]>, Michael R. Crusoe <[email protected]> Section: net Testsuite: autopkgtest-pkg-pybuild +Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, @@ -13,7 +14,7 @@ Build-Depends: debhelper-compat (= 13), python3-configargparse, python3-docker, python3-dill, - cwltool (>= 3.1.20240112164112), + cwltool (>= 3.1.20250715140722), python3-schema-salad, python3-enlighten, python3-wdlparse, @@ -36,7 +37,7 @@ Build-Depends: debhelper-compat (= 13), cwltest <!nocheck>, python3-pytest-timeout <!nocheck>, python3-prompt-toolkit <!nocheck>, - python3-pytest-httpserver <!nocheck>, + python3-pytest-httpserver <!nocheck> Standards-Version: 4.7.3 Vcs-Browser: https://salsa.debian.org/med-team/toil Vcs-Git: https://salsa.debian.org/med-team/toil.git @@ -46,14 +47,16 @@ Package: toil Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, - cwltool (>= 3.1.20240112164112), + cwltool (>= 3.1.20250715140722), python3-schema-salad, python3-boto3 Recommends: python3-libcloud # for mesos support, but needs python3-mesos first # python3-protobuf, Suggests: podman | docker.io | singularity-container | docker-ce, - python3-idna + python3-idna, + condor, + python3-kubernetes Provides: cwl-runner #Suggests: python-toil-doc Description: cross-platform workflow engine View it on GitLab: https://salsa.debian.org/med-team/toil/-/compare/4be69ee1bc862dae3b0e7bbde152701da160a817...d5036062abe1f0c4b035efdc59251bb821409815 -- View it on GitLab: https://salsa.debian.org/med-team/toil/-/compare/4be69ee1bc862dae3b0e7bbde152701da160a817...d5036062abe1f0c4b035efdc59251bb821409815 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
