python-SQLAlchemy: update to 1.1.14

This commit is contained in:
Alessio Sergi 2017-09-13 09:57:02 +02:00
parent cd703f7e76
commit e95dc3b75a

View file

@ -1,7 +1,7 @@
# Template file for 'python-SQLAlchemy' # Template file for 'python-SQLAlchemy'
pkgname=python-SQLAlchemy pkgname=python-SQLAlchemy
version=1.1.13 version=1.1.14
revision=2 revision=1
wrksrc="${pkgname#*-}-${version}" wrksrc="${pkgname#*-}-${version}"
build_style=python-module build_style=python-module
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
@ -12,7 +12,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="http://www.sqlalchemy.org/" homepage="http://www.sqlalchemy.org/"
license="MIT" license="MIT"
distfiles="${PYPI_SITE}/S/SQLAlchemy/SQLAlchemy-${version}.tar.gz" distfiles="${PYPI_SITE}/S/SQLAlchemy/SQLAlchemy-${version}.tar.gz"
checksum=2a98ac87b30eaa2bee1f1044848b9590e476e7f93d033c6542e60b993a5cf898 checksum=f1191e29e35b6fe1aef7175a09b1707ebb7bd08d0b17cb0feada76c49e5a2d1e
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE