From 0337d6953dee78b0a8890d4632311fe368c0b437 Mon Sep 17 00:00:00 2001 From: fbrosson Date: Thu, 1 Nov 2018 13:43:25 +0000 Subject: [PATCH] SQLAlchemy: bump to 1.2.13, use a constant SOURCE_URI. --- .../{sqlalchemy-1.2.10.recipe => sqlalchemy-1.2.13.recipe} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename dev-python/sqlalchemy/{sqlalchemy-1.2.10.recipe => sqlalchemy-1.2.13.recipe} (89%) diff --git a/dev-python/sqlalchemy/sqlalchemy-1.2.10.recipe b/dev-python/sqlalchemy/sqlalchemy-1.2.13.recipe similarity index 89% rename from dev-python/sqlalchemy/sqlalchemy-1.2.10.recipe rename to dev-python/sqlalchemy/sqlalchemy-1.2.13.recipe index 6db0a33e1..1ce28a51d 100644 --- a/dev-python/sqlalchemy/sqlalchemy-1.2.10.recipe +++ b/dev-python/sqlalchemy/sqlalchemy-1.2.13.recipe @@ -9,8 +9,8 @@ HOMEPAGE="https://www.sqlalchemy.org/" COPYRIGHT="2006-2018 SQLAlchemy authors and contributors" LICENSE="MIT" REVISION="1" -SOURCE_URI="https://files.pythonhosted.org/packages/8a/c2/29491103fd971f3988e90ee3a77bb58bad2ae2acd6e8ea30a6d1432c33a3/SQLAlchemy-$portVersion.tar.gz" -CHECKSUM_SHA256="72325e67fb85f6e9ad304c603d83626d1df684fdf0c7ab1f0352e71feeab69d8" +SOURCE_URI="https://files.pythonhosted.org/packages/source/S/SQLAlchemy/SQLAlchemy-$portVersion.tar.gz" +CHECKSUM_SHA256="84412de3794acee05630e7788f25e80e81f78eb4837e7b71d0499129f660486a" SOURCE_DIR="SQLAlchemy-$portVersion" ARCHITECTURES="any"