python-alembic: update to version 1.0.0

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Derek Straka 2018-07-27 16:05:32 -04:00 committed by Khem Raj
parent 0ed9c4312f
commit 1a43ea0281
3 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ DESCRIPTION = "A database migration tool for SQLAlchemy"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c5f1361296835ff94bda73db7dd312a6"
SRC_URI[md5sum] = "117dac728cd081739bdbed73fe252a7d"
SRC_URI[sha256sum] = "1cd32df9a3b8c1749082ef60ffbe05ff16617b6afadfdabc680dcb9344af33d7"
SRC_URI[md5sum] = "762ab9ba56d1c0b1bfbc7c9f7f849c92"
SRC_URI[sha256sum] = "52d73b1d750f1414fa90c25a08da47b87de1e4ad883935718a8f36396e19e78e"
PYPI_PACKAGE = "alembic"