launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #28386
[Merge] ~cjwatson/lp-mailman:oops-datedir2amqp into lp-mailman:master
Colin Watson has proposed merging ~cjwatson/lp-mailman:oops-datedir2amqp into lp-mailman:master.
Commit message:
Add oops-datedir2amqp
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~cjwatson/lp-mailman/+git/lp-mailman/+merge/420450
lp-mailman doesn't use this directly, but it's currently deployed separately on production systems and it would be simpler to just include it in our virtualenv.
Compare: https://code.launchpad.net/~cjwatson/lp-codeimport/+git/lp-codeimport/+merge/397365 and https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/414051
Dependencies MP: https://code.launchpad.net/~cjwatson/lp-mailman/+git/dependencies/+merge/420449
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/lp-mailman:oops-datedir2amqp into lp-mailman:master.
diff --git a/constraints.txt b/constraints.txt
index d19662a..1680cb0 100644
--- a/constraints.txt
+++ b/constraints.txt
@@ -184,6 +184,7 @@ oauthlib==3.1.0
oops==0.0.14
oops-amqp==0.1.0
oops-datedir-repo==0.0.24
+oops-datedir2amqp==0.1.0
python-dateutil==2.8.1
scandir==1.7
testresources==0.2.7
diff --git a/setup.py b/setup.py
index 676bc73..4d6dab1 100644
--- a/setup.py
+++ b/setup.py
@@ -149,6 +149,9 @@ setup(
'mock',
'oops',
'oops_amqp',
+ # Not directly used by lp-mailman, but useful in production
+ # deployments.
+ 'oops_datedir2amqp',
'oops_datedir_repo',
'scandir',
'setuptools',
Follow ups