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

Commit fd386e5

Browse files
committed
Bug 907983 - Bump versions of mozrunner, and mozmill for 1.5.22 release. r=ctalbert
1 parent 8ccd420 commit fd386e5

File tree

3 files changed

+17
-43
lines changed

3 files changed

+17
-43
lines changed
Lines changed: 11 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,25 @@
11
<?xml version="1.0"?>
22
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
33
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
4+
45
<Description about="urn:mozilla:install-manifest">
56
<em:id>mozmill@mozilla.com</em:id>
6-
<em:name>MozMill</em:name>
7-
<em:version>1.5.21</em:version>
8-
<em:creator>Adam Christian</em:creator>
7+
<em:name>Mozmill</em:name>
8+
<em:version>1.5.22</em:version>
99
<em:description>A testing extension based on the Windmill Testing Framework client source</em:description>
1010
<em:unpack>true</em:unpack>
11+
12+
<em:creator>Mozilla Automation and Testing Team</em:creator>
13+
<em:contributor>Adam Christian</em:contributor>
14+
<em:contributor>Mikeal Rogers</em:contributor>
15+
1116
<em:targetApplication>
12-
<!-- Firefox -->
1317
<Description>
14-
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
15-
<em:minVersion>4.0</em:minVersion>
18+
<em:id>toolkit@mozilla.org</em:id>
19+
<em:minVersion>10.0</em:minVersion>
1620
<em:maxVersion>30.*</em:maxVersion>
1721
</Description>
1822
</em:targetApplication>
19-
<em:targetApplication>
20-
<!-- Thunderbird -->
21-
<Description>
22-
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
23-
<em:minVersion>5.0</em:minVersion>
24-
<em:maxVersion>30.*</em:maxVersion>
25-
</Description>
26-
</em:targetApplication>
27-
<em:targetApplication>
28-
<!-- Sunbird -->
29-
<Description>
30-
<em:id>{718e30fb-e89b-41dd-9da7-e25a45638b28}</em:id>
31-
<em:minVersion>1.0b5</em:minVersion>
32-
<em:maxVersion>1.*</em:maxVersion>
33-
</Description>
34-
</em:targetApplication>
35-
<em:targetApplication>
36-
<!-- SeaMonkey -->
37-
<Description>
38-
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
39-
<em:minVersion>2.1</em:minVersion>
40-
<em:maxVersion>2.*</em:maxVersion>
41-
</Description>
42-
</em:targetApplication>
43-
<em:targetApplication>
44-
<Description>
45-
<em:id>toolkit@mozilla.org</em:id>
46-
<em:minVersion>2.0</em:minVersion>
47-
<em:maxVersion>30.*</em:maxVersion>
48-
</Description>
49-
</em:targetApplication>
23+
5024
</Description>
5125
</RDF>

mozmill/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
summ = """A tool for full UI automation of Mozilla applications."""
4242

4343
PACKAGE_NAME = "mozmill"
44-
PACKAGE_VERSION = "1.5.21"
44+
PACKAGE_VERSION = "1.5.22"
4545

4646
setup(name=PACKAGE_NAME,
4747
version=PACKAGE_VERSION,
@@ -63,7 +63,7 @@
6363
""",
6464
platforms =['Any'],
6565
install_requires = ['jsbridge == 2.4.17',
66-
'mozrunner == 2.5.15',
66+
'mozrunner == 2.5.16',
6767
'ManifestDestiny == 0.2.2'],
6868
classifiers=['Development Status :: 4 - Beta',
6969
'Environment :: Console',

mozrunner/setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
desc = """Reliable start/stop/configuration of Mozilla Applications (Firefox, Thunderbird, etc.)"""
4242

4343
PACKAGE_NAME = "mozrunner"
44-
PACKAGE_VERSION = "2.5.15"
44+
PACKAGE_VERSION = "2.5.16"
4545

4646
deps = []
4747

@@ -56,9 +56,9 @@
5656
version=PACKAGE_VERSION,
5757
description=desc,
5858
long_description=desc,
59-
author='Mikeal Rogers, Mozilla',
60-
author_email='mikeal.rogers@gmail.com',
61-
url='http://github.com/mozautomation/mozmill',
59+
author='Mozilla Automation and Tools team',
60+
author_email='tools@lists.mozilla.org',
61+
url='http://github.com/mozilla/mozmill',
6262
license='MPL 1.1/GPL 2.0/LGPL 2.1',
6363
packages=find_packages(exclude=['legacy']),
6464
zip_safe=False,

0 commit comments

Comments
 (0)