Closed
Bug 1428708
Opened 7 years ago
Closed 6 years ago
[mozdevice] Add support for Python 3
Categories
(Testing :: Mozbase, enhancement, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: whimboo, Assigned: ahutusoru)
References
Details
Attachments
(2 files)
Without dropping support for legacy Python, we need to add support for Python 3 to mozdevice.
Reporter | ||
Updated•7 years ago
|
Updated•7 years ago
|
Priority: -- → P3
Comment 1•6 years ago
|
||
mozdevice 2.0 requires less stuff from the rest of mozbase (see bug 1506385), adjusting the dependency tree accordingly.
Comment 3•6 years ago
|
||
Thanks Andrei! Could you also take care of the following:
Bump the version number in testing/mozbase/mozdevice/setup.py
to "3.0.0", and update the classifiers so they reflect the versions of Python that we now support.
Prepare a universal distribution by creating a testing/mozbase/mozdevice/setup.cfg
file with the following contents:
[bdist_wheel]
universal=1
Updated•6 years ago
|
Flags: needinfo?(hutusoru.andrei)
Updated•6 years ago
|
Keywords: leave-open
Pushed by dhunt@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5e295b971fd8
[mozdevice] Add support for Python 3 r=ahal
Comment 5•6 years ago
|
||
bugherder |
Ups, I forgot to add those in the previous revision.
Thank you for the reminder Dave~
I have added a new revision ready for review here: https://phabricator.services.mozilla.com/D18553
Thank you !
Flags: needinfo?(hutusoru.andrei)
Updated•6 years ago
|
Attachment #9041162 -
Attachment description: Bug 1428708 - [mozdevice] Add support for Python 3 → Bug 1428708 - [mozdevice] Bump version number and prepare for Python 3 release
Pushed by dhunt@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/baee8b94d34e
[mozdevice] Bump version number and prepare for Python 3 release r=davehunt
Comment 9•6 years ago
|
||
bugherder |
Comment 10•6 years ago
|
||
mozdevice 3.0.0 has been released to PyPI: https://pypi.org/project/mozdevice/3.0.0/
You need to log in
before you can comment on or make changes to this bug.
Description
•