Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Bug 584715 Update mozmill versions for beta 3 r=harth
Browse files Browse the repository at this point in the history
  • Loading branch information
ctalbert committed Aug 7, 2010
1 parent 517bca0 commit d7a85ec
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions jsbridge/jsbridge/extension/install.rdf
Expand Up @@ -4,23 +4,23 @@
<Description about="urn:mozilla:install-manifest">
<em:id>jsbridge@mozilla.com</em:id>
<em:name>jsbridge</em:name>
<em:version>2.3.7b2</em:version>
<em:version>2.3.7b3</em:version>
<em:creator>Mikeal Rogers</em:creator>
<em:description>Python to JavaScript bridge</em:description>
<em:targetApplication>
<!-- Firefox -->
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3.5</em:minVersion>
<em:maxVersion>4.0b3pre</em:maxVersion>
<em:maxVersion>4.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<!-- Thunderbird -->
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>3.0a1pre</em:minVersion>
<em:maxVersion>3.2a1pre</em:maxVersion>
<em:maxVersion>4.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
Expand All @@ -36,7 +36,7 @@
<Description>
<em:id>songbird@songbirdnest.com</em:id>
<em:minVersion>0.3pre</em:minVersion>
<em:maxVersion>1.0.*</em:maxVersion>
<em:maxVersion>2.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
Expand Down
4 changes: 2 additions & 2 deletions jsbridge/setup.py
Expand Up @@ -42,9 +42,9 @@
summ = """A powerful and extensible Python to JavaScript bridge interface."""

PACKAGE_NAME = "jsbridge"
PACKAGE_VERSION = "2.3.7b2"
PACKAGE_VERSION = "2.3.7b3"

requires = ['mozrunner >= 2.4.4b2']
requires = ['mozrunner >= 2.4.4b3']

if not sys.version.startswith('2.6'):
requires.append('simplejson')
Expand Down
10 changes: 5 additions & 5 deletions mozmill/mozmill/extension/install.rdf
Expand Up @@ -4,23 +4,23 @@
<Description about="urn:mozilla:install-manifest">
<em:id>mozmill@mozilla.com</em:id>
<em:name>MozMill</em:name>
<em:version>1.4.2b2</em:version>
<em:version>1.4.2b3</em:version>
<em:creator>Adam Christian</em:creator>
<em:description>A testing extension based on the Windmill Testing Framework client source</em:description>
<em:targetApplication>
<!-- Firefox -->
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3.5</em:minVersion>
<em:maxVersion>4.0b3pre</em:maxVersion>
<em:maxVersion>4.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<!-- Thunderbird -->
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>3.0a1pre</em:minVersion>
<em:maxVersion>3.2a1pre</em:maxVersion>
<em:maxVersion>4.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
Expand All @@ -36,15 +36,15 @@
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.0a1</em:minVersion>
<em:maxVersion>2.1a3</em:maxVersion>
<em:maxVersion>3.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<!-- Songbird -->
<Description>
<em:id>songbird@songbirdnest.com</em:id>
<em:minVersion>0.3pre</em:minVersion>
<em:maxVersion>1.3.0a</em:maxVersion>
<em:maxVersion>2.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
Expand Down
4 changes: 2 additions & 2 deletions mozmill/setup.py
Expand Up @@ -41,7 +41,7 @@
summ = """A tool for full UI automation of Mozilla applications."""

PACKAGE_NAME = "mozmill"
PACKAGE_VERSION = "1.4.2b2"
PACKAGE_VERSION = "1.4.2b3"

setup(name=PACKAGE_NAME,
version=PACKAGE_VERSION,
Expand All @@ -61,7 +61,7 @@
mozmill-restart = mozmill:restart_cli
""",
platforms =['Any'],
install_requires = ['jsbridge >= 2.3.7b2', 'mozrunner >= 2.4.4b2'],
install_requires = ['jsbridge >= 2.3.7b3', 'mozrunner >= 2.4.4b3'],
classifiers=['Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: Developers',
Expand Down
2 changes: 1 addition & 1 deletion mozrunner/setup.py
Expand Up @@ -42,7 +42,7 @@
summ = """Reliable start/stop/configuration of Mozilla Applications (Firefox, Thunderbird, etc.)"""

PACKAGE_NAME = "mozrunner"
PACKAGE_VERSION = "2.4.4b2"
PACKAGE_VERSION = "2.4.4b3"

deps = []

Expand Down

0 comments on commit d7a85ec

Please sign in to comment.