[med-svn] [Git][med-team/cwltool][master] 3 commits: This version break toil versions of less than 5.5.
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Thu Sep 30 11:21:46 BST 2021
Michael R. Crusoe pushed to branch master at Debian Med / cwltool
Commits:
3087be93 by Michael R. Crusoe at 2021-09-30T12:17:09+02:00
This version break toil versions of less than 5.5.
- - - - -
3a75fe1d by Michael R. Crusoe at 2021-09-30T12:18:03+02:00
pytest 6.2+ is the minimum version required.
- - - - -
d122f436 by Michael R. Crusoe at 2021-09-30T12:19:28+02:00
routine-update: Ready to upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/tests/control
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+cwltool (3.1.20210922203925-2) unstable; urgency=medium
+
+ * This version break toil versions of less than 5.5.
+ * pytest 6.2+ is the minimum version required.
+
+ -- Michael R. Crusoe <crusoe at debian.org> Thu, 30 Sep 2021 12:19:28 +0200
+
cwltool (3.1.20210922203925-1) unstable; urgency=medium
* New upstream version
=====================================
debian/control
=====================================
@@ -18,7 +18,7 @@ Build-Depends: debhelper-compat (= 13),
python3-sparqlwrapper,
python3-keepalive,
python3-ruamel.yaml,
- python3-pytest <!nocheck>,
+ python3-pytest (>> 6.2) <!nocheck>,
python3-pytest-xdist <!nocheck>,
python3-pytest-runner <!nocheck>,
python3-pytest-mock <!nocheck>,
@@ -46,7 +46,7 @@ Depends: ${python3:Depends},
python3-arcp,
python3-argcomplete
Recommends: nodejs
-Breaks: toil (<< 5)
+Breaks: toil (<< 5.5)
Suggests: podman | docker.io | singularity-container
Provides: cwl-runner
Description: Common Workflow Language reference implementation
=====================================
debian/tests/control
=====================================
@@ -1,3 +1,3 @@
Tests: run-tests
-Depends: @, python3-pytest-xdist, python3-pytest-mock, python3-pytest-runner, nodejs, curl, python3-mock, procps
+Depends: @, python3-pytest-xdist, python3-pytest-mock, python3-pytest-runner, nodejs, curl, python3-mock, procps, python3-test (>> 6.2)
Restrictions: allow-stderr
View it on GitLab: https://salsa.debian.org/med-team/cwltool/-/compare/1cda6d2864cb09be261a000a3c38c004a6b1dc9f...d122f4365be81d7fe8ef51437edfdd1fddf75b29
--
View it on GitLab: https://salsa.debian.org/med-team/cwltool/-/compare/1cda6d2864cb09be261a000a3c38c004a6b1dc9f...d122f4365be81d7fe8ef51437edfdd1fddf75b29
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210930/34b0ff29/attachment-0001.htm>
More information about the debian-med-commit
mailing list