python-SQLAlchemy: update to 1.2.1

This commit is contained in:
Alessio Sergi 2018-01-17 12:41:30 +01:00
parent 0c31570290
commit a1fe88b707

View file

@ -1,6 +1,6 @@
# Template file for 'python-SQLAlchemy' # Template file for 'python-SQLAlchemy'
pkgname=python-SQLAlchemy pkgname=python-SQLAlchemy
version=1.2.0 version=1.2.1
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=7dda3e0b1b12215e3bb05368d1abbf7d747112a43738e0a4e6deb466b83fd88e checksum=9ede7070d6fd18f28058be88296ed67893e2637465516d6a596cd9afea97b154
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE