chiark / gitweb /
Merge branch 'py3' into 'master'
authorDaniel Martí <mvdan@mvdan.cc>
Fri, 11 Mar 2016 23:51:56 +0000 (23:51 +0000)
committerDaniel Martí <mvdan@mvdan.cc>
Fri, 11 Mar 2016 23:51:56 +0000 (23:51 +0000)
commitf267a1d7c94793dfd336f1fd4c06c75be0c70157
tree59407980629197c17c2d355b9907b5ff2116f8b8
parenteb22714818b5ca07f748e076a9936a2904c5f2b2
parent375af1b8444ff527be19aa0c1e2d4d901e15fe12
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
fdroidserver/checkupdates.py
fdroidserver/common.py