launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #21871
[Merge] lp:~cjwatson/launchpad/drop-sourcecodegen into lp:launchpad
Colin Watson has proposed merging lp:~cjwatson/launchpad/drop-sourcecodegen into lp:launchpad.
Commit message:
Drop sourcecodegen, which was apparently once used by Chameleon but now seems to be unreferenced.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/drop-sourcecodegen/+merge/331265
--
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/launchpad/drop-sourcecodegen into lp:launchpad.
=== modified file 'setup.py'
--- setup.py 2017-09-18 10:08:40 +0000
+++ setup.py 2017-09-25 13:01:56 +0000
@@ -94,7 +94,6 @@
'setuptools',
'six',
'soupmatchers',
- 'sourcecodegen',
'Sphinx',
'storm',
'subvertpy',
=== modified file 'versions.cfg'
--- versions.cfg 2017-09-15 19:55:10 +0000
+++ versions.cfg 2017-09-25 13:01:56 +0000
@@ -125,7 +125,6 @@
SimpleTAL = 4.3
six = 1.9.0
soupmatchers = 0.2
-sourcecodegen = 0.6.14
# lp:~launchpad-committers/storm/with-without-datetime
storm = 0.19.0.99-lpwithnodatetime-r408
subprocess32 = 3.2.6
Follow ups