Michael R. Crusoe pushed to branch master at Debian Med / trinityrnaseq
Commits: bfa66f4a by Michael R. Crusoe at 2023-01-21T11:39:48+01:00 d/watch: update for GitHub API breakage - - - - - 2 changed files: - debian/changelog - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +trinityrnaseq (2.14.0+dfsg-2) UNRELEASED; urgency=medium + + * d/watch: update for GitHub API breakage + + -- Michael R. Crusoe <[email protected]> Sat, 21 Jan 2023 11:39:46 +0100 + trinityrnaseq (2.14.0+dfsg-1) unstable; urgency=medium * New upstream version ===================================== debian/watch ===================================== @@ -1,6 +1,12 @@ version=4 -opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg.*//g,repack,compression=xz" \ - https://github.com/trinityrnaseq/trinityrnaseq/releases \ - .*v@ANY_VERSION@(?:\.wExtSampleData|\.FULL_with_extendedTestData)@ARCHIVE_EXT@ + +opts=\ +repack,\ +compression=xz,\ +repacksuffix=+dfsg,\ +dversionmangle=auto,\ +searchmode=plain \ + https://api.github.com/repos/trinityrnaseq/trinityrnaseq/releases \ + https://github.com/trinityrnaseq/trinityrnaseq/releases/download/Trinity-v[\d\.]+/trinityrnaseq-v@ANY_VERSION@(?:\.FULL_with_extendedTestData)@ARCHIVE_EXT@ # the ?: means the grouping is non-capturing, so the wExtSampleData or with_extendedTestData part isn't included in the version number View it on GitLab: https://salsa.debian.org/med-team/trinityrnaseq/-/commit/bfa66f4a3c87bc9a427d2d29658ac0175ce146ef -- View it on GitLab: https://salsa.debian.org/med-team/trinityrnaseq/-/commit/bfa66f4a3c87bc9a427d2d29658ac0175ce146ef 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
