From f6cfefabd5d6a92d0bb0094361de1c9e85daa4c7 Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Thu, 14 Feb 2019 09:20:52 -0800 Subject: [PATCH] python-SQLAlchemy: update to 1.2.17. --- srcpkgs/python-SQLAlchemy/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-SQLAlchemy/template b/srcpkgs/python-SQLAlchemy/template index adfddcce8aa..234d9d7940d 100644 --- a/srcpkgs/python-SQLAlchemy/template +++ b/srcpkgs/python-SQLAlchemy/template @@ -1,18 +1,18 @@ # Template file for 'python-SQLAlchemy' pkgname=python-SQLAlchemy -version=1.2.15 -revision=2 +version=1.2.17 +revision=1 wrksrc="${pkgname#*-}-${version}" build_style=python-module +pycompile_module="sqlalchemy" hostmakedepends="python-setuptools python3-setuptools" makedepends="python-devel python3-devel" -pycompile_module="sqlalchemy" short_desc="SQL Toolkit and Object Relational Mapper for Python2" maintainer="Alessio Sergi " -homepage="https://www.sqlalchemy.org/" license="MIT" +homepage="https://www.sqlalchemy.org" distfiles="${PYPI_SITE}/S/SQLAlchemy/SQLAlchemy-${version}.tar.gz" -checksum=809547455d012734b4252081db1e6b4fc731de2299f3755708c39863625e1c77 +checksum=52a42dbf02d0562d6e90e7af59f177f1cc027e72833cc29c3a821eefa009c71d post_install() { vlicense LICENSE