* [Buildroot] [PATCH 1/1] package/python-logbook: bump to version 1.9.2
@ 2026-01-02 21:33 James Hilliard
2026-01-02 22:07 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2026-01-02 21:33 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard
Migrate from setuptools cython based build to setuptools-rust.
Add new python-typing-extensions runtime dependency.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-logbook/Config.in | 2 ++
package/python-logbook/python-logbook.hash | 5 ++---
package/python-logbook/python-logbook.mk | 10 +++++-----
3 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/package/python-logbook/Config.in b/package/python-logbook/Config.in
index 99996b6517..8950ee234a 100644
--- a/package/python-logbook/Config.in
+++ b/package/python-logbook/Config.in
@@ -1,6 +1,8 @@
config BR2_PACKAGE_PYTHON_LOGBOOK
bool "python-logbook"
+ depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
select BR2_PACKAGE_PYTHON3_ZLIB
+ select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
help
A logging replacement for Python.
diff --git a/package/python-logbook/python-logbook.hash b/package/python-logbook/python-logbook.hash
index 361ea9921e..de75a97e72 100644
--- a/package/python-logbook/python-logbook.hash
+++ b/package/python-logbook/python-logbook.hash
@@ -1,5 +1,4 @@
-# md5, sha256 from https://pypi.org/pypi/logbook/json
-md5 d15918a5745349eefab327661454527d logbook-1.8.0.tar.gz
-sha256 487fa41539787bfa21a51fabd7f3ae8ae7f9e6679bb3e241d0f5f18a2fc37e9c logbook-1.8.0.tar.gz
+# Locally calculated after vendoring
+sha256 1533f03ef76a4d646b14dd00e9982d6ef5d5dc86f134c9bbc1cd98b55fbf566f python-logbook-1.9.2-cargo4.tar.gz
# Locally computed sha256 checksums
sha256 2ca266337cc6947578654ab0dd6438de4d01fa78b2e6eb554b09757df1178f98 LICENSE
diff --git a/package/python-logbook/python-logbook.mk b/package/python-logbook/python-logbook.mk
index f6ccc1aac6..2bcd48bc2f 100644
--- a/package/python-logbook/python-logbook.mk
+++ b/package/python-logbook/python-logbook.mk
@@ -4,12 +4,12 @@
#
################################################################################
-PYTHON_LOGBOOK_VERSION = 1.8.0
-PYTHON_LOGBOOK_SOURCE = logbook-$(PYTHON_LOGBOOK_VERSION).tar.gz
-PYTHON_LOGBOOK_SITE = https://files.pythonhosted.org/packages/c3/a2/fafcc4ce7bad34093150e14f9ed179aa53e3e60a5c46e840547bdae26674
-PYTHON_LOGBOOK_SETUP_TYPE = setuptools
+PYTHON_LOGBOOK_VERSION = 1.9.2
+PYTHON_LOGBOOK_SOURCE_PYPI = logbook-$(PYTHON_LOGBOOK_VERSION).tar.gz
+PYTHON_LOGBOOK_SITE_PYPI = https://files.pythonhosted.org/packages/f2/cf/e39c249003caaa7f84e2b00c11c7423892d525f8136ff349f9914914a744
+PYTHON_LOGBOOK_SITE = $(PYTHON_LOGBOOK_SITE_PYPI)/$(PYTHON_LOGBOOK_SOURCE_PYPI)?buildroot-path=filename
+PYTHON_LOGBOOK_SETUP_TYPE = setuptools-rust
PYTHON_LOGBOOK_LICENSE = BSD-3-Clause
PYTHON_LOGBOOK_LICENSE_FILES = LICENSE
-PYTHON_LOGBOOK_DEPENDENCIES = host-python-cython
$(eval $(python-package))
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-01-02 22:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-02 21:33 [Buildroot] [PATCH 1/1] package/python-logbook: bump to version 1.9.2 James Hilliard
2026-01-02 22:07 ` Thomas Petazzoni via buildroot
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.