python-SQLAlchemy: update to 1.1.13

This commit is contained in:
Alessio Sergi 2017-08-15 11:25:15 +02:00
parent 87739f57b9
commit e368b6e075

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.12 version=1.1.13
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=d501527319f51a3d9eb639b654222c6f67287228a98ba102b1d0b598eb3266c9 checksum=2a98ac87b30eaa2bee1f1044848b9590e476e7f93d033c6542e60b993a5cf898
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE