Revision
98297
Author
stromnov@macports.org
Date
2012-10-02 04:53:43 -0700 (Tue, 02 Oct 2012)

Log Message

py-sqlalchemy: update to version 0.7.9

Modified Paths

Diff

Modified: trunk/dports/python/py-sqlalchemy/Portfile (98296 => 98297)


--- trunk/dports/python/py-sqlalchemy/Portfile	2012-10-02 08:21:05 UTC (rev 98296)
+++ trunk/dports/python/py-sqlalchemy/Portfile	2012-10-02 11:53:43 UTC (rev 98297)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-sqlalchemy
-version             0.7.8
+version             0.7.9
 revision            0
 categories-append   databases
 license             MIT
@@ -24,10 +24,10 @@
 
 distname            SQLAlchemy-${version}
 
-checksums           rmd160  54fd493e880feb41fc45c851ca2f4c30a9589561 \
-                    sha256  e0d8b81cbb3bbb19a9e6ed0d31ecc525ed20c0590e595801d2c531052b92618f
+checksums           rmd160  2c42574a426bb21cd41bbab7f9ebd986bfc14ee9 \
+                    sha256  f7a305ad122144f364ce09a2d9ed5159d5f46ec43650653593e7dfa05d3294a1
 
-python.versions     24 25 26 27 31 32
+python.versions     24 25 26 27 31 32 33
 
 if {$subport != $name} {
     depends_build-append    port:py${python.version}-distribute