python-SQLAlchemy: update to 1.1.12

This commit is contained in:
Alessio Sergi 2017-07-28 11:57:01 +02:00
parent fe34124e8e
commit f6f973b491

View File

@ -1,6 +1,6 @@
# Template file for 'python-SQLAlchemy' # Template file for 'python-SQLAlchemy'
pkgname=python-SQLAlchemy pkgname=python-SQLAlchemy
version=1.1.11 version=1.1.12
revision=1 revision=1
wrksrc="${pkgname#*-}-${version}" wrksrc="${pkgname#*-}-${version}"
build_style=python-module build_style=python-module
@ -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=76f76965e9a968ba3aecd2a8bc0d991cea04fd9a182e6c95c81f1551487b0211 checksum=d501527319f51a3d9eb639b654222c6f67287228a98ba102b1d0b598eb3266c9
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE