[elbe-devel] [PATCH 0/5] Allow elbe-daemon to run with Python3
Bastian Germann
bage at linutronix.de
Mon Jan 13 18:00:45 CET 2020
Am 10.01.20 um 15:45 schrieb Christian Teklenborg:
> Those patches apply on the patch series named Python3: fundamental compatibility
> changes. With these changes you can run elbe-daemon with Python3. Tested with
> the powerpc.xml example.
>
> Christian Teklenborg (5):
> Python3: change imports for python3 compatibility
> Python3: fix the relative imports
> Python3: use encode instead of unicode() function
> Python3: use os.write() instead of write()
> Python3: use bytes() to convert unicode to binary
For each contained patch:
Reviewed-by: Bastian Germann <bage at linutronix.de>
>
> elbepack/asyncworker.py | 8 ++++++--
> elbepack/daemons/soap/__init__.py | 2 +-
> elbepack/daemons/soap/authentication.py | 2 +-
> elbepack/db.py | 5 ++++-
> elbepack/efilesystem.py | 4 ++--
> elbepack/elbexml.py | 6 ++++--
> elbepack/licencexml.py | 2 +-
> elbepack/rfs.py | 9 ++++++---
> elbepack/soapclient.py | 2 +-
> 9 files changed, 26 insertions(+), 14 deletions(-)
>
More information about the elbe-devel
mailing list