python-SQLAlchemy: update to 1.2.15
This commit is contained in:
parent
a42d86f2b0
commit
b37b8125b1
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-SQLAlchemy'
|
# Template file for 'python-SQLAlchemy'
|
||||||
pkgname=python-SQLAlchemy
|
pkgname=python-SQLAlchemy
|
||||||
version=1.2.14
|
version=1.2.15
|
||||||
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=9de7c7dabcf06319becdb7e15099c44e5e34ba7062f9ba10bc00e562f5db3d04
|
checksum=809547455d012734b4252081db1e6b4fc731de2299f3755708c39863625e1c77
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue