Commit Graph

6 Commits (768ccccd9b18bc48d129b12d14eace4ebb3655d8)

Author SHA1 Message Date
dirkf b870181229 [build] Extend use of `devscripts/utils`
Philipp Hagemeister dcddc10a50 [test_unicode_literals] Arm unicode_literals check
From now on, the line

from __future__ import unicode_literals

should be contained in every single Python file lest we run into any more 2.x/3.x issues.
Going forward, we're likely to develop on 3.x only and would likely miss subtle bugs otherwise.
Philipp Hagemeister 8851a574a3 Fix add-versions
Philipp Hagemeister 1d213233cd Do not re-download files for hashsum generation (Fixes )
Philipp Hagemeister d2d1eb5b0a Switch to domain yt-dl.org
Filippo Valsorda b962b76f43 re-worked release workflow, it is one-step and creates GPG signatures now