From: James Hilliard <james.hilliard1@gmail.com>
To: buildroot@buildroot.org
Cc: James Hilliard <james.hilliard1@gmail.com>
Subject: [Buildroot] [PATCH 1/1] package/python-aerich: bump to version 0.8.1
Date: Thu, 9 Jan 2025 11:57:26 -0700 [thread overview]
Message-ID: <20250109185726.2351200-1-james.hilliard1@gmail.com> (raw)
Replace python-tomlkit with python-tomli-w runtime dependency.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-aerich/Config.in | 2 +-
package/python-aerich/python-aerich.hash | 4 ++--
package/python-aerich/python-aerich.mk | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/python-aerich/Config.in b/package/python-aerich/Config.in
index 39c0a50aa1..4e7ea1117c 100644
--- a/package/python-aerich/Config.in
+++ b/package/python-aerich/Config.in
@@ -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.
diff --git a/package/python-aerich/python-aerich.hash b/package/python-aerich/python-aerich.hash
index ba1ea35997..87df73d3c7 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 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
diff --git a/package/python-aerich/python-aerich.mk b/package/python-aerich/python-aerich.mk
index ea4ee07697..bb568d642f 100644
--- a/package/python-aerich/python-aerich.mk
+++ b/package/python-aerich/python-aerich.mk
@@ -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
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2025-01-09 18:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-09 18:57 James Hilliard [this message]
2025-01-11 16:08 ` [Buildroot] [PATCH 1/1] package/python-aerich: bump to version 0.8.1 Julien Olivain
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250109185726.2351200-1-james.hilliard1@gmail.com \
--to=james.hilliard1@gmail.com \
--cc=buildroot@buildroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.