Michael R. Crusoe pushed to branch master at Debian Med / toil
Commits: 6aedbb68 by Michael R. Crusoe at 2020-04-27T15:49:27+02:00 Add python3-distutils dependency, needed for python3-docker - - - - - 83123654 by Michael R. Crusoe at 2020-04-27T15:53:09+02:00 debian/copyright: remove leading "./" - - - - - 4e5276fb by Michael R. Crusoe at 2020-04-27T15:55:33+02:00 4.0.0-2 - - - - - 3 changed files: - debian/changelog - debian/control - debian/copyright Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +toil (4.0.0-2) unstable; urgency=medium + + * Add python3-distutils dependency, needed for python3-docker + * debian/copyright: remove leading "./" + + -- Michael R. Crusoe <[email protected]> Mon, 27 Apr 2020 15:55:22 +0200 + toil (4.0.0-1) unstable; urgency=medium * New upstream version ===================================== debian/control ===================================== @@ -13,6 +13,7 @@ Build-Depends: debhelper-compat (= 12), python3-future, python3-pytest-xdist, cwltool, + python3-distutils, # documentation python3-urllib3, python3-sphinx @@ -26,6 +27,7 @@ Package: toil Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, + python3-distutils, cwltool Recommends: python3-boto, python3-boto3, ===================================== debian/copyright ===================================== @@ -8,23 +8,23 @@ Copyright: Benedict Paten <[email protected]> 2015-2018 UCSC Computational Genomics Lab License: Apache-2.0 -Files: ./src/toil/test/cwl/cwlTest.py +Files: src/toil/test/cwl/cwlTest.py Copyright: 2015, Curoverse, Inc License: Apache-2.0 -Files: ./src/toil/batchSystems/slurm.py +Files: src/toil/batchSystems/slurm.py Copyright: 2016, Duke Center for Genomic and Computational Biology License: Apache-2.0 -Files: ./src/toil/batchSystems/htcondor.py +Files: src/toil/batchSystems/htcondor.py Copyright: 2018, HTCondor Team, Computer Sciences Department, License: Apache-2.0 -Files: ./docs/vendor/sphinxcontrib/fulltoc.py +Files: docs/vendor/sphinxcontrib/fulltoc.py Copyright: 2012, New Dream Network, LLC (DreamHost) License: Apache-2.0 -Files: ./src/toil/wdl/wdl_parser.py +Files: src/toil/wdl/wdl_parser.py Copyright: 2015, Broad Institute, Inc. License: BSD-3-clause Redistribution and use in source and binary forms, with or without @@ -51,11 +51,11 @@ License: BSD-3-clause CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF T -Files: ./src/toil/batchSystems/lsfHelper.py +Files: src/toil/batchSystems/lsfHelper.py Copyright: 2013-2017 "Rory Kirchne" <[email protected]> and contributors License: Expat -Files: ./src/toil/batchSystems/lsf.py +Files: src/toil/batchSystems/lsf.py Copyright: 2013, Thomas Keane <[email protected]> License: Expat View it on GitLab: https://salsa.debian.org/med-team/toil/-/compare/46d27b7b1c0020db4180d6ae9eeccb4186258c86...4e5276fbb6f5d0e672203f84dd6494cc54491a79 -- View it on GitLab: https://salsa.debian.org/med-team/toil/-/compare/46d27b7b1c0020db4180d6ae9eeccb4186258c86...4e5276fbb6f5d0e672203f84dd6494cc54491a79 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
