python-SQLAlchemy: update to 1.2.12
This commit is contained in:
parent
4c1b22411b
commit
c119e1c92e
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-SQLAlchemy'
|
# Template file for 'python-SQLAlchemy'
|
||||||
pkgname=python-SQLAlchemy
|
pkgname=python-SQLAlchemy
|
||||||
version=1.2.11
|
version=1.2.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="https://www.sqlalchemy.org/"
|
homepage="https://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=ef6569ad403520ee13e180e1bfd6ed71a0254192a934ec1dbd3dbf48f4aa9524
|
checksum=c5951d9ef1d5404ed04bae5a16b60a0779087378928f997a294d1229c6ca4d3e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue