A fix is to use the downloadurlmangle option, i.e. this line in d/watch (based on David Steele's solution for git*hub* in #1019696):

That's not enough: it was able to notice that there was a new upstream available, but not to actually update to it. This works:

version=4
opts="uversionmangle=s/-([ab])/~$1/g,dversionmangle=auto,repacksuffix=+dfsg,downloadurlmangle=s#tags/([0-9.]+)#archive/$1/openpyxl-$1.tar.gz#g,filenamemangle=s#tags/([0-9.]+)#openpyxl-$1.tar.gz#g" \
https://foss.heptapod.net/openpyxl/openpyxl/-/tags .*/tags/@ANY_VERSION@

Reply via email to