python-sqlalchemy-migrate: update to 0.12.0.
This commit is contained in:
parent
8487c34d34
commit
3fdd87015f
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-sqlalchemy-migrate'
|
# Template file for 'python-sqlalchemy-migrate'
|
||||||
pkgname=python-sqlalchemy-migrate
|
pkgname=python-sqlalchemy-migrate
|
||||||
version=0.11.0
|
version=0.12.0
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
pycompile_module="migrate"
|
||||||
hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"
|
hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"
|
||||||
depends="python-pbr python-SQLAlchemy python-decorator python-six python-sqlparse python-tempita"
|
depends="python-pbr python-SQLAlchemy python-decorator python-six python-sqlparse python-tempita"
|
||||||
pycompile_module="migrate"
|
|
||||||
short_desc="Database schema migration for SQLAlchemy (Python2)"
|
short_desc="Database schema migration for SQLAlchemy (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/stackforge/sqlalchemy-migrate"
|
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
homepage="https://github.com/stackforge/sqlalchemy-migrate"
|
||||||
distfiles="${PYPI_SITE}/s/sqlalchemy-migrate/sqlalchemy-migrate-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/sqlalchemy-migrate/sqlalchemy-migrate-${version}.tar.gz"
|
||||||
checksum=e68af5e3e0561f629d4eb23d9d0ea77d2649747f2eff37fd29aece74615ca251
|
checksum=8cfada30bbcf79a83b3a2d1bcd637de7e1f43e390d54de33e4f3249fd9aacfae
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
migrate:migrate-repository:/usr/bin/migrate-repository2
|
migrate:migrate-repository:/usr/bin/migrate-repository2
|
||||||
|
|
Loading…
Reference in New Issue