[106142] trunk/dports/python/py-sqlalchemy/Portfile

Ryan Schmidt ryandesign at macports.org
Thu May 16 16:56:35 PDT 2013


On May 16, 2013, at 06:03, stromnov at macports.org wrote:

> Revision: 106142
>          https://trac.macports.org/changeset/106142
> Author:   stromnov at macports.org
> Date:     2013-05-16 04:03:15 -0700 (Thu, 16 May 2013)
> Log Message:
> -----------
> py-sqlalchemy: update to version 0.8.1
> 
> Modified Paths:
> --------------
>    trunk/dports/python/py-sqlalchemy/Portfile
> 
> Modified: trunk/dports/python/py-sqlalchemy/Portfile
> ===================================================================
> --- trunk/dports/python/py-sqlalchemy/Portfile	2013-05-16 10:49:19 UTC (rev 106141)
> +++ trunk/dports/python/py-sqlalchemy/Portfile	2013-05-16 11:03:15 UTC (rev 106142)
> @@ -5,7 +5,7 @@
> PortGroup           python 1.0
> 
> name                py-sqlalchemy
> -version             0.8.0
> +version             0.8.1
> revision            0
> categories-append   databases
> license             MIT
> @@ -24,11 +24,21 @@
> 
> distname            SQLAlchemy-${version}
> 
> -checksums           rmd160  d1d898fe0d8b0d6b93f49883d0cf66e4f3b9ca83 \
> -                    sha256  0a075454fb56c77056e7ecd2c153a1a2cb47a57a462b196d571f554b6c204f7d
> +checksums           rmd160  c1f48b185cf8958c64f4e66e0caee34e68d2cca2 \
> +                    sha256  c3347b78f2b3c6d6defcb5e58e4f6a3974da50acf7fa93d63a240b0d1549b647
> 
> python.versions     24 25 26 27 31 32 33
> 
> +subport py24-sqlalchemy {
> +    version             0.7.10
> +    revision            0
> +    master_sites        https://pypi.python.org/packages/source/S/SQLAlchemy/
> +    distname            SQLAlchemy-${version}
> +    checksums           rmd160  561ae29cafb1e0a76fc2d86210d756ab8a5e401b \
> +                        sha256  77aa39d65c9d043eba6ba329b359ff867424fd6c403b7c0cb112b65e507e1d66
> +    livecheck.type      none
> +}

This revision *downgrades* py24-sqlalchemy from 0.8.0 to 0.7.10. Users will not be prompted to perform this downgrade unless you increase the epoch of py24-sqlalchemy.


$ port outdated
No installed ports are outdated.

$ port -v outdated
The following installed ports are outdated:
py24-sqlalchemy                0.8.0_0 > 0.7.10_0       !





More information about the macports-dev mailing list