python3-alembic: update to 1.6.5.

This commit is contained in:
Piotr Wójcik 2021-05-31 20:05:04 +02:00
parent a381b75e5b
commit d0c89ec4c1
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-alembic' # Template file for 'python3-alembic'
pkgname=python3-alembic pkgname=python3-alembic
version=1.6.2 version=1.6.5
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=fb9a39a7c68e55490be962fb5f70463d384d340e6563d6e3911447778e3b4576 checksum=a21fedebb3fb8f6bbbba51a11114f08c78709377051384c9c5ead5705ee93a51
do_check() { do_check() {
: tests require deprecated pytest behavior that throws errors : tests require deprecated pytest behavior that throws errors