* [Buildroot] [PATCH 1/1] package/python-pudb: bump to version 2024.1.3
@ 2024-10-26 22:49 James Hilliard
2024-10-27 18:44 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2024-10-26 22:49 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Asaf Kahlon
Migrate from setuptools to hatch build backend.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-pudb/python-pudb.hash | 4 ++--
package/python-pudb/python-pudb.mk | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/python-pudb/python-pudb.hash b/package/python-pudb/python-pudb.hash
index dd67b9fd81..9918f3e041 100644
--- a/package/python-pudb/python-pudb.hash
+++ b/package/python-pudb/python-pudb.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/pudb/json
-md5 8452e5d114a58a63b6c7781452980171 pudb-2024.1.2.tar.gz
-sha256 adc9b00042ba8367117df0a6c0dc62fa9609abd21c3bf8e5b73d620907c5b43e pudb-2024.1.2.tar.gz
+md5 dc73886506e57c8ba2116e5cbe112fb8 pudb-2024.1.3.tar.gz
+sha256 264f239e0538e52e83d3d020143100b3171cae17227674bb1b9f8b075f34849c pudb-2024.1.3.tar.gz
# Locally computed sha256 checksums
sha256 a95343fffff49cde3d9bf33cf6bb71cb3bf0ed83f47d98a7ba04b175d29c79ab LICENSE
diff --git a/package/python-pudb/python-pudb.mk b/package/python-pudb/python-pudb.mk
index cad1bf00bf..4dedda0bc2 100644
--- a/package/python-pudb/python-pudb.mk
+++ b/package/python-pudb/python-pudb.mk
@@ -4,10 +4,10 @@
#
################################################################################
-PYTHON_PUDB_VERSION = 2024.1.2
+PYTHON_PUDB_VERSION = 2024.1.3
PYTHON_PUDB_SOURCE = pudb-$(PYTHON_PUDB_VERSION).tar.gz
-PYTHON_PUDB_SITE = https://files.pythonhosted.org/packages/54/70/fc7d81b7ac439d5e21c8c2b51e15cdc6632b720b02219057fe098a80e766
-PYTHON_PUDB_SETUP_TYPE = setuptools
+PYTHON_PUDB_SITE = https://files.pythonhosted.org/packages/36/27/fb087bdf2cd9c8e56d0347b863ce5995967c15a3e2a0b9245c7a8f6f1598
+PYTHON_PUDB_SETUP_TYPE = hatch
PYTHON_PUDB_LICENSE = MIT
PYTHON_PUDB_LICENSE_FILES = LICENSE
--
2.34.1
_______________________________________________
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:[~2024-10-27 18:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-26 22:49 [Buildroot] [PATCH 1/1] package/python-pudb: bump to version 2024.1.3 James Hilliard
2024-10-27 18:44 ` 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.