Michael R. Crusoe pushed to branch master at Debian Med / cwltool
Commits: 05b004a0 by Michael R. Crusoe at 2020-06-22T10:30:59+02:00 Allow newer ruamel.yaml version. Closes: #963318 - - - - - ad3300a2 by Michael R. Crusoe at 2020-06-22T10:39:08+02:00 release 3.0.20200324120055+dfsg-2 - - - - - 3 changed files: - debian/changelog - + debian/patches/accept_newer_ruamel - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +cwltool (3.0.20200324120055+dfsg-2) unstable; urgency=medium + + * Allow newer ruamel.yaml version. Closes: #963318 + + -- Michael R. Crusoe <[email protected]> Mon, 22 Jun 2020 10:38:55 +0200 + cwltool (3.0.20200324120055+dfsg-1) unstable; urgency=medium [ Michael R. Crusoe ] ===================================== debian/patches/accept_newer_ruamel ===================================== @@ -0,0 +1,23 @@ +Author: Micharl R. Crusoe <[email protected]> +Description: allower newer ruamel.yaml versions + +--- cwltool.orig/requirements.txt ++++ cwltool/requirements.txt +@@ -1,5 +1,5 @@ + requests>=2.4.3 +-ruamel.yaml>=0.12.4,<=0.16.5 ++ruamel.yaml>=0.12.4 + rdflib>=4.2.2,<4.3 + shellescape>=3.4.1,<3.5 + schema-salad>=5,<6 +--- cwltool.orig/setup.py ++++ cwltool/setup.py +@@ -38,7 +38,7 @@ + "setuptools", + "requests >= 2.6.1", # >= 2.6.1 to workaround + # https://github.com/ionrock/cachecontrol/issues/137 +- "ruamel.yaml >= 0.12.4, <= 0.16.5", ++ "ruamel.yaml >= 0.12.4", + "rdflib >= 4.2.2, < 4.3.0", + "shellescape >= 3.4.1, < 3.5", + "schema-salad >= 5.0.20200126033820, < 6", ===================================== debian/patches/series ===================================== @@ -6,3 +6,4 @@ python3 pathlib2 pytest s390x-no-sys-class-power.patch +accept_newer_ruamel View it on GitLab: https://salsa.debian.org/med-team/cwltool/-/compare/2741eabe1787ec64fe04369ff9e18e434d29abda...ad3300a25512754fcfeede5c6a1df35f9c7a0356 -- View it on GitLab: https://salsa.debian.org/med-team/cwltool/-/compare/2741eabe1787ec64fe04369ff9e18e434d29abda...ad3300a25512754fcfeede5c6a1df35f9c7a0356 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
