зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1492341 - Bump mozrunner version to 7.0.2; r=tcsc
TPS is currently depending on mozrunner v7.0.1, which depends on an earlier version of mozprofile. For TPS to be able to use the latest version of mozprofile we need to release a new version of mozrunner with the recent mozprofile version identifier update. Differential Revision: https://phabricator.services.mozilla.com/D6406 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
1fdd6d2def
Коммит
e0f982a753
|
@ -7,7 +7,7 @@ from __future__ import absolute_import
|
|||
from setuptools import setup, find_packages
|
||||
|
||||
PACKAGE_NAME = 'mozrunner'
|
||||
PACKAGE_VERSION = '7.0.1'
|
||||
PACKAGE_VERSION = '7.0.2'
|
||||
|
||||
desc = """Reliable start/stop/configuration of Mozilla Applications (Firefox, Thunderbird, etc.)"""
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ deps = ['httplib2 == 0.9.2',
|
|||
'mozinstall == 1.16',
|
||||
'mozprocess == 0.26',
|
||||
'mozprofile == 2.0.0',
|
||||
'mozrunner == 7.0.1',
|
||||
'mozrunner == 7.0.2',
|
||||
'mozversion == 1.5',
|
||||
]
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче