Merge pull request #12404 from daniel-eys/python-SQLAlchemy
python-SQLAlchemy: update to 1.3.4.
This commit is contained in:
commit
1690f04a94
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'python-SQLAlchemy'
|
||||
pkgname=python-SQLAlchemy
|
||||
version=1.3.3
|
||||
version=1.3.4
|
||||
revision=1
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
wrksrc="SQLAlchemy-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="sqlalchemy"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
license="MIT"
|
||||
homepage="https://www.sqlalchemy.org"
|
||||
distfiles="${PYPI_SITE}/S/SQLAlchemy/SQLAlchemy-${version}.tar.gz"
|
||||
checksum=91c54ca8345008fceaec987e10924bf07dcab36c442925357e5a467b36a38319
|
||||
checksum=c7fef198b43ef31dfd783d094fd5ee435ce8717592e6784c45ba337254998017
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue