← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~cjwatson/launchpad/storm-0.21+lp412 into lp:launchpad

 

Colin Watson has proposed merging lp:~cjwatson/launchpad/storm-0.21+lp412 into lp:launchpad.

Commit message:
Upgrade to storm 0.21+lp412.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/storm-0.21+lp412/+merge/373051

This version of Storm adds Python 3 support.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/launchpad/storm-0.21+lp412 into lp:launchpad.
=== modified file 'constraints.txt'
--- constraints.txt	2019-08-23 11:40:51 +0000
+++ constraints.txt	2019-09-21 11:24:43 +0000
@@ -363,7 +363,7 @@
 soupsieve==1.9
 sphinxcontrib-websupport==1.0.1
 # lp:~launchpad-committers/storm/lp
-storm==0.20.0.99-lp-r411
+storm==0.21+lp412
 subprocess32==3.2.6
 subvertpy==0.9.1
 testresources==0.2.7

=== modified file 'lib/lp/services/webapp/adapter.py'
--- lib/lp/services/webapp/adapter.py	2019-07-25 15:00:18 +0000
+++ lib/lp/services/webapp/adapter.py	2019-09-21 11:24:43 +0000
@@ -503,6 +503,9 @@
         self._uri = uri
         # A unique name for this database connection.
         self.name = uri.database
+        # We have to set this manually since we're bypassing the superclass
+        # constructor (see above).
+        self._exception_types = {}
 
     @property
     def dsn_without_user(self):


Follow ups