Merge lp:~lifeless/python-oops-amqp/misc into lp:python-oops-amqp
Proposed by
Robert Collins
on 2012-08-10
| Status: | Merged |
|---|---|
| Approved by: | William Grant on 2012-08-10 |
| Approved revision: | 16 |
| Merged at revision: | 18 |
| Proposed branch: | lp:~lifeless/python-oops-amqp/misc |
| Merge into: | lp:python-oops-amqp |
| Diff against target: |
367 lines (+132/-28) 10 files modified
Makefile (+13/-0) NEWS (+12/-0) README (+6/-6) oops_amqp/__init__.py (+1/-1) oops_amqp/publisher.py (+3/-3) oops_amqp/tests/test_publisher.py (+9/-9) oops_amqp/tests/test_receiver.py (+6/-6) oops_amqp/trace.py (+74/-0) setup.py (+6/-2) versions.cfg (+2/-1) |
| To merge this branch: | bzr merge lp:~lifeless/python-oops-amqp/misc |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| William Grant | code | Approve on 2012-08-10 | |
| James Westby (community) | 2012-08-10 | Approve on 2012-08-10 | |
|
Review via email:
|
|||
Description of the Change
This updates the API to match current oops releases, and adds a useful trace helper.
To post a comment you must log in.
lp:~lifeless/python-oops-amqp/misc
updated
on 2012-08-10
- 16. By Robert Collins on 2012-08-10
-
Release 0.0.7.
| James Westby (james-w) wrote : | # |
review:
Approve
lp:~lifeless/python-oops-amqp/misc
updated
on 2012-08-10
- 17. By Robert Collins on 2012-08-10
-
Fix bad trace description.
- 18. By Robert Collins on 2012-08-10
-
Encode the version constraint for oops in setup.py.
review:
Approve
(code)

281 + description = "Load OOPS reports into oops-tools from AMQP."
Also, I think setup.py should change the requirement to oops>=0.0.11.
Otherwise I think this is ok.
Thanks,
James