Permalink
Browse files
py-sqlalchemy: update to version 1.2.5
- Loading branch information
Showing
with
3 additions
and
3 deletions.
-
+3
−3
python/py-sqlalchemy/Portfile
|
|
@@ -5,7 +5,7 @@ PortGroup python 1.0 |
|
|
|
|
|
name py-sqlalchemy |
|
|
set realname SQLAlchemy |
|
|
version 1.2.4 |
|
|
version 1.2.5 |
|
|
revision 0 |
|
|
categories-append databases |
|
|
platforms darwin |
|
|
@@ -26,8 +26,8 @@ master_sites pypi:[string index ${realname} 0]/${realname} |
|
|
|
|
|
distname ${realname}-${version} |
|
|
|
|
|
checksums rmd160 ac208ccaeb163282d65dca84f008a86d574ce43f \ |
|
|
sha256 6997507af46b10630e13b605ac278b78885fd683d038896dbee0e7ec41d809d2 |
|
|
checksums rmd160 0b3695c170ddcc9a987fe51e64bb0101e7f0dfaf \ |
|
|
sha256 249000654107a420a40200f1e0b555a79dfd4eff235b2ff60bc77714bd045f2d |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
depends_build-append \ |
|
|
|