python-SQLAlchemy: update to 1.1.2

This commit is contained in:
Alessio Sergi 2016-10-23 10:40:34 +02:00
parent a7d8ffd182
commit 0603c00ba0

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.1 version=1.1.2
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=2ef167c95042c43e48e51fe4e9745178be3dafb53efc6d091d2485fff9160230 checksum=1692c35bc0f7026d20cabd43b0f6f265e855129f44eb4574fea361e3c5cc89a5
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE