mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/python-aerich: bump to version 0.8.1
Replace python-tomlkit with python-tomli-w runtime dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
b27de188f7
commit
acede98f8f
@@ -4,7 +4,7 @@ config BR2_PACKAGE_PYTHON_AERICH
|
||||
select BR2_PACKAGE_PYTHON_ASYNCCLICK # runtime
|
||||
select BR2_PACKAGE_PYTHON_DICTDIFFER # runtime
|
||||
select BR2_PACKAGE_PYTHON_PYDANTIC # runtime
|
||||
select BR2_PACKAGE_PYTHON_TOMLKIT # runtime
|
||||
select BR2_PACKAGE_PYTHON_TOMLI_W # runtime
|
||||
select BR2_PACKAGE_PYTHON_TORTOISE_ORM # runtime
|
||||
help
|
||||
A database migrations tool for Tortoise ORM.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/aerich/json
|
||||
md5 22db080bf0e608344dbd837ff29ee2e8 aerich-0.8.0.tar.gz
|
||||
sha256 13786a91469626c025a2e2c5e524cac2b82b900de063b317f402710ee4c11ccb aerich-0.8.0.tar.gz
|
||||
md5 d4062a911161435a3d21736b51340b0e aerich-0.8.1.tar.gz
|
||||
sha256 1e95b1c04dfc0c634dd43b0123933038c820140e17a4b27885a63b7461eb0632 aerich-0.8.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 4cc00f0e33ac8e089b37d8a1474be441b26311bdc16fe035c75b51201515f617 LICENSE
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_AERICH_VERSION = 0.8.0
|
||||
PYTHON_AERICH_VERSION = 0.8.1
|
||||
PYTHON_AERICH_SOURCE = aerich-$(PYTHON_AERICH_VERSION).tar.gz
|
||||
PYTHON_AERICH_SITE = https://files.pythonhosted.org/packages/35/a5/fc8f6e70cedf47757c4738ed6f79420b9cca6ed1655daf527f86e73f3159
|
||||
PYTHON_AERICH_SITE = https://files.pythonhosted.org/packages/4f/41/3c478b7a344abda866f2c644b056ebae638499bbe0eec0010e7361211774
|
||||
PYTHON_AERICH_SETUP_TYPE = poetry
|
||||
PYTHON_AERICH_LICENSE = Apache-2.0
|
||||
PYTHON_AERICH_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user