python3-alembic: update to 1.8.0.
This commit is contained in:
parent
918c40d5c1
commit
8e688c6a41
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-alembic'
|
# Template file for 'python3-alembic'
|
||||||
pkgname=python3-alembic
|
pkgname=python3-alembic
|
||||||
version=1.7.5
|
version=1.8.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="alembic-${version}"
|
wrksrc="alembic-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -12,7 +12,7 @@ license="MIT"
|
||||||
homepage="https://github.com/sqlalchemy/alembic"
|
homepage="https://github.com/sqlalchemy/alembic"
|
||||||
changelog="https://raw.githubusercontent.com/sqlalchemy/alembic/master/docs/build/changelog.rst"
|
changelog="https://raw.githubusercontent.com/sqlalchemy/alembic/master/docs/build/changelog.rst"
|
||||||
distfiles="${PYPI_SITE}/a/alembic/alembic-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/a/alembic/alembic-${version}.tar.gz"
|
||||||
checksum=7c328694a2e68f03ee971e63c3bd885846470373a5b532cf2c9f1601c413b153
|
checksum=a2d4d90da70b30e70352cd9455e35873a255a31402a438fe24815758d7a0e5e1
|
||||||
make_check=no # tests require deprecated pytest behavior that throws errors
|
make_check=no # tests require deprecated pytest behavior that throws errors
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue