Roundup Tracker - Issues

Issue 2550969

classification
Christof's Python 3 preparation patches
Type: rfe Severity: normal
Components: Infrastructure Versions: devel
process
Status: fixed fixed
:
: : cmeerw, joseph_myers
Priority: : patch, python3

Created on 2018-07-25 19:33 by joseph_myers, last changed 2018-08-02 23:26 by joseph_myers.

Messages
msg6125 Author: [hidden] (joseph_myers) Date: 2018-07-25 19:33
Christof's Python 3 patches from
https://bitbucket.org/cmeerw/roundup/commits/branch/py3-cmeerw need to
be merged to trunk.
msg6145 Author: [hidden] (cmeerw) Date: 2018-07-29 09:36
The patches are now in the "py3" branch:

https://bitbucket.org/cmeerw/roundup/commits/branch/py3

(the py3-cmeerw branch contains a few other changes not directly 
related to Python 3)

Anyway, I now get:

141 failed, 644 passed, 354 skipped (with Python 3)
785 passed, 354 skipped (with Python 2)

with most of the remaining failures in the mailgw tests (but I don't 
test MySQL or PostgreSQL)
msg6147 Author: [hidden] (joseph_myers) Date: 2018-07-29 09:56
Great!  Hopefully you can get write access soon (given a Sourceforge
username provided to Ralf as per
https://sourceforge.net/p/roundup/mailman/message/36376896/ ) to start
pushing your fixes to trunk (recall I omitted my gettext fixes from the
patches I pushed to trunk, given the problems you found with them, so
your gettext fixes will need to be integrated with any parts of that
patch that are still relevant for application to trunk).

For mailgw failures it will be necessary to update the patches mentioned
in issue2550970 and get those onto trunk.
msg6162 Author: [hidden] (joseph_myers) Date: 2018-08-02 23:26
These patches are now on trunk.
History
Date User Action Args
2018-08-02 23:26:02joseph_myerssetstatus: new -> fixed
resolution: fixed
messages: + msg6162
2018-07-29 09:56:56joseph_myerssetmessages: + msg6147
2018-07-29 09:36:41cmeerwsetmessages: + msg6145
2018-07-26 10:40:54joseph_myerssetkeywords: + patch, python3
2018-07-25 19:33:13joseph_myerscreate