Re: The push to roundup releases 1.6.1 and 2.0.0alpha1 (and other updates)
Joseph Myers <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.devel,gmane.comp.bug-tracking.roundup.user |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 17 Jun 2019, John P. Rouillard wrote: > 1) roundup is multilingual. It can be used with python 3.4 (or newer) > or python 2.7.2 or newer. (Note your trackers may need to be > upgraded to run under python 3 if you are currently using python > 2. If you are using dbm backends you will have to dump/restore > the tracker.) You also need to dump/restore for mysql, because of how Roundup with Python 2 stores UTF-8 mislabelled as another character set with the mysql back-end (and to delete the dbm otks and sessions databases for sqlite). In all cases you'll probably need to merge Python 3 changes into the templates and Python files in your tracker. > Joseph Myers (Python 3 support) And Christof Meerwald, who got the Python 3 support from more or less working for some basic uses of a demo tracker (the state after my initial patches) to actually passing all the tests. -- Joseph S. Myers [email protected]