package/python-alembic: bump to version 1.14.0

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard 2024-11-05 11:29:33 -07:00 committed by Thomas Petazzoni
parent ea249581e4
commit e7405281b1
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/alembic/json
md5 c56a6402b0601a8c2d844a08928d752f alembic-1.13.3.tar.gz
sha256 203503117415561e203aa14541740643a611f641517f0209fcae63e9fa09f1a2 alembic-1.13.3.tar.gz
md5 a12686c41704218fdb29f140be75cdfd alembic-1.14.0.tar.gz
sha256 b00892b53b3642d0b8dbedba234dbf1924b69be83a9a769d5a624b01094e304b alembic-1.14.0.tar.gz
# Locally computed sha256 checksums
sha256 ce19e7ba2b77ca584b82a6792856e138eb30b311c896b076c09a405ee45fbee9 LICENSE

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_ALEMBIC_VERSION = 1.13.3
PYTHON_ALEMBIC_VERSION = 1.14.0
PYTHON_ALEMBIC_SOURCE = alembic-$(PYTHON_ALEMBIC_VERSION).tar.gz
PYTHON_ALEMBIC_SITE = https://files.pythonhosted.org/packages/94/a2/840c3b84382dce8624bc2f0ee67567fc74c32478d0c5a5aea981518c91c3
PYTHON_ALEMBIC_SITE = https://files.pythonhosted.org/packages/00/1e/8cb8900ba1b6360431e46fb7a89922916d3a1b017a8908a7c0499cc7e5f6
PYTHON_ALEMBIC_SETUP_TYPE = setuptools
PYTHON_ALEMBIC_LICENSE = MIT
PYTHON_ALEMBIC_LICENSE_FILES = LICENSE