From: Daniel Martí Date: Fri, 11 Mar 2016 23:51:56 +0000 (+0000) Subject: Merge branch 'py3' into 'master' X-Git-Tag: 0.7.0~86 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f267a1d7c94793dfd336f1fd4c06c75be0c70157;p=fdroidserver.git Merge branch 'py3' into 'master' Python 3 I tried to keep commits separate, so if anything causes trouble, it can be reverted or changed easily. * pre-commit hooks pass * all tests pass * My use of `build`, `checkupdates`, `lint`, `import`, `publish` and `update` work as usual * 2to3 does not report anything useful anymore (only useless parentheses and list() encapsulation of iterators) * rewritemeta works exactly as usual CC @eighthave See merge request !88 --- f267a1d7c94793dfd336f1fd4c06c75be0c70157