------------------------------------------------------------
revno: 6549
committer: Barry Warsaw <[EMAIL PROTECTED]>
branch nick: listadmin-bye
timestamp: Wed 2007-09-12 22:44:07 -0400
message:
  SQLAlchemy >= 0.3.10 is required.
modified:
  Mailman/database/model/pending.py
  setup.py

=== modified file 'Mailman/database/model/pending.py'
--- a/Mailman/database/model/pending.py 2007-08-08 04:24:13 +0000
+++ b/Mailman/database/model/pending.py 2007-09-13 02:44:07 +0000
@@ -99,8 +99,8 @@
             return None
         pending = pendings[0]
         pendable = UnpendedPendable()
-        # Find all PendingKeyValue entries that are associated with the
-        # pending object's ID.
+        # Find all PendedKeyValue entries that are associated with the pending
+        # object's ID.
         q = PendedKeyValue.filter(
             PendedKeyValue.c.pended_id == Pending.c.id).filter(
             Pending.c.id == pending.id)
@@ -116,8 +116,8 @@
         now = datetime.datetime.now()
         for pending in Pending.select():
             if pending.expiration_date < now:
-                # Find all PendingKeyValue entries that are associated with
-                # the pending object's ID.
+                # Find all PendedKeyValue entries that are associated with the
+                # pending object's ID.
                 q = PendedKeyValue.filter(
                     PendedKeyValue.c.pended_id == Pending.c.id).filter(
                     Pending.c.id == pending.id)

=== modified file 'setup.py'
--- a/setup.py  2007-08-05 04:32:09 +0000
+++ b/setup.py  2007-09-13 02:44:07 +0000
@@ -91,7 +91,7 @@
     # Third-party requirements.
     install_requires = [
         'Elixir',
-        'SQLAlchemy',
+        'SQLAlchemy>=0.3.10',
         'munepy',
         'wsgiref',
         'zope.interface',



--

https://code.launchpad.net/~mailman-coders/mailman/3.0

You are receiving this branch notification because you are subscribed to it.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mailman-coders/mailman/3.0/+subscription/mailman-checkins.
_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to