Merge lp:~wgrant/lazr.restful/ztk-1.1.6 into lp:lazr.restful

Proposed by William Grant
Status: Merged
Merged at revision: 209
Proposed branch: lp:~wgrant/lazr.restful/ztk-1.1.6
Merge into: lp:lazr.restful
Diff against target: 227 lines (+122/-66)
3 files modified
buildout.cfg (+0/-7)
versions.cfg (+10/-59)
ztk-versions.cfg (+112/-0)
To merge this branch: bzr merge lp:~wgrant/lazr.restful/ztk-1.1.6
Reviewer Review Type Date Requested Status
Dimitri John Ledkov Approve
Colin Watson (community) Approve
Review via email: mp+264099@code.launchpad.net

Commit message

Upgrade to ZTK 1.1.6 and match other dependencies to versions used by LP.

Description of the change

Upgrade to ZTK 1.1.6 and match other dependencies to versions used by LP.

I had to downgrade zope.traversing to 3.12.1, since 3.13 breaks django.txt by only looking for an ILocation adapter when there is no __parent__ attribute.

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) wrote :

If it works. It's a bit awkward that we won't be testing a matching version of zope.traversing, but as long as it's only IDjangoLocation that breaks I guess it's not too bad.

review: Approve
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

yes please. =)

review: Approve
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

Does this need a release, for e.g. launchpad?

Revision history for this message
Colin Watson (cjwatson) wrote :

No - Launchpad uses its own *versions.cfg.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'buildout.cfg'
2--- buildout.cfg 2011-11-18 22:23:44 +0000
3+++ buildout.cfg 2015-07-08 04:34:35 +0000
4@@ -1,7 +1,6 @@
5 [buildout]
6 extends = versions.cfg
7 parts =
8- lxml
9 interpreter
10 test
11 docs
12@@ -31,9 +30,3 @@
13 [tags]
14 recipe = z3c.recipe.tag:tags
15 eggs = lazr.restful
16-
17-[lxml]
18-recipe = z3c.recipe.staticlxml
19-egg = lxml
20-libxslt-url = ftp://xmlsoft.org/libxml2/libxslt-1.1.26.tar.gz
21-libxml2-url = ftp://xmlsoft.org/libxml2/libxml2-2.7.6.tar.gz
22
23=== modified file 'versions.cfg'
24--- versions.cfg 2015-04-09 14:02:44 +0000
25+++ versions.cfg 2015-07-08 04:34:35 +0000
26@@ -1,4 +1,5 @@
27 [buildout]
28+extends = ztk-versions.cfg
29 versions = versions
30 allow-picked-versions = false
31 use-dependency-links = false
32@@ -6,69 +7,19 @@
33 [versions]
34 # Alphabetical, case-SENSITIVE, blank line after this comment
35
36-Jinja2 = 2.5.5
37-Pygments = 1.4
38-RestrictedPython = 3.6.0
39-Sphinx = 1.0.7
40-ZConfig = 2.7.1
41-ZODB3 = 3.9.2
42-docutils = 0.7
43 epydoc = 3.0.1
44 fixtures = 0.3.9
45-grokcore.component = 1.6
46 lazr.batchnavigator = 1.2.11
47 lazr.delegates = 1.2.0
48-lazr.enum = 1.1.2
49-lazr.lifecycle = 1.0
50-lazr.uri = 1.0.2
51-lxml = 2.2.7
52-martian = 0.11
53-pytz = 2010o
54-setuptools = 0.6c11
55-simplejson = 2.2.1
56-testtools = 0.9.11
57-transaction = 1.0.0
58+lazr.enum = 1.1.3
59+lazr.lifecycle = 1.1
60+lazr.uri = 1.0.3
61+simplejson = 3.1.3
62 van.testing = 3.0.0
63-wsgi-intercept = 0.4
64+wsgi-intercept = 0.5.1
65 wsgiref = 0.1.2
66-z3c.recipe.scripts = 1.0.1
67-z3c.recipe.sphinxdoc = 0.0.8
68-z3c.recipe.staticlxml = 0.7.1
69-z3c.recipe.tag = 0.2.0
70-zc.buildout = 1.5.2
71-zc.lockfile = 1.0.0
72-zc.recipe.cmmi = 1.3.1
73-zc.recipe.egg = 1.3.2
74-zc.recipe.testrunner = 1.4.0
75-zdaemon = 2.0.4
76-zope.annotation = 3.5.0
77+z3c.recipe.tag = 0.6
78 zope.app.pagetemplate = 3.11.2
79-zope.browser = 1.3
80-zope.browserpage = 3.12.2
81-zope.cachedescriptors = 3.5.1
82-zope.component = 3.10.0
83-zope.configuration = 3.6.0
84-zope.contenttype = 3.5.1
85-zope.copy = 3.5.0
86-zope.datetime = 3.4.0
87-zope.dublincore = 3.8.1
88-zope.event = 3.5.0-1
89-zope.exceptions = 3.5.2
90-zope.hookable = 3.4.1
91-zope.i18n = 3.7.4
92-zope.i18nmessageid = 3.5.3
93-zope.interface = 3.6.1
94-zope.lifecycleevent = 3.6.2
95-zope.location = 3.9.0
96-zope.pagetemplate = 3.5.2
97-zope.processlifetime = 1.0
98-zope.proxy = 3.6.1
99-zope.publisher = 3.12.6
100-zope.schema = 3.7.1
101-zope.security = 3.8.0
102-zope.size = 3.4.1
103-zope.tal = 3.5.2
104-zope.tales = 3.5.1
105-zope.testing = 3.10.2
106-zope.testrunner = 4.0.0b5
107-zope.traversing = 3.8.0
108+# zope.traversing 3.13 only adapts to ILocation if __parent__ isn't
109+# available, breaking IDjangoLocation.
110+zope.traversing = 3.12.1
111
112=== added file 'ztk-versions.cfg'
113--- ztk-versions.cfg 1970-01-01 00:00:00 +0000
114+++ ztk-versions.cfg 2015-07-08 04:34:35 +0000
115@@ -0,0 +1,112 @@
116+[versions]
117+# ZTK
118+zope.annotation = 3.6.0
119+zope.applicationcontrol = 3.5.5
120+zope.authentication = 3.7.1
121+zope.broken = 3.6.0
122+zope.browser = 1.3
123+zope.browsermenu = 3.9.1
124+zope.browserpage = 3.12.2
125+zope.browserresource = 3.12.0
126+zope.cachedescriptors = 3.5.1
127+zope.catalog = 3.8.2
128+zope.component = 3.10.0
129+zope.componentvocabulary = 1.0.1
130+zope.configuration = 3.7.4
131+zope.container = 3.12.0
132+zope.contentprovider = 3.7.2
133+zope.contenttype = 3.5.5
134+zope.copy = 3.5.0
135+zope.copypastemove = 3.8.0
136+zope.datetime = 3.4.1
137+zope.deferredimport = 3.5.3
138+zope.deprecation = 3.4.1
139+zope.dottedname = 3.4.6
140+zope.dublincore = 3.8.2
141+zope.error = 3.7.4
142+zope.event = 3.5.2
143+zope.exceptions = 3.6.2
144+zope.filerepresentation = 3.6.1
145+zope.formlib = 4.0.6
146+zope.hookable = 3.4.1
147+zope.i18n = 3.7.4
148+zope.i18nmessageid = 3.5.3
149+zope.index = 3.6.4
150+zope.interface = 3.7.0
151+zope.intid = 3.7.2
152+zope.keyreference = 3.6.4
153+zope.lifecycleevent = 3.6.2
154+zope.location = 3.9.1
155+zope.login = 1.0.0
156+zope.mimetype = 1.3.1
157+zope.minmax = 1.1.2
158+zope.pagetemplate = 3.5.2
159+zope.password = 3.6.1
160+zope.pluggableauth = 1.2
161+zope.principalannotation = 3.6.1
162+zope.principalregistry = 3.7.1
163+zope.processlifetime = 1.0
164+zope.proxy = 3.6.1
165+zope.ptresource = 3.9.0
166+zope.publisher = 3.12.6
167+zope.ramcache = 1.0
168+zope.schema = 3.7.1
169+zope.security = 3.8.3
170+zope.securitypolicy = 3.7.0
171+zope.sendmail = 3.7.5
172+zope.sequencesort = 3.4.0
173+zope.server = 3.8.6
174+zope.session = 3.9.5
175+zope.site = 3.9.2
176+zope.size = 3.4.1
177+zope.structuredtext = 3.5.1
178+zope.tal = 3.5.2
179+zope.tales = 3.5.3
180+zope.testing = 3.10.3
181+zope.testrunner = 4.0.4
182+zope.traversing = 3.14.0
183+zope.viewlet = 3.7.2
184+
185+# Deprecating
186+
187+# Dependencies
188+distribute = 0.6.36
189+docutils = 0.7
190+Jinja2 = 2.5.5
191+mechanize = 0.2.5
192+Paste = 1.7.5.1
193+PasteDeploy = 1.3.4
194+PasteScript = 1.7.5
195+py = 1.4.8
196+Pygments = 1.4
197+python-gettext = 1.0
198+python-subunit = 0.0.7
199+pytz = 2014.10
200+RestrictedPython = 3.6.0
201+setuptools = 0.6c11
202+Sphinx = 1.0.8
203+testtools = 0.9.12
204+transaction = 1.1.1
205+z3c.recipe.sphinxdoc = 0.0.8
206+zc.buildout = 1.7.1
207+zc.lockfile = 1.0.2
208+ZConfig = 2.8.0
209+zc.recipe.egg = 1.3.2
210+zc.recipe.testrunner = 1.4.0
211+zc.resourcelibrary = 1.3.4
212+zdaemon = 2.0.7
213+ZODB3 = 3.10.5
214+zope.mkzeoinstance = 3.9.5
215+
216+# toolchain
217+argparse = 1.1
218+coverage = 3.5.2
219+lxml = 2.2.8
220+mr.developer = 1.25
221+nose = 1.1.2
222+tl.eggdeps = 0.4
223+z3c.checkversions = 0.4.1
224+z3c.recipe.compattest = 0.13.1
225+z3c.recipe.depgraph = 0.5
226+z3c.recipe.scripts = 1.0.1
227+zope.kgs = 1.2.0

Subscribers

People subscribed via source and target branches