diff --git a/package/python-aerich/0001-update-poetry-build-backend-to-support-editable-inst.patch b/package/python-aerich/0001-update-poetry-build-backend-to-support-editable-inst.patch deleted file mode 100644 index 67d7c45bfb..0000000000 --- a/package/python-aerich/0001-update-poetry-build-backend-to-support-editable-inst.patch +++ /dev/null @@ -1,29 +0,0 @@ -From e729bb9b602ba74dea7ccc978dac709283a0934a Mon Sep 17 00:00:00 2001 -From: strayge -Date: Fri, 18 Aug 2023 15:03:38 +0400 -Subject: [PATCH] update poetry build-backend to support editable install - -Signed-off-by: James Hilliard -Upstream: https://github.com/tortoise/aerich/commit/e729bb9b602ba74dea7ccc978dac709283a0934a ---- - pyproject.toml | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/pyproject.toml b/pyproject.toml -index b9390e1..7673d70 100644 ---- a/pyproject.toml -+++ b/pyproject.toml -@@ -45,8 +45,8 @@ location = "./migrations" - src_folder = "./." - - [build-system] --requires = ["poetry>=0.12"] --build-backend = "poetry.masonry.api" -+requires = ["poetry-core>=1.0.0"] -+build-backend = "poetry.core.masonry.api" - - [tool.poetry.scripts] - aerich = "aerich.cli:main" --- -2.34.1 - diff --git a/package/python-aerich/Config.in b/package/python-aerich/Config.in index 3aa39e176d..39c0a50aa1 100644 --- a/package/python-aerich/Config.in +++ b/package/python-aerich/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_PYTHON_AERICH bool "python-aerich" depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-pydantic -> python-pydantic-core - select BR2_PACKAGE_PYTHON_CLICK # runtime + select BR2_PACKAGE_PYTHON_ASYNCCLICK # runtime select BR2_PACKAGE_PYTHON_DICTDIFFER # runtime select BR2_PACKAGE_PYTHON_PYDANTIC # runtime select BR2_PACKAGE_PYTHON_TOMLKIT # runtime diff --git a/package/python-aerich/python-aerich.hash b/package/python-aerich/python-aerich.hash index c104c3d58e..ba1ea35997 100644 --- a/package/python-aerich/python-aerich.hash +++ b/package/python-aerich/python-aerich.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/aerich/json -md5 26a99a2c6c604a370b228b74e12c7981 aerich-0.7.2.tar.gz -sha256 31d67de7b96184636b89de99062e059e5e6204b6251d24c33eb21fc9cf982e09 aerich-0.7.2.tar.gz +md5 22db080bf0e608344dbd837ff29ee2e8 aerich-0.8.0.tar.gz +sha256 13786a91469626c025a2e2c5e524cac2b82b900de063b317f402710ee4c11ccb aerich-0.8.0.tar.gz # Locally computed sha256 checksums sha256 4cc00f0e33ac8e089b37d8a1474be441b26311bdc16fe035c75b51201515f617 LICENSE diff --git a/package/python-aerich/python-aerich.mk b/package/python-aerich/python-aerich.mk index 6df3dc4f6e..ea4ee07697 100644 --- a/package/python-aerich/python-aerich.mk +++ b/package/python-aerich/python-aerich.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_AERICH_VERSION = 0.7.2 +PYTHON_AERICH_VERSION = 0.8.0 PYTHON_AERICH_SOURCE = aerich-$(PYTHON_AERICH_VERSION).tar.gz -PYTHON_AERICH_SITE = https://files.pythonhosted.org/packages/ca/cd/ae9c60ffc21e2d41e22c62cbf24a60dfad937222d880489703842d179746 +PYTHON_AERICH_SITE = https://files.pythonhosted.org/packages/35/a5/fc8f6e70cedf47757c4738ed6f79420b9cca6ed1655daf527f86e73f3159 PYTHON_AERICH_SETUP_TYPE = poetry PYTHON_AERICH_LICENSE = Apache-2.0 PYTHON_AERICH_LICENSE_FILES = LICENSE