Merge lp:~lifeless/python-oops-tools/deps into lp:python-oops-tools

Proposed by Robert Collins
Status: Merged
Approved by: Robert Collins
Approved revision: no longer in the source branch.
Merged at revision: 25
Proposed branch: lp:~lifeless/python-oops-tools/deps
Merge into: lp:python-oops-tools
Diff against target: 397 lines (+21/-294)
6 files modified
Makefile (+3/-3)
_bootstrap/bootstrap.py (+1/-0)
ez_setup.py (+0/-275)
setup.py (+0/-3)
src/oopstools/NEWS.txt (+3/-0)
versions.cfg (+14/-13)
To merge this branch: bzr merge lp:~lifeless/python-oops-tools/deps
Reviewer Review Type Date Requested Status
Robert Collins (community) Approve
Review via email: mp+84883@code.launchpad.net

Commit message

Update to newer deps across the board. Also switch to using the lp dep tree as per recent thread on lp-dev.

Description of the change

Update to newer deps across the board. Also switch to using the lp dep tree as per recent thread on lp-dev.

To post a comment you must log in.
Revision history for this message
Robert Collins (lifeless) wrote :

simples

review: Approve
Revision history for this message
Launchpad PQM Bot (launchpad-pqm) wrote :

The attempt to merge lp:~lifeless/python-oops-tools/deps into lp:python-oops-tools failed.Below is the output from the failed tests.

find . -type f -name '*.py[co]' -exec rm -f {} \;
rm -f bin/buildout
rm -f src/oopstools/settings.py
bzr clean-tree --unknown --force
bzr up download-cache
python bootstrap.py \
  --setup-source=download-cache/ez_setup.py \
  --download-base=download-cache/dist --eggs=eggs

W: line 3 [buildbot-staging]: Deprecated key 'location' used
I: This option will be removed in the future; please update your configuration
W: line 1 [pqm]: Deprecated key 'location' used
I: This option will be removed in the future; please update your configuration
W: line 2 [pqm-oops-tools]: Deprecated key 'location' used
I: This option will be removed in the future; please update your configuration
I: [pqm-oops-tools chroot] Running command: "cd /home/pqm/pqm-workdir/oops-tools && make check"
Nothing to delete.
Tree is up to date at revision 51 of branch http://bazaar.launchpad.net/~launchpad/lazr-source-dependencies/download-cache
Traceback (most recent call last):
  File "bootstrap.py", line 164, in <module>
    options.setup_source).read().replace('\r\n', '\n')
  File "/usr/lib/python2.6/urllib2.py", line 126, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib/python2.6/urllib2.py", line 391, in open
    response = self._open(req, data)
  File "/usr/lib/python2.6/urllib2.py", line 409, in _open
    '_open', req)
  File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.6/urllib2.py", line 1257, in file_open
    return self.open_local_file(req)
  File "/usr/lib/python2.6/urllib2.py", line 1294, in open_local_file
    raise URLError(msg)
urllib2.URLError: <urlopen error [Errno 2] No such file or directory: '/home/pqm/pqm-workdir/oops-tools/download-cache/ez_setup.py'>
make: *** [bin/buildout] Error 1

Revision history for this message
Robert Collins (lifeless) wrote :

tarmac needs its cached area removed (because it doesn't use clean builds :(...)

Revision history for this message
Launchpad PQM Bot (launchpad-pqm) wrote :

The attempt to merge lp:~lifeless/python-oops-tools/deps into lp:python-oops-tools failed.Below is the output from the failed tests.

find . -type f -name '*.py[co]' -exec rm -f {} \;
rm -f bin/buildout
rm -f src/oopstools/settings.py
bzr clean-tree --unknown --force
bzr checkout --lightweight lp:lp-source-dependencies download-cache
mkdir eggs
bzr up download-cache
python bootstrap.py \
  --setup-source=download-cache/ez_setup.py \
  --download-base=download-cache/dist --eggs=eggs
Downloading file:///home/pqm/pqm-workdir/oops-tools/download-cache/dist/setuptools-0.6c11-py2.6.egg
Download error: [Errno 101] Network is unreachable -- Some packages may not be found!
Download error: [Errno 101] Network is unreachable -- Some packages may not be found!
Creating directory '/home/pqm/pqm-workdir/oops-tools/bin'.
Creating directory '/home/pqm/pqm-workdir/oops-tools/parts'.
Creating directory '/home/pqm/pqm-workdir/oops-tools/develop-eggs'.
Generated script '/home/pqm/pqm-workdir/oops-tools/bin/buildout'.
bin/buildout configuration:db-port=5433
Develop: '/home/pqm/pqm-workdir/oops-tools/.'

W: line 3 [buildbot-staging]: Deprecated key 'location' used
I: This option will be removed in the future; please update your configuration
W: line 1 [pqm]: Deprecated key 'location' used
I: This option will be removed in the future; please update your configuration
W: line 2 [pqm-oops-tools]: Deprecated key 'location' used
I: This option will be removed in the future; please update your configuration
I: [pqm-oops-tools chroot] Running command: "cd /home/pqm/pqm-workdir/oops-tools && make check"
Nothing to delete.
You have not informed bzr of your Launchpad ID, and you must do this to
write to Launchpad or access private data. See "bzr help launchpad-login".
Tree is up to date at revision 417 of branch http://bazaar.launchpad.net/~launchpad/lp-source-dependencies/trunk
Traceback (most recent call last):
  File "/tmp/tmphmGYTn", line 11, in <module>
    execfile('/home/pqm/pqm-workdir/oops-tools/./setup.py')
  File "/home/pqm/pqm-workdir/oops-tools/./setup.py", line 18, in <module>
    import ez_setup
ImportError: No module named ez_setup
While:
  Installing.
  Processing develop directory '/home/pqm/pqm-workdir/oops-tools/.'.

An internal error occurred due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
  File "/home/pqm/pqm-workdir/oops-tools/eggs/zc.buildout-1.5.2-py2.6.egg/zc/buildout/buildout.py", line 1805, in main
    getattr(buildout, command)(args)
  File "/home/pqm/pqm-workdir/oops-tools/eggs/zc.buildout-1.5.2-py2.6.egg/zc/buildout/buildout.py", line 446, in install
    installed_develop_eggs = self._develop()
  File "/home/pqm/pqm-workdir/oops-tools/eggs/zc.buildout-1.5.2-py2.6.egg/zc/buildout/buildout.py", line 686, in _develop
    zc.buildout.easy_install.develop(setup, dest)
  File "/home/pqm/pqm-workdir/oops-tools/eggs/zc.buildout-1.5.2-py2.6.egg/zc/buildout/easy_install.py", line 1189, in develop
    *args) == 0
AssertionError
make: *** [bin/buildout] Error 1

Revision history for this message
Launchpad PQM Bot (launchpad-pqm) wrote :
Download full text (9.8 KiB)

The attempt to merge lp:~lifeless/python-oops-tools/deps into lp:python-oops-tools failed.Below is the output from the failed tests.

find . -type f -name '*.py[co]' -exec rm -f {} \;
rm -f bin/buildout
rm -f src/oopstools/settings.py
bzr clean-tree --unknown --force
bzr up download-cache
python bootstrap.py \
  --setup-source=download-cache/ez_setup.py \
  --download-base=download-cache/dist --eggs=eggs
Download error: [Errno 101] Network is unreachable -- Some packages may not be found!
Download error: [Errno 101] Network is unreachable -- Some packages may not be found!
Generated script '/home/pqm/pqm-workdir/oops-tools/bin/buildout'.
bin/buildout configuration:db-port=5433
Develop: '/home/pqm/pqm-workdir/oops-tools/.'
Getting distribution for 'zc.recipe.egg==1.3.2'.
Got zc.recipe.egg 1.3.2.
Getting distribution for 'z3c.recipe.filetemplate==2.1.0'.
Got z3c.recipe.filetemplate 2.1.0.
Getting distribution for 'zope.testbrowser==3.8.0'.
Got zope.testbrowser 3.8.0.
Getting distribution for 'zope.cachedescriptors==3.5.0'.
Got zope.cachedescriptors 3.5.0.
Getting distribution for 'testtools==0.9.12'.
warning: no files found matching 'HACKING'
warning: no files found matching 'MANUAL'
no previously-included directories found matching 'doc/_build'
zip_safe flag not set; analyzing archive contents...
testtools.tests.test_distutilscmd: module references __path__
testtools.tests.test_run: module references __path__
Got testtools 0.9.12.
Getting distribution for 'sqlparse==0.1.2'.
zip_safe flag not set; analyzing archive contents...
Got sqlparse 0.1.2.
Getting distribution for 'South==0.7.3-r929'.
zip_safe flag not set; analyzing archive contents...
south.migration.base: module references __file__
south.tests.__init__: module references __file__
Got South 0.7.3-r929.
Getting distribution for 'pytz'.
Got pytz 2011n.
Getting distribution for 'psycopg2==2.4.1'.
warning: no files found matching '*.html' under directory 'doc'
warning: no files found matching '*.js' under directory 'doc'
warning: no files found matching '*' under directory 'doc/html'
no previously-included directories found matching 'doc/src/_build'
warning: no files found matching 'MANIFEST'
zip_safe flag not set; analyzing archive contents...
psycopg2.tests.types_basic: module references __file__
Got psycopg2 2.4.1.
Getting distribution for 'oops-datedir-repo==0.0.15'.
zip_safe flag not set; analyzing archive contents...
Got oops-datedir-repo 0.0.15.
Getting distribution for 'oops-amqp==0.0.4'.
zip_safe flag not set; analyzing archive contents...
Got oops-amqp 0.0.4.
Getting distribution for 'oops==0.0.10'.
zip_safe flag not set; analyzing archive contents...
Got oops 0.0.10.
Getting distribution for 'lazr.config==1.1.3'.
Got lazr.config 1.1.3.
Getting distribution for 'launchpadlib==1.9.11'.
Got launchpadlib 1.9.11.
Getting distribution for 'fixtures'.
zip_safe flag not set; analyzing archive contents...
fixtures._fixtures.packagepath: module references __path__
fixtures.tests._fixtures.test_packagepath: module references __path__
Got fixtures 0.3.8.
Getting distribution for 'BeautifulSoup==3.2.0'.
zip_safe flag not set; analyzing archive contents...
Got BeautifulSoup 3.2.0.
Getting dis...

Revision history for this message
Launchpad PQM Bot (launchpad-pqm) wrote :

The attempt to merge lp:~lifeless/python-oops-tools/deps into lp:python-oops-tools failed.Below is the output from the failed tests.

find . -type f -name '*.py[co]' -exec rm -f {} \;
rm -f bin/buildout
rm -f src/oopstools/settings.py
bzr clean-tree --unknown --force
bzr up download-cache

W: line 3 [buildbot-staging]: Deprecated key 'location' used
I: This option will be removed in the future; please update your configuration
W: line 1 [pqm]: Deprecated key 'location' used
I: This option will be removed in the future; please update your configuration
W: line 2 [pqm-oops-tools]: Deprecated key 'location' used
I: This option will be removed in the future; please update your configuration
I: [pqm-oops-tools chroot] Running command: "cd /home/pqm/pqm-workdir/oops-tools && make check"
Nothing to delete.
+N django-1.3.tar.gz
Conflict adding file django-1.3.tar.gz. Moved existing file to django-1.3.tar.gz.moved.
1 conflicts encountered.
Updated to revision 418 of branch http://bazaar.launchpad.net/~launchpad/lp-source-dependencies/trunk
make: *** [bin/buildout] Error 1

lp:~lifeless/python-oops-tools/deps updated
25. By Robert Collins

Update to newer deps across the board. Also switch to using the lp dep tree as per recent thread on lp-dev.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Makefile'
--- Makefile 2011-10-13 20:18:51 +0000
+++ Makefile 2011-12-08 05:30:29 +0000
@@ -11,8 +11,8 @@
11 CREATE_DOWNLOAD_CACHE_COMMAND=ln -s $(LAZR_SOURCEDEPS_DIR)/download-cache11 CREATE_DOWNLOAD_CACHE_COMMAND=ln -s $(LAZR_SOURCEDEPS_DIR)/download-cache
12else12else
13 CREATE_EGGS_COMMAND=mkdir eggs13 CREATE_EGGS_COMMAND=mkdir eggs
14 CREATE_DOWNLOAD_CACHE_COMMAND=bzr checkout \14 CREATE_DOWNLOAD_CACHE_COMMAND=bzr checkout --lightweight \
15 lp:lazr-source-dependencies download-cache15 lp:lp-source-dependencies download-cache
16endif16endif
1717
18.PHONY: test build lint check clean tags run dbreset harness18.PHONY: test build lint check clean tags run dbreset harness
@@ -22,7 +22,7 @@
22bin/buildout: buildout.cfg versions.cfg setup.py download-cache eggs22bin/buildout: buildout.cfg versions.cfg setup.py download-cache eggs
23 bzr up download-cache23 bzr up download-cache
24 $(PYTHON) bootstrap.py \24 $(PYTHON) bootstrap.py \
25 --setup-source=ez_setup.py \25 --setup-source=download-cache/ez_setup.py \
26 --download-base=download-cache/dist --eggs=eggs26 --download-base=download-cache/dist --eggs=eggs
27 bin/buildout configuration:db-port=$(DBPORT)27 bin/buildout configuration:db-port=$(DBPORT)
28 @touch bin/buildout28 @touch bin/buildout
2929
=== modified file '_bootstrap/bootstrap.py' (properties changed: -x to +x)
--- _bootstrap/bootstrap.py 2011-10-13 20:18:51 +0000
+++ _bootstrap/bootstrap.py 2011-12-08 05:30:29 +0000
@@ -1,3 +1,4 @@
1#!/usr/bin/env python
1##############################################################################2##############################################################################
2#3#
3# Copyright (c) 2006 Zope Foundation and Contributors.4# Copyright (c) 2006 Zope Foundation and Contributors.
45
=== removed file 'ez_setup.py'
--- ez_setup.py 2011-10-13 20:18:51 +0000
+++ ez_setup.py 1970-01-01 00:00:00 +0000
@@ -1,275 +0,0 @@
1#!python
2"""Bootstrap setuptools installation
3
4If you want to use setuptools in your package's setup.py, just include this
5file in the same directory with it, and add this to the top of your setup.py::
6
7 from ez_setup import use_setuptools
8 use_setuptools()
9
10If you want to require a specific version of setuptools, set a download
11mirror, or use an alternate download directory, you can do so by supplying
12the appropriate options to ``use_setuptools()``.
13
14This file can also be run as a script to install or upgrade setuptools.
15"""
16import sys
17DEFAULT_VERSION = "0.6c11"
18DEFAULT_URL = "http://pypi.python.org/packages/%s/s/setuptools/" % sys.version[:3]
19
20md5_data = {
21 'setuptools-0.6b1-py2.3.egg': '8822caf901250d848b996b7f25c6e6ca',
22 'setuptools-0.6b1-py2.4.egg': 'b79a8a403e4502fbb85ee3f1941735cb',
23 'setuptools-0.6b2-py2.3.egg': '5657759d8a6d8fc44070a9d07272d99b',
24 'setuptools-0.6b2-py2.4.egg': '4996a8d169d2be661fa32a6e52e4f82a',
25 'setuptools-0.6b3-py2.3.egg': 'bb31c0fc7399a63579975cad9f5a0618',
26 'setuptools-0.6b3-py2.4.egg': '38a8c6b3d6ecd22247f179f7da669fac',
27 'setuptools-0.6b4-py2.3.egg': '62045a24ed4e1ebc77fe039aa4e6f7e5',
28 'setuptools-0.6b4-py2.4.egg': '4cb2a185d228dacffb2d17f103b3b1c4',
29 'setuptools-0.6c1-py2.3.egg': 'b3f2b5539d65cb7f74ad79127f1a908c',
30 'setuptools-0.6c1-py2.4.egg': 'b45adeda0667d2d2ffe14009364f2a4b',
31 'setuptools-0.6c2-py2.3.egg': 'f0064bf6aa2b7d0f3ba0b43f20817c27',
32 'setuptools-0.6c2-py2.4.egg': '616192eec35f47e8ea16cd6a122b7277',
33 'setuptools-0.6c3-py2.3.egg': 'f181fa125dfe85a259c9cd6f1d7b78fa',
34 'setuptools-0.6c3-py2.4.egg': 'e0ed74682c998bfb73bf803a50e7b71e',
35 'setuptools-0.6c3-py2.5.egg': 'abef16fdd61955514841c7c6bd98965e',
36 'setuptools-0.6c4-py2.3.egg': 'b0b9131acab32022bfac7f44c5d7971f',
37 'setuptools-0.6c4-py2.4.egg': '2a1f9656d4fbf3c97bf946c0a124e6e2',
38 'setuptools-0.6c4-py2.5.egg': '8f5a052e32cdb9c72bcf4b5526f28afc',
39 'setuptools-0.6c5-py2.3.egg': 'ee9fd80965da04f2f3e6b3576e9d8167',
40 'setuptools-0.6c5-py2.4.egg': 'afe2adf1c01701ee841761f5bcd8aa64',
41 'setuptools-0.6c5-py2.5.egg': 'a8d3f61494ccaa8714dfed37bccd3d5d',
42 'setuptools-0.6c6-py2.3.egg': '35686b78116a668847237b69d549ec20',
43 'setuptools-0.6c6-py2.4.egg': '3c56af57be3225019260a644430065ab',
44 'setuptools-0.6c6-py2.5.egg': 'b2f8a7520709a5b34f80946de5f02f53',
45 'setuptools-0.6c7-py2.3.egg': '209fdf9adc3a615e5115b725658e13e2',
46 'setuptools-0.6c7-py2.4.egg': '5a8f954807d46a0fb67cf1f26c55a82e',
47 'setuptools-0.6c7-py2.5.egg': '45d2ad28f9750e7434111fde831e8372',
48 'setuptools-0.6c8-py2.3.egg': '50759d29b349db8cfd807ba8303f1902',
49 'setuptools-0.6c8-py2.4.egg': 'cba38d74f7d483c06e9daa6070cce6de',
50 'setuptools-0.6c8-py2.5.egg': '1721747ee329dc150590a58b3e1ac95b',
51 'setuptools-0.6c9-py2.3.egg': 'a83c4020414807b496e4cfbe08507c03',
52 'setuptools-0.6c9-py2.4.egg': '260a2be2e5388d66bdaee06abec6342a',
53 'setuptools-0.6c9-py2.5.egg': 'fe67c3e5a17b12c0e7c541b7ea43a8e6',
54 'setuptools-0.6c9-py2.6.egg': 'ca37b1ff16fa2ede6e19383e7b59245a',
55}
56
57import sys, os
58try: from hashlib import md5
59except ImportError: from md5 import md5
60
61def _validate_md5(egg_name, data):
62 if egg_name in md5_data:
63 digest = md5(data).hexdigest()
64 if digest != md5_data[egg_name]:
65 print >>sys.stderr, (
66 "md5 validation of %s failed! (Possible download problem?)"
67 % egg_name
68 )
69 sys.exit(2)
70 return data
71
72def use_setuptools(
73 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir,
74 download_delay=15
75):
76 """Automatically find/download setuptools and make it available on sys.path
77
78 `version` should be a valid setuptools version number that is available
79 as an egg for download under the `download_base` URL (which should end with
80 a '/'). `to_dir` is the directory where setuptools will be downloaded, if
81 it is not already available. If `download_delay` is specified, it should
82 be the number of seconds that will be paused before initiating a download,
83 should one be required. If an older version of setuptools is installed,
84 this routine will print a message to ``sys.stderr`` and raise SystemExit in
85 an attempt to abort the calling script.
86 """
87 was_imported = 'pkg_resources' in sys.modules or 'setuptools' in sys.modules
88 def do_download():
89 egg = download_setuptools(version, download_base, to_dir, download_delay)
90 sys.path.insert(0, egg)
91 import setuptools; setuptools.bootstrap_install_from = egg
92 try:
93 import pkg_resources
94 except ImportError:
95 return do_download()
96 try:
97 pkg_resources.require("setuptools>="+version); return
98 except pkg_resources.VersionConflict, e:
99 if was_imported:
100 print >>sys.stderr, (
101 "The required version of setuptools (>=%s) is not available, and\n"
102 "can't be installed while this script is running. Please install\n"
103 " a more recent version first, using 'easy_install -U setuptools'."
104 "\n\n(Currently using %r)"
105 ) % (version, e.args[0])
106 sys.exit(2)
107 else:
108 del pkg_resources, sys.modules['pkg_resources'] # reload ok
109 return do_download()
110 except pkg_resources.DistributionNotFound:
111 return do_download()
112
113def download_setuptools(
114 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir,
115 delay = 15
116):
117 """Download setuptools from a specified location and return its filename
118
119 `version` should be a valid setuptools version number that is available
120 as an egg for download under the `download_base` URL (which should end
121 with a '/'). `to_dir` is the directory where the egg will be downloaded.
122 `delay` is the number of seconds to pause before an actual download attempt.
123 """
124 import urllib2, shutil
125 egg_name = "setuptools-%s-py%s.egg" % (version,sys.version[:3])
126 url = download_base + egg_name
127 saveto = os.path.join(to_dir, egg_name)
128 src = dst = None
129 if not os.path.exists(saveto): # Avoid repeated downloads
130 try:
131 from distutils import log
132 if delay:
133 log.warn("""
134---------------------------------------------------------------------------
135This script requires setuptools version %s to run (even to display
136help). I will attempt to download it for you (from
137%s), but
138you may need to enable firewall access for this script first.
139I will start the download in %d seconds.
140
141(Note: if this machine does not have network access, please obtain the file
142
143 %s
144
145and place it in this directory before rerunning this script.)
146---------------------------------------------------------------------------""",
147 version, download_base, delay, url
148 ); from time import sleep; sleep(delay)
149 log.warn("Downloading %s", url)
150 src = urllib2.urlopen(url)
151 # Read/write all in one block, so we don't create a corrupt file
152 # if the download is interrupted.
153 data = _validate_md5(egg_name, src.read())
154 dst = open(saveto,"wb"); dst.write(data)
155 finally:
156 if src: src.close()
157 if dst: dst.close()
158 return os.path.realpath(saveto)
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195def main(argv, version=DEFAULT_VERSION):
196 """Install or upgrade setuptools and EasyInstall"""
197 try:
198 import setuptools
199 except ImportError:
200 egg = None
201 try:
202 egg = download_setuptools(version, delay=0)
203 sys.path.insert(0,egg)
204 from setuptools.command.easy_install import main
205 return main(list(argv)+[egg]) # we're done here
206 finally:
207 if egg and os.path.exists(egg):
208 os.unlink(egg)
209 else:
210 if setuptools.__version__ == '0.0.1':
211 print >>sys.stderr, (
212 "You have an obsolete version of setuptools installed. Please\n"
213 "remove it from your system entirely before rerunning this script."
214 )
215 sys.exit(2)
216
217 req = "setuptools>="+version
218 import pkg_resources
219 try:
220 pkg_resources.require(req)
221 except pkg_resources.VersionConflict:
222 try:
223 from setuptools.command.easy_install import main
224 except ImportError:
225 from easy_install import main
226 main(list(argv)+[download_setuptools(delay=0)])
227 sys.exit(0) # try to force an exit
228 else:
229 if argv:
230 from setuptools.command.easy_install import main
231 main(argv)
232 else:
233 print "Setuptools version",version,"or greater has been installed."
234 print '(Run "ez_setup.py -U setuptools" to reinstall or upgrade.)'
235
236def update_md5(filenames):
237 """Update our built-in md5 registry"""
238
239 import re
240
241 for name in filenames:
242 base = os.path.basename(name)
243 f = open(name,'rb')
244 md5_data[base] = md5(f.read()).hexdigest()
245 f.close()
246
247 data = [" %r: %r,\n" % it for it in md5_data.items()]
248 data.sort()
249 repl = "".join(data)
250
251 import inspect
252 srcfile = inspect.getsourcefile(sys.modules[__name__])
253 f = open(srcfile, 'rb'); src = f.read(); f.close()
254
255 match = re.search("\nmd5_data = {\n([^}]+)}", src)
256 if not match:
257 print >>sys.stderr, "Internal error!"
258 sys.exit(2)
259
260 src = src[:match.start(1)] + repl + src[match.end(1):]
261 f = open(srcfile,'w')
262 f.write(src)
263 f.close()
264
265
266if __name__=='__main__':
267 if len(sys.argv)>2 and sys.argv[1]=='--md5update':
268 update_md5(sys.argv[2:])
269 else:
270 main(sys.argv[1:])
271
272
273
274
275
2760
=== modified file 'setup.py'
--- setup.py 2011-11-30 17:06:23 +0000
+++ setup.py 2011-12-08 05:30:29 +0000
@@ -15,9 +15,6 @@
15# You should have received a copy of the GNU Affero General Public License15# You should have received a copy of the GNU Affero General Public License
16# along with this program. If not, see <http://www.gnu.org/licenses/>.16# along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
18import ez_setup
19ez_setup.use_setuptools()
20
21import sys18import sys
22from setuptools import setup, find_packages19from setuptools import setup, find_packages
2320
2421
=== modified file 'src/oopstools/NEWS.txt'
--- src/oopstools/NEWS.txt 2011-11-21 04:50:37 +0000
+++ src/oopstools/NEWS.txt 2011-12-08 05:30:29 +0000
@@ -25,6 +25,9 @@
25* Mixed case OOPS reports can now be looked up in the web UI without their25* Mixed case OOPS reports can now be looked up in the web UI without their
26 OOPS-prefix (if they had one). (Robert Collins, #884571)26 OOPS-prefix (if they had one). (Robert Collins, #884571)
2727
28* Now uses the lp source dependencies rather than lazr, as part of simplifying
29 the maintenance of the many related LP projects. (Robert Collins)
30
28* Old OOPS reports can be cleaned out using the new script bin/prune.31* Old OOPS reports can be cleaned out using the new script bin/prune.
29 (Robert Collins)32 (Robert Collins)
3033
3134
=== modified file 'versions.cfg'
--- versions.cfg 2011-11-30 17:06:23 +0000
+++ versions.cfg 2011-12-08 05:30:29 +0000
@@ -2,38 +2,39 @@
2versions = versions2versions = versions
33
4[versions]4[versions]
5BeautifulSoup = 3.0.7a5BeautifulSoup = 3.2.0
6ClientForm = 0.2.106ClientForm = 0.2.10
7Jinja2 = 2.1.17Jinja2 = 2.5.5
8Pygments = 1.08Pygments = 1.4
9# XXX 20011-06-15 matsubara: Using South trunk up to r929 because changeset:9# XXX 20011-06-15 matsubara: Using South trunk up to r929 because changeset:
10# http://south.aeracode.org/changeset/21a63523132712eead38df6f3e43f7e616c114be10# http://south.aeracode.org/changeset/21a63523132712eead38df6f3e43f7e616c114be
11# is necessary due to a Django 1.3 incompatibility. Once 0.7.4 is released,11# is necessary due to a Django 1.3 incompatibility. Once 0.7.4 is released,
12# this can be changed and package in the download-cache can be deleted.12# this can be changed and package in the download-cache can be deleted.
13South = 0.7.3-r92913South = 0.7.3-r929
14Sphinx = 0.6.214Sphinx = 1.0.7
15sqlparse = 0.1.215sqlparse = 0.1.2
16djangorecipe = 0.19.216djangorecipe = 0.19.2
17distribute = 0.6.1217distribute = 0.6.12
18docutils = 0.618docutils = 0.6
19launchpadlib = 1.6.019launchpadlib = 1.9.11
20lazr.config = 1.1.320lazr.config = 1.1.3
21mechanize = 0.1.1121mechanize = 0.1.11
22oops = 0.0.1022oops = 0.0.10
23oops-amqp = 0.0.423oops-amqp = 0.0.4
24oops-datedir-repo = 0.0.1424oops-datedir-repo = 0.0.15
25# XXX: 2011-11-17 GavinPanella bug=891249: pyscopg2 2.4.2 is25# XXX: 2011-11-17 GavinPanella bug=891249: pyscopg2 2.4.2 is
26# incompatible with Django 1.3, but 2.4.1 works fine.26# incompatible with Django 1.3, but 2.4.1 works fine.
27psycopg2 = 2.4.127psycopg2 = 2.4.1
28setuptools = 0.6c1128setuptools = 0.6c11
29z3c.recipe.filetemplate = 2.0.329testtools = 0.9.12
30z3c.recipe.filetemplate = 2.1.0
30z3c.recipe.sphinxdoc = 0.0.831z3c.recipe.sphinxdoc = 0.0.8
31z3c.recipe.tag = 0.2.032z3c.recipe.tag = 0.4.0
32zc.buildout = 1.4.133zc.buildout = 1.5.2
33zc.recipe.egg = 1.2.234zc.recipe.egg = 1.3.2
34zope.cachedescriptors = 3.5.035zope.cachedescriptors = 3.5.0
35zope.event = 3.4.136zope.event = 3.4.1
36zope.i18nmessageid = 3.4.337zope.i18nmessageid = 3.5.0
37zope.interface = 3.5.138zope.interface = 3.8.0
38zope.schema = 3.5.439zope.schema = 3.5.4
39zope.testbrowser = 3.5.140zope.testbrowser = 3.8.0

Subscribers

People subscribed via source and target branches

to all changes: