* [Buildroot] [PATCH 1/2] package/python-urwid: bump to version 2.6.10
@ 2024-04-07 10:34 Fabrice Fontaine
2024-04-07 10:34 ` [Buildroot] [PATCH 2/2] package/python-pudb: bump to version 2024.1 Fabrice Fontaine
2024-04-08 21:01 ` [Buildroot] [PATCH 1/2] package/python-urwid: bump to version 2.6.10 Thomas Petazzoni via buildroot
0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2024-04-07 10:34 UTC (permalink / raw)
To: buildroot
Cc: Christophe Vu-Brugier, Fabrice Fontaine, James Hilliard,
Asaf Kahlon
https://urwid.org/changelog.html#release-2-6-10
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/python-urwid/python-urwid.hash | 4 ++--
package/python-urwid/python-urwid.mk | 5 +++--
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/package/python-urwid/python-urwid.hash b/package/python-urwid/python-urwid.hash
index 3d7be017a7..aad6f6f672 100644
--- a/package/python-urwid/python-urwid.hash
+++ b/package/python-urwid/python-urwid.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/urwid/json
-md5 f7f4e6bed9ba38965dbd619520f39287 urwid-2.1.2.tar.gz
-sha256 588bee9c1cb208d0906a9f73c613d2bd32c3ed3702012f51efe318a3f2127eae urwid-2.1.2.tar.gz
+md5 324cf0f877a5bc7b7d2de7d7f36b13ee urwid-2.6.10.tar.gz
+sha256 ae33355c414c13214e541d3634f3c8a0bfb373914e62ffbcf2fa863527706321 urwid-2.6.10.tar.gz
# Locally computed sha256 checksums
sha256 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89 COPYING
diff --git a/package/python-urwid/python-urwid.mk b/package/python-urwid/python-urwid.mk
index 78b369ef86..d7943a8b5c 100644
--- a/package/python-urwid/python-urwid.mk
+++ b/package/python-urwid/python-urwid.mk
@@ -4,11 +4,12 @@
#
################################################################################
-PYTHON_URWID_VERSION = 2.1.2
+PYTHON_URWID_VERSION = 2.6.10
PYTHON_URWID_SOURCE = urwid-$(PYTHON_URWID_VERSION).tar.gz
-PYTHON_URWID_SITE = https://files.pythonhosted.org/packages/94/3f/e3010f4a11c08a5690540f7ebd0b0d251cc8a456895b7e49be201f73540c
+PYTHON_URWID_SITE = https://files.pythonhosted.org/packages/8e/74/8c2082f2b07a72ff5d2438447c13a70f0cbede73584e0a262c166a30785c
PYTHON_URWID_LICENSE = LGPL-2.1+
PYTHON_URWID_LICENSE_FILES = COPYING
PYTHON_URWID_SETUP_TYPE = setuptools
+PYTHON_URWID_DEPENDENCIES = host-python-setuptools-scm
$(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] 3+ messages in thread
* [Buildroot] [PATCH 2/2] package/python-pudb: bump to version 2024.1
2024-04-07 10:34 [Buildroot] [PATCH 1/2] package/python-urwid: bump to version 2.6.10 Fabrice Fontaine
@ 2024-04-07 10:34 ` Fabrice Fontaine
2024-04-08 21:01 ` [Buildroot] [PATCH 1/2] package/python-urwid: bump to version 2.6.10 Thomas Petazzoni via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2024-04-07 10:34 UTC (permalink / raw)
To: buildroot
Cc: Christophe Vu-Brugier, Fabrice Fontaine, James Hilliard,
Asaf Kahlon
This bump will fix the following build failure raised since commit
8937db8dd595e0988751e5dbb568e870b07b39cc thanks to
https://github.com/inducer/pudb/commit/8c8f9d4a25e226e77a18d4d938eecf2f969e9b32:
FileExistsError: File already exists: /home/buildroot/instance-0/output-1/target/usr/lib/python3.11/site-packages/test/__init__.py
https://github.com/inducer/pudb/compare/v2023.1...v2024.1
Fixes: 8937db8dd595e0988751e5dbb568e870b07b39cc
- http://autobuild.buildroot.org/results/0e3b15b9d02dda231f768595cdcff4e75ad71afd
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/python-pudb/python-pudb.hash | 4 ++--
package/python-pudb/python-pudb.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/python-pudb/python-pudb.hash b/package/python-pudb/python-pudb.hash
index 08afc67b76..a6d6b9dbae 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 81178e875fd7e15237267c3055e447a3 pudb-2023.1.tar.gz
-sha256 15df3c603aba87a918a666ef8e1bf63f764238cc3589db3c5b7a5f1b01ea2f03 pudb-2023.1.tar.gz
+md5 65639ff646f9e1f452446f4364b2e47f pudb-2024.1.tar.gz
+sha256 fc9d6a976a59b590764c8379ec200fecd47faa84259b64efd8cd86066a0af338 pudb-2024.1.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 ff13efb773..68fe3850ac 100644
--- a/package/python-pudb/python-pudb.mk
+++ b/package/python-pudb/python-pudb.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_PUDB_VERSION = 2023.1
+PYTHON_PUDB_VERSION = 2024.1
PYTHON_PUDB_SOURCE = pudb-$(PYTHON_PUDB_VERSION).tar.gz
-PYTHON_PUDB_SITE = https://files.pythonhosted.org/packages/96/d3/a471fe68788178f2a5024031a153673df72b9287530f32b0cd469d64a68a
+PYTHON_PUDB_SITE = https://files.pythonhosted.org/packages/b3/a1/db467e7c828e2ced173d9dbb47abc17ca0e0b3225cb1f4066293e63a2ed9
PYTHON_PUDB_SETUP_TYPE = setuptools
PYTHON_PUDB_LICENSE = MIT
PYTHON_PUDB_LICENSE_FILES = LICENSE
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/2] package/python-urwid: bump to version 2.6.10
2024-04-07 10:34 [Buildroot] [PATCH 1/2] package/python-urwid: bump to version 2.6.10 Fabrice Fontaine
2024-04-07 10:34 ` [Buildroot] [PATCH 2/2] package/python-pudb: bump to version 2024.1 Fabrice Fontaine
@ 2024-04-08 21:01 ` Thomas Petazzoni via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-04-08 21:01 UTC (permalink / raw)
To: Fabrice Fontaine
Cc: Christophe Vu-Brugier, James Hilliard, Asaf Kahlon, buildroot
On Sun, 7 Apr 2024 12:34:35 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> https://urwid.org/changelog.html#release-2-6-10
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/python-urwid/python-urwid.hash | 4 ++--
> package/python-urwid/python-urwid.mk | 5 +++--
> 2 files changed, 5 insertions(+), 4 deletions(-)
Both applied, thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-04-08 21:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-07 10:34 [Buildroot] [PATCH 1/2] package/python-urwid: bump to version 2.6.10 Fabrice Fontaine
2024-04-07 10:34 ` [Buildroot] [PATCH 2/2] package/python-pudb: bump to version 2024.1 Fabrice Fontaine
2024-04-08 21:01 ` [Buildroot] [PATCH 1/2] package/python-urwid: bump to version 2.6.10 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.