author | Jonathan Griffin <jgriffin@mozilla.com> |
Sun, 21 Jun 2015 13:40:54 -0700 | |
changeset 249899 | dd73baf23939c062876f9c199b71249a59f2737d |
parent 249898 | 056a7557fad64106ac402236b0384bf90e9a8357 |
child 249900 | 44f7f81a3f2ff22147b7afedbf98a47d0886c1ce |
push id | 61386 |
push user | jgriffin@mozilla.com |
push date | Sun, 21 Jun 2015 20:41:05 +0000 |
treeherder | mozilla-inbound@dd73baf23939 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | dburns |
bugs | 1176408 |
milestone | 41.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/testing/marionette/driver/requirements.txt +++ b/testing/marionette/driver/requirements.txt @@ -1,2 +1,2 @@ -marionette-transport == 0.4 +marionette-transport == 0.5 mozrunner >= 6.2
--- a/testing/marionette/driver/setup.py +++ b/testing/marionette/driver/setup.py @@ -1,11 +1,11 @@ from setuptools import setup, find_packages -version = '0.8' +version = '0.9' # dependencies with open('requirements.txt') as f: deps = f.read().splitlines() setup(name='marionette_driver', version=version, description="Marionette Driver",
--- a/testing/marionette/transport/setup.py +++ b/testing/marionette/transport/setup.py @@ -1,11 +1,11 @@ from setuptools import setup, find_packages -version = '0.4' +version = '0.5' long_description = \ """Marionette_ is a Mozilla project to enable remote automation in Gecko-based projects, including desktop Firefox, mobile Firefox, and Firefox OS. It is inspired by `Selenium Webdriver`_. This package defines the transport layer used by a Marionette client to communicate with the Marionette server embedded in Gecko. It has no entry