[Python-modules-commits] r7310 - in packages/migrate/trunk/debian (changelog control)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Fri Jan 9 22:45:13 UTC 2009


    Date: Friday, January 9, 2009 @ 22:45:12
  Author: piotr
Revision: 7310

* add "~" to SQLAlchemy's "<< 0.5" req. (beta and rc versions were uploaded to experimental as well)
* restore "python-sqlalchemy (>= 0.3.10)" dependency

Modified:
  packages/migrate/trunk/debian/changelog
  packages/migrate/trunk/debian/control

Modified: packages/migrate/trunk/debian/changelog
===================================================================
--- packages/migrate/trunk/debian/changelog	2009-01-09 22:36:07 UTC (rev 7309)
+++ packages/migrate/trunk/debian/changelog	2009-01-09 22:45:12 UTC (rev 7310)
@@ -7,7 +7,7 @@
   [ Jan Dittberner ]
   * debian/control
     - improved description
-    - depend on SQLAlchemy << 0.5
+    - depend on SQLAlchemy << 0.5~
 
  -- Jan Dittberner <jan at dittberner.info>  Fri, 09 Jan 2009 23:35:11 +0100
 

Modified: packages/migrate/trunk/debian/control
===================================================================
--- packages/migrate/trunk/debian/control	2009-01-09 22:36:07 UTC (rev 7309)
+++ packages/migrate/trunk/debian/control	2009-01-09 22:45:12 UTC (rev 7310)
@@ -13,7 +13,7 @@
 
 Package: python-migrate
 Architecture: all
-Depends: ${python:Depends}, python-sqlalchemy (<< 0.5),
+Depends: ${python:Depends}, python-sqlalchemy (>= 0.3.10), python-sqlalchemy (<< 0.5~),
  python-pkg-resources, python-codespeak-lib
 XB-Python-Version: ${python:Versions}
 Description: Database schema migration for SQLAlchemy




More information about the Python-modules-commits mailing list