L10n:Pontoon/Python 3: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(futures)
mNo edit summary
Line 5: Line 5:
   django-sslserver: seems to be working well in python3
   django-sslserver: seems to be working well in python3
   pylama: seems to be working well in python3
   pylama: seems to be working well in python3
   silme: [https://github.com/mathjazz/silme/pull/1 we have a pull ready to be merged]
   silme: [https://github.com/mathjazz/silme/pull/1 we made our for python3 compatible]
   mercurial: could be installed as a separate dependency (apt-get), but we might be good for our usecase (addremove, commit, push, clone) [[https://www.mercurial-scm.org/wiki/Python3 1], [https://www.mercurial-scm.org/repo/hg-committed/file/tip/contrib/python3-whitelist 2]].
   mercurial: we upgraded to version 5.0 with beta python3 support, seems to be working well
   futures: not needed in python3: https://github.com/jazzband/django-pipeline/blob/1.5.3/setup.py#L9
   futures: not needed in python3: https://github.com/jazzband/django-pipeline/blob/1.5.3/setup.py#L9

Revision as of 14:32, 11 June 2019

We should support python3 in order to upgrade to Django 2.x. We track this in bug 1362323.

Unresolved dependencies:

 django-sslserver: seems to be working well in python3
 pylama: seems to be working well in python3
 silme: we made our for python3 compatible
 mercurial: we upgraded to version 5.0 with beta python3 support, seems to be working well
 futures: not needed in python3: https://github.com/jazzband/django-pipeline/blob/1.5.3/setup.py#L9