mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/python-tortoise-orm: bump to version 0.25.1
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
4dae2ee4fe
commit
1f1c46ef4e
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/tortoise-orm/json
|
||||
md5 4ae41f379c4ede60df7705d1c7fe71b5 tortoise_orm-0.25.0.tar.gz
|
||||
sha256 7d0aaf31c33a25a9efad8f94b44ee50febae15889f4da119cf184ffe98002673 tortoise_orm-0.25.0.tar.gz
|
||||
md5 ef8df163a207f40230c618efa18ca32b tortoise_orm-0.25.1.tar.gz
|
||||
sha256 4d5bfd13d5750935ffe636a6b25597c5c8f51c47e5b72d7509d712eda1a239fe tortoise_orm-0.25.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 f955d347b975d5867ee364f978476b3012878a706d468571b9758cac74de6041 LICENSE.txt
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_TORTOISE_ORM_VERSION = 0.25.0
|
||||
PYTHON_TORTOISE_ORM_VERSION = 0.25.1
|
||||
PYTHON_TORTOISE_ORM_SOURCE = tortoise_orm-$(PYTHON_TORTOISE_ORM_VERSION).tar.gz
|
||||
PYTHON_TORTOISE_ORM_SITE = https://files.pythonhosted.org/packages/d8/02/89777797d2c74386e21fca4a879d15eef6a0a789e4b9564355e94c367e6e
|
||||
PYTHON_TORTOISE_ORM_SITE = https://files.pythonhosted.org/packages/d7/9b/de966810021fa773fead258efd8deea2bb73bb12479e27f288bd8ceb8763
|
||||
PYTHON_TORTOISE_ORM_SETUP_TYPE = poetry
|
||||
PYTHON_TORTOISE_ORM_LICENSE = Apache-2.0
|
||||
PYTHON_TORTOISE_ORM_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
Reference in New Issue
Block a user