* [Buildroot] [PATCH v2 01/23] package/python-characteristic: add md5 hash, update SITE
@ 2025-12-21 22:34 Bernd Kuhls
2025-12-21 22:34 ` [Buildroot] [PATCH v2 02/23] package/python-colorzero: switch SITE to pypi.org Bernd Kuhls
` (23 more replies)
0 siblings, 24 replies; 49+ messages in thread
From: Bernd Kuhls @ 2025-12-21 22:34 UTC (permalink / raw)
To: buildroot
Cc: Zoltan Gyarmati, Thomas Petazzoni, Andrey Smirnov,
Ludovic Desroches, Angelo Compagnucci, Mauro Condarelli,
James Hilliard, Giulio Benetti, Fiona Klute
Updated package as computed by scanpypi.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/python-characteristic/python-characteristic.hash | 4 ++--
package/python-characteristic/python-characteristic.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/python-characteristic/python-characteristic.hash b/package/python-characteristic/python-characteristic.hash
index c91017d707..84304818c6 100644
--- a/package/python-characteristic/python-characteristic.hash
+++ b/package/python-characteristic/python-characteristic.hash
@@ -1,5 +1,5 @@
-# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=b249368dd021fde1c06b4802867c0913
+# md5, sha256 from https://pypi.org/pypi/characteristic/json
md5 b249368dd021fde1c06b4802867c0913 characteristic-14.3.0.tar.gz
-# Locally computed
sha256 ded68d4e424115ed44e5c83c2a901a0b6157a959079d7591d92106ffd3ada380 characteristic-14.3.0.tar.gz
+# Locally computed sha256 checksums
sha256 0af91b662f8428b28f5e517b049a0bb9feeb59b1adaa5c9418c1579f9485107c LICENSE
diff --git a/package/python-characteristic/python-characteristic.mk b/package/python-characteristic/python-characteristic.mk
index 7ea8d95cd4..dd081eacef 100644
--- a/package/python-characteristic/python-characteristic.mk
+++ b/package/python-characteristic/python-characteristic.mk
@@ -6,7 +6,7 @@
PYTHON_CHARACTERISTIC_VERSION = 14.3.0
PYTHON_CHARACTERISTIC_SOURCE = characteristic-$(PYTHON_CHARACTERISTIC_VERSION).tar.gz
-PYTHON_CHARACTERISTIC_SITE = https://pypi.python.org/packages/source/c/characteristic
+PYTHON_CHARACTERISTIC_SITE = https://files.pythonhosted.org/packages/dc/66/54b7a4758ea44fbc93895c7745060005272560fb2c356f2a6f7448ef9a80
PYTHON_CHARACTERISTIC_LICENSE = MIT
PYTHON_CHARACTERISTIC_LICENSE_FILES = LICENSE
PYTHON_CHARACTERISTIC_SETUP_TYPE = setuptools
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [Buildroot] [PATCH v2 02/23] package/python-colorzero: switch SITE to pypi.org
2025-12-21 22:34 [Buildroot] [PATCH v2 01/23] package/python-characteristic: add md5 hash, update SITE Bernd Kuhls
@ 2025-12-21 22:34 ` Bernd Kuhls
2026-01-07 17:49 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 03/23] package/python-crc16: " Bernd Kuhls
` (22 subsequent siblings)
23 siblings, 1 reply; 49+ messages in thread
From: Bernd Kuhls @ 2025-12-21 22:34 UTC (permalink / raw)
To: buildroot
Cc: Zoltan Gyarmati, Thomas Petazzoni, Andrey Smirnov,
Ludovic Desroches, Angelo Compagnucci, Mauro Condarelli,
James Hilliard, Giulio Benetti, Fiona Klute
Updated package as computed by scanpypi.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/python-colorzero/python-colorzero.hash | 7 ++++---
package/python-colorzero/python-colorzero.mk | 3 ++-
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/package/python-colorzero/python-colorzero.hash b/package/python-colorzero/python-colorzero.hash
index fc2455c836..4a1b900453 100644
--- a/package/python-colorzero/python-colorzero.hash
+++ b/package/python-colorzero/python-colorzero.hash
@@ -1,4 +1,5 @@
-# Locally computed
-sha256 86c9933b004aec8ce1c476d1d1129e00325c7724df3c09aa353d5f8e883ed08d python-colorzero-2.0.tar.gz
-# Locally computed
+# md5, sha256 from https://pypi.org/pypi/colorzero/json
+md5 e7f71e181b94754bcc5ca7c92c52c0d7 colorzero-2.0.tar.gz
+sha256 e7d5a5c26cd0dc37b164ebefc609f388de24f8593b659191e12d85f8f9d5eb58 colorzero-2.0.tar.gz
+# Locally computed sha256 checksums
sha256 ee1c76f465410c34802ddf81d70e1ea7a4542cf58459425038498d8f4e36bb45 LICENSE.txt
diff --git a/package/python-colorzero/python-colorzero.mk b/package/python-colorzero/python-colorzero.mk
index f38c98a093..0ed6a90c61 100644
--- a/package/python-colorzero/python-colorzero.mk
+++ b/package/python-colorzero/python-colorzero.mk
@@ -5,7 +5,8 @@
################################################################################
PYTHON_COLORZERO_VERSION = 2.0
-PYTHON_COLORZERO_SITE = $(call github,waveform80,colorzero,release-$(PYTHON_COLORZERO_VERSION))
+PYTHON_COLORZERO_SOURCE = colorzero-$(PYTHON_COLORZERO_VERSION).tar.gz
+PYTHON_COLORZERO_SITE = https://files.pythonhosted.org/packages/b3/ca/688824a06e8c4d04c7d2fd2af2d8da27bed51af20ee5f094154e1d680334
PYTHON_COLORZERO_LICENSE = BSD-3-Clause
PYTHON_COLORZERO_LICENSE_FILES = LICENSE.txt
PYTHON_COLORZERO_SETUP_TYPE = setuptools
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [Buildroot] [PATCH v2 03/23] package/python-crc16: switch SITE to pypi.org
2025-12-21 22:34 [Buildroot] [PATCH v2 01/23] package/python-characteristic: add md5 hash, update SITE Bernd Kuhls
2025-12-21 22:34 ` [Buildroot] [PATCH v2 02/23] package/python-colorzero: switch SITE to pypi.org Bernd Kuhls
@ 2025-12-21 22:34 ` Bernd Kuhls
2026-01-07 17:49 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 04/23] package/python-crccheck: add md5 hash Bernd Kuhls
` (21 subsequent siblings)
23 siblings, 1 reply; 49+ messages in thread
From: Bernd Kuhls @ 2025-12-21 22:34 UTC (permalink / raw)
To: buildroot
Cc: Zoltan Gyarmati, Thomas Petazzoni, Andrey Smirnov,
Ludovic Desroches, Angelo Compagnucci, Mauro Condarelli,
James Hilliard, Giulio Benetti, Fiona Klute
Updated package as computed by scanpypi.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/python-crc16/python-crc16.hash | 6 ++++--
package/python-crc16/python-crc16.mk | 3 ++-
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/package/python-crc16/python-crc16.hash b/package/python-crc16/python-crc16.hash
index 4576a907ec..5244e400fa 100644
--- a/package/python-crc16/python-crc16.hash
+++ b/package/python-crc16/python-crc16.hash
@@ -1,3 +1,5 @@
-# locally computed
-sha256 10aeda70fbe8b284874b3b1b8f74b9c1f6d5e8dee20ac8f9d5bc49f45f12a42a python-crc16-0.1.1.tar.gz
+# md5, sha256 from https://pypi.org/pypi/crc16/json
+md5 3cb6a4f5fd10a58c09792e321cc467e5 crc16-0.1.1.tar.gz
+sha256 c1f86aa0390f4baf07d2631b16b979580eae1d9a973a826ce45353a22ee8d396 crc16-0.1.1.tar.gz
+# Locally computed sha256 checksums
sha256 ea7d049c7705dc13afc202dd18e1827f3484f8212fd3fa7b82fc4a0c363432c9 COPYING.txt
diff --git a/package/python-crc16/python-crc16.mk b/package/python-crc16/python-crc16.mk
index 86e6f2ecf2..7a773eaf8e 100644
--- a/package/python-crc16/python-crc16.mk
+++ b/package/python-crc16/python-crc16.mk
@@ -5,7 +5,8 @@
################################################################################
PYTHON_CRC16_VERSION = 0.1.1
-PYTHON_CRC16_SITE = $(call github,gennady,pycrc16,v$(PYTHON_CRC16_VERSION))
+PYTHON_CRC16_SOURCE = crc16-$(PYTHON_CRC16_VERSION).tar.gz
+PYTHON_CRC16_SITE = https://files.pythonhosted.org/packages/a6/e0/70a44c4385f2b33df82e518005aae16b5c1feaf082c73c0acebe3426fc0a
PYTHON_CRC16_LICENSE = LGPL-3.0+
PYTHON_CRC16_LICENSE_FILES = COPYING.txt
PYTHON_CRC16_SETUP_TYPE = setuptools
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [Buildroot] [PATCH v2 04/23] package/python-crccheck: add md5 hash
2025-12-21 22:34 [Buildroot] [PATCH v2 01/23] package/python-characteristic: add md5 hash, update SITE Bernd Kuhls
2025-12-21 22:34 ` [Buildroot] [PATCH v2 02/23] package/python-colorzero: switch SITE to pypi.org Bernd Kuhls
2025-12-21 22:34 ` [Buildroot] [PATCH v2 03/23] package/python-crc16: " Bernd Kuhls
@ 2025-12-21 22:34 ` Bernd Kuhls
2026-01-07 17:55 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 05/23] package/python-crcmod: update tarball URL Bernd Kuhls
` (20 subsequent siblings)
23 siblings, 1 reply; 49+ messages in thread
From: Bernd Kuhls @ 2025-12-21 22:34 UTC (permalink / raw)
To: buildroot
Cc: Zoltan Gyarmati, Thomas Petazzoni, Andrey Smirnov,
Ludovic Desroches, Angelo Compagnucci, Mauro Condarelli,
James Hilliard, Giulio Benetti, Fiona Klute
Updated package as computed by scanpypi.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/python-crccheck/python-crccheck.hash | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/package/python-crccheck/python-crccheck.hash b/package/python-crccheck/python-crccheck.hash
index 3fb58a7299..b8fb4e3312 100644
--- a/package/python-crccheck/python-crccheck.hash
+++ b/package/python-crccheck/python-crccheck.hash
@@ -1,4 +1,5 @@
-# From https://pypi.org/project/crccheck/#crccheck-1.3.1.tar.gz
+# md5, sha256 from https://pypi.org/pypi/crccheck/json
+md5 b70543709102d2edb9159a9b26366706 crccheck-1.3.1.tar.gz
sha256 1544c0110bf0a697d875d4f29dc40d7079f9d4d402a9317383f55f90ca72563a crccheck-1.3.1.tar.gz
-# Locally calculated
+# Locally computed sha256 checksums
sha256 1237ab8ea60caa782d77d9d2ac0cdccd765475e3848b0b91b5751d3f299e9d31 LICENSE.txt
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [Buildroot] [PATCH v2 05/23] package/python-crcmod: update tarball URL
2025-12-21 22:34 [Buildroot] [PATCH v2 01/23] package/python-characteristic: add md5 hash, update SITE Bernd Kuhls
` (2 preceding siblings ...)
2025-12-21 22:34 ` [Buildroot] [PATCH v2 04/23] package/python-crccheck: add md5 hash Bernd Kuhls
@ 2025-12-21 22:34 ` Bernd Kuhls
2026-01-07 17:49 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 06/23] package/python-dockerpty: " Bernd Kuhls
` (19 subsequent siblings)
23 siblings, 1 reply; 49+ messages in thread
From: Bernd Kuhls @ 2025-12-21 22:34 UTC (permalink / raw)
To: buildroot
Cc: Zoltan Gyarmati, Thomas Petazzoni, Andrey Smirnov,
Ludovic Desroches, Angelo Compagnucci, Mauro Condarelli,
James Hilliard, Giulio Benetti, Fiona Klute
Updated package as computed by scanpypi.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/python-crcmod/python-crcmod.hash | 4 ++--
package/python-crcmod/python-crcmod.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/python-crcmod/python-crcmod.hash b/package/python-crcmod/python-crcmod.hash
index 43ef7dd8e7..81a7f34614 100644
--- a/package/python-crcmod/python-crcmod.hash
+++ b/package/python-crcmod/python-crcmod.hash
@@ -1,5 +1,5 @@
-# md5 from https://pypi.python.org/pypi/crcmod/json
+# md5, sha256 from https://pypi.org/pypi/crcmod/json
md5 2d5b92117d958dcead94f9e17f54cd32 crcmod-1.7.tar.gz
-# Locally computed
sha256 dc7051a0db5f2bd48665a990d3ec1cc305a466a77358ca4492826f41f283601e crcmod-1.7.tar.gz
+# Locally computed sha256 checksums
sha256 89480768826f408daea1f3caff0509c2cc9606e10f6bb0ccfd12a3d604842c35 LICENSE
diff --git a/package/python-crcmod/python-crcmod.mk b/package/python-crcmod/python-crcmod.mk
index c97f8808c1..a8f2e86be6 100644
--- a/package/python-crcmod/python-crcmod.mk
+++ b/package/python-crcmod/python-crcmod.mk
@@ -6,7 +6,7 @@
PYTHON_CRCMOD_VERSION = 1.7
PYTHON_CRCMOD_SOURCE = crcmod-$(PYTHON_CRCMOD_VERSION).tar.gz
-PYTHON_CRCMOD_SITE = https://pypi.python.org/packages/6b/b0/e595ce2a2527e169c3bcd6c33d2473c1918e0b7f6826a043ca1245dd4e5b
+PYTHON_CRCMOD_SITE = https://files.pythonhosted.org/packages/6b/b0/e595ce2a2527e169c3bcd6c33d2473c1918e0b7f6826a043ca1245dd4e5b
PYTHON_CRCMOD_SETUP_TYPE = setuptools
PYTHON_CRCMOD_LICENSE = MIT
PYTHON_CRCMOD_LICENSE_FILES = LICENSE
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [Buildroot] [PATCH v2 06/23] package/python-dockerpty: update tarball URL
2025-12-21 22:34 [Buildroot] [PATCH v2 01/23] package/python-characteristic: add md5 hash, update SITE Bernd Kuhls
` (3 preceding siblings ...)
2025-12-21 22:34 ` [Buildroot] [PATCH v2 05/23] package/python-crcmod: update tarball URL Bernd Kuhls
@ 2025-12-21 22:34 ` Bernd Kuhls
2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 07/23] package/python-fs: add md5 hash Bernd Kuhls
` (18 subsequent siblings)
23 siblings, 1 reply; 49+ messages in thread
From: Bernd Kuhls @ 2025-12-21 22:34 UTC (permalink / raw)
To: buildroot
Cc: Zoltan Gyarmati, Thomas Petazzoni, Andrey Smirnov,
Ludovic Desroches, Angelo Compagnucci, Mauro Condarelli,
James Hilliard, Giulio Benetti, Fiona Klute
Updated package as computed by scanpypi.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/python-dockerpty/python-dockerpty.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/python-dockerpty/python-dockerpty.mk b/package/python-dockerpty/python-dockerpty.mk
index e6fe6e3b49..7ad98c6b94 100644
--- a/package/python-dockerpty/python-dockerpty.mk
+++ b/package/python-dockerpty/python-dockerpty.mk
@@ -6,7 +6,7 @@
PYTHON_DOCKERPTY_VERSION = 0.4.1
PYTHON_DOCKERPTY_SOURCE = dockerpty-$(PYTHON_DOCKERPTY_VERSION).tar.gz
-PYTHON_DOCKERPTY_SITE = https://pypi.python.org/packages/8d/ee/e9ecce4c32204a6738e0a5d5883d3413794d7498fe8b06f44becc028d3ba
+PYTHON_DOCKERPTY_SITE = https://files.pythonhosted.org/packages/8d/ee/e9ecce4c32204a6738e0a5d5883d3413794d7498fe8b06f44becc028d3ba
PYTHON_DOCKERPTY_SETUP_TYPE = setuptools
PYTHON_DOCKERPTY_LICENSE = Apache-2.0
PYTHON_DOCKERPTY_LICENSE_FILES = LICENSE.txt
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [Buildroot] [PATCH v2 07/23] package/python-fs: add md5 hash
2025-12-21 22:34 [Buildroot] [PATCH v2 01/23] package/python-characteristic: add md5 hash, update SITE Bernd Kuhls
` (4 preceding siblings ...)
2025-12-21 22:34 ` [Buildroot] [PATCH v2 06/23] package/python-dockerpty: " Bernd Kuhls
@ 2025-12-21 22:34 ` Bernd Kuhls
2026-01-07 17:55 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 08/23] package/python-httplib2: fix sort order of dependencies in Config.in Bernd Kuhls
` (17 subsequent siblings)
23 siblings, 1 reply; 49+ messages in thread
From: Bernd Kuhls @ 2025-12-21 22:34 UTC (permalink / raw)
To: buildroot
Cc: Zoltan Gyarmati, Thomas Petazzoni, Andrey Smirnov,
Ludovic Desroches, Angelo Compagnucci, Mauro Condarelli,
James Hilliard, Giulio Benetti, Fiona Klute
Updated package as computed by scanpypi.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/python-fs/python-fs.hash | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/python-fs/python-fs.hash b/package/python-fs/python-fs.hash
index 5ebb49128d..a7c416af0d 100644
--- a/package/python-fs/python-fs.hash
+++ b/package/python-fs/python-fs.hash
@@ -1,5 +1,5 @@
-# From https://pypi.org/project/fs/#fs-2.4.16.tar.gz
+# md5, sha256 from https://pypi.org/pypi/fs/json
+md5 2c9dae3d52950407fe265c3576396c33 fs-2.4.16.tar.gz
sha256 ae97c7d51213f4b70b6a958292530289090de3a7e15841e108fbe144f069d313 fs-2.4.16.tar.gz
-
-# Locally calculated
+# Locally computed sha256 checksums
sha256 bcc1fbae1da071a15d17fd7609519af1160a3d72c65622047b61e19ba63e780d LICENSE
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [Buildroot] [PATCH v2 08/23] package/python-httplib2: fix sort order of dependencies in Config.in
2025-12-21 22:34 [Buildroot] [PATCH v2 01/23] package/python-characteristic: add md5 hash, update SITE Bernd Kuhls
` (5 preceding siblings ...)
2025-12-21 22:34 ` [Buildroot] [PATCH v2 07/23] package/python-fs: add md5 hash Bernd Kuhls
@ 2025-12-21 22:34 ` Bernd Kuhls
2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 09/23] package/python-iniparse: update tarball URL Bernd Kuhls
` (16 subsequent siblings)
23 siblings, 1 reply; 49+ messages in thread
From: Bernd Kuhls @ 2025-12-21 22:34 UTC (permalink / raw)
To: buildroot
Cc: Zoltan Gyarmati, Thomas Petazzoni, Andrey Smirnov,
Ludovic Desroches, Angelo Compagnucci, Mauro Condarelli,
James Hilliard, Giulio Benetti, Fiona Klute
Updated package as computed by scanpypi.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/python-httplib2/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/python-httplib2/Config.in b/package/python-httplib2/Config.in
index a029814f03..9647bd495a 100644
--- a/package/python-httplib2/Config.in
+++ b/package/python-httplib2/Config.in
@@ -1,8 +1,8 @@
config BR2_PACKAGE_PYTHON_HTTPLIB2
bool "python-httplib2"
+ select BR2_PACKAGE_PYTHON_PYPARSING # runtime
select BR2_PACKAGE_PYTHON3_ZLIB
select BR2_PACKAGE_PYTHON3_SSL
- select BR2_PACKAGE_PYTHON_PYPARSING # runtime
help
httplib2 is a comprehensive HTTP client library, httplib2.py
supports many features left out of other HTTP libraries.
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [Buildroot] [PATCH v2 09/23] package/python-iniparse: update tarball URL
2025-12-21 22:34 [Buildroot] [PATCH v2 01/23] package/python-characteristic: add md5 hash, update SITE Bernd Kuhls
` (6 preceding siblings ...)
2025-12-21 22:34 ` [Buildroot] [PATCH v2 08/23] package/python-httplib2: fix sort order of dependencies in Config.in Bernd Kuhls
@ 2025-12-21 22:34 ` Bernd Kuhls
2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 10/23] package/python-iowait: " Bernd Kuhls
` (15 subsequent siblings)
23 siblings, 1 reply; 49+ messages in thread
From: Bernd Kuhls @ 2025-12-21 22:34 UTC (permalink / raw)
To: buildroot
Cc: Zoltan Gyarmati, Thomas Petazzoni, Andrey Smirnov,
Ludovic Desroches, Angelo Compagnucci, Mauro Condarelli,
James Hilliard, Giulio Benetti, Fiona Klute
Updated package as computed by scanpypi.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/python-iniparse/python-iniparse.hash | 5 ++---
package/python-iniparse/python-iniparse.mk | 2 +-
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/package/python-iniparse/python-iniparse.hash b/package/python-iniparse/python-iniparse.hash
index afcfcd2ffb..747d403965 100644
--- a/package/python-iniparse/python-iniparse.hash
+++ b/package/python-iniparse/python-iniparse.hash
@@ -1,7 +1,6 @@
-# From https://pypi.org/project/iniparse/#copy-hash-modal-5fdd923b-0592-4d2d-8b49-03472f948290
+# md5, sha256 from https://pypi.org/pypi/iniparse/json
md5 2054bab923df21107652d009f2373789 iniparse-0.5.tar.gz
sha256 932e5239d526e7acb504017bb707be67019ac428a6932368e6851691093aa842 iniparse-0.5.tar.gz
-
-# sha256 locally computed
+# Locally computed sha256 checksums
sha256 ff45637d8a96adc414179e502fbed40160e57205bf2e302140e79a0c71eceaa7 LICENSE
sha256 9b02e3dfe433ccd2bd94636ef6eb08638b5a54deafe5f87a3d9d9104356c48e0 LICENSE-PSF
diff --git a/package/python-iniparse/python-iniparse.mk b/package/python-iniparse/python-iniparse.mk
index 9f00cf7387..05c9b3930f 100644
--- a/package/python-iniparse/python-iniparse.mk
+++ b/package/python-iniparse/python-iniparse.mk
@@ -6,7 +6,7 @@
PYTHON_INIPARSE_VERSION = 0.5
PYTHON_INIPARSE_SOURCE = iniparse-$(PYTHON_INIPARSE_VERSION).tar.gz
-PYTHON_INIPARSE_SITE = https://pypi.python.org/packages/source/i/iniparse
+PYTHON_INIPARSE_SITE = https://files.pythonhosted.org/packages/4c/9a/02beaf11fc9ea7829d3a9041536934cd03990e09c359724f99ee6bd2b41b
PYTHON_INIPARSE_LICENSE = Python-2.0, MIT
PYTHON_INIPARSE_LICENSE_FILES = LICENSE-PSF LICENSE
PYTHON_INIPARSE_SETUP_TYPE = setuptools
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [Buildroot] [PATCH v2 10/23] package/python-iowait: update tarball URL
2025-12-21 22:34 [Buildroot] [PATCH v2 01/23] package/python-characteristic: add md5 hash, update SITE Bernd Kuhls
` (7 preceding siblings ...)
2025-12-21 22:34 ` [Buildroot] [PATCH v2 09/23] package/python-iniparse: update tarball URL Bernd Kuhls
@ 2025-12-21 22:34 ` Bernd Kuhls
2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 11/23] package/python-ipython-genutils: " Bernd Kuhls
` (14 subsequent siblings)
23 siblings, 1 reply; 49+ messages in thread
From: Bernd Kuhls @ 2025-12-21 22:34 UTC (permalink / raw)
To: buildroot
Cc: Zoltan Gyarmati, Thomas Petazzoni, Andrey Smirnov,
Ludovic Desroches, Angelo Compagnucci, Mauro Condarelli,
James Hilliard, Giulio Benetti, Fiona Klute
Updated package as computed by scanpypi.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/python-iowait/python-iowait.hash | 3 ++-
package/python-iowait/python-iowait.mk | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/package/python-iowait/python-iowait.hash b/package/python-iowait/python-iowait.hash
index fc10e180f3..35ad91cb69 100644
--- a/package/python-iowait/python-iowait.hash
+++ b/package/python-iowait/python-iowait.hash
@@ -1,4 +1,5 @@
-# md5 from https://pypi.python.org/pypi/iowait/json, sha256 locally computed
+# md5, sha256 from https://pypi.org/pypi/iowait/json
md5 f49ca7766fe4a67e03a731e575614f87 iowait-0.2.tar.gz
sha256 ab1bc2eb84c22ccf61f17a0024f9fb6df781b39f1852764a66a7769d5adfb299 iowait-0.2.tar.gz
+# Locally computed sha256 checksums
sha256 da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768 COPYING.LESSER
diff --git a/package/python-iowait/python-iowait.mk b/package/python-iowait/python-iowait.mk
index 028001d7f3..d7738c7eb4 100644
--- a/package/python-iowait/python-iowait.mk
+++ b/package/python-iowait/python-iowait.mk
@@ -6,7 +6,7 @@
PYTHON_IOWAIT_VERSION = 0.2
PYTHON_IOWAIT_SOURCE = iowait-$(PYTHON_IOWAIT_VERSION).tar.gz
-PYTHON_IOWAIT_SITE = https://pypi.python.org/packages/65/30/e953673fe9619938e9c74408401cf865f37716da89f61f6e5d9328c0f71e
+PYTHON_IOWAIT_SITE = https://files.pythonhosted.org/packages/65/30/e953673fe9619938e9c74408401cf865f37716da89f61f6e5d9328c0f71e
PYTHON_IOWAIT_SETUP_TYPE = setuptools
PYTHON_IOWAIT_LICENSE = LGPL-3.0+
PYTHON_IOWAIT_LICENSE_FILES = COPYING.LESSER
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [Buildroot] [PATCH v2 11/23] package/python-ipython-genutils: update tarball URL
2025-12-21 22:34 [Buildroot] [PATCH v2 01/23] package/python-characteristic: add md5 hash, update SITE Bernd Kuhls
` (8 preceding siblings ...)
2025-12-21 22:34 ` [Buildroot] [PATCH v2 10/23] package/python-iowait: " Bernd Kuhls
@ 2025-12-21 22:34 ` Bernd Kuhls
2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 12/23] package/python-json-schema-validator: " Bernd Kuhls
` (13 subsequent siblings)
23 siblings, 1 reply; 49+ messages in thread
From: Bernd Kuhls @ 2025-12-21 22:34 UTC (permalink / raw)
To: buildroot
Cc: Zoltan Gyarmati, Thomas Petazzoni, Andrey Smirnov,
Ludovic Desroches, Angelo Compagnucci, Mauro Condarelli,
James Hilliard, Giulio Benetti, Fiona Klute
Updated package as computed by scanpypi.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/python-ipython-genutils/python-ipython-genutils.hash | 4 ++--
package/python-ipython-genutils/python-ipython-genutils.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/python-ipython-genutils/python-ipython-genutils.hash b/package/python-ipython-genutils/python-ipython-genutils.hash
index fd719c93a0..c368272f07 100644
--- a/package/python-ipython-genutils/python-ipython-genutils.hash
+++ b/package/python-ipython-genutils/python-ipython-genutils.hash
@@ -1,5 +1,5 @@
-# md5 from https://pypi.python.org/pypi/ipython_genutils/json
+# md5, sha256 from https://pypi.org/pypi/ipython-genutils/json
md5 5a4f9781f78466da0ea1a648f3e1f79f ipython_genutils-0.2.0.tar.gz
-# Locally computed
sha256 eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8 ipython_genutils-0.2.0.tar.gz
+# Locally computed
sha256 f09da6c0f4971485f6fbd6c630d0d6cdd012bfe128b2ebbd014de2f6c7c7e2a6 COPYING.md
diff --git a/package/python-ipython-genutils/python-ipython-genutils.mk b/package/python-ipython-genutils/python-ipython-genutils.mk
index 08a0b8ba9a..847279b6b4 100644
--- a/package/python-ipython-genutils/python-ipython-genutils.mk
+++ b/package/python-ipython-genutils/python-ipython-genutils.mk
@@ -6,7 +6,7 @@
PYTHON_IPYTHON_GENUTILS_VERSION = 0.2.0
PYTHON_IPYTHON_GENUTILS_SOURCE = ipython_genutils-$(PYTHON_IPYTHON_GENUTILS_VERSION).tar.gz
-PYTHON_IPYTHON_GENUTILS_SITE = https://pypi.python.org/packages/e8/69/fbeffffc05236398ebfcfb512b6d2511c622871dca1746361006da310399
+PYTHON_IPYTHON_GENUTILS_SITE = https://files.pythonhosted.org/packages/e8/69/fbeffffc05236398ebfcfb512b6d2511c622871dca1746361006da310399
PYTHON_IPYTHON_GENUTILS_LICENSE = BSD-3-Clause
PYTHON_IPYTHON_GENUTILS_LICENSE_FILES = COPYING.md
PYTHON_IPYTHON_GENUTILS_SETUP_TYPE = setuptools
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [Buildroot] [PATCH v2 12/23] package/python-json-schema-validator: update tarball URL
2025-12-21 22:34 [Buildroot] [PATCH v2 01/23] package/python-characteristic: add md5 hash, update SITE Bernd Kuhls
` (9 preceding siblings ...)
2025-12-21 22:34 ` [Buildroot] [PATCH v2 11/23] package/python-ipython-genutils: " Bernd Kuhls
@ 2025-12-21 22:34 ` Bernd Kuhls
2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 13/23] package/python-libconf: " Bernd Kuhls
` (12 subsequent siblings)
23 siblings, 1 reply; 49+ messages in thread
From: Bernd Kuhls @ 2025-12-21 22:34 UTC (permalink / raw)
To: buildroot
Cc: Zoltan Gyarmati, Thomas Petazzoni, Andrey Smirnov,
Ludovic Desroches, Angelo Compagnucci, Mauro Condarelli,
James Hilliard, Giulio Benetti, Fiona Klute
Updated package as computed by scanpypi.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
.../python-json-schema-validator.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/python-json-schema-validator/python-json-schema-validator.mk b/package/python-json-schema-validator/python-json-schema-validator.mk
index c0a335cbd7..017d5a3ec5 100644
--- a/package/python-json-schema-validator/python-json-schema-validator.mk
+++ b/package/python-json-schema-validator/python-json-schema-validator.mk
@@ -6,7 +6,7 @@
PYTHON_JSON_SCHEMA_VALIDATOR_VERSION = 2.4.1
PYTHON_JSON_SCHEMA_VALIDATOR_SOURCE = json-schema-validator-$(PYTHON_JSON_SCHEMA_VALIDATOR_VERSION).tar.gz
-PYTHON_JSON_SCHEMA_VALIDATOR_SITE = https://pypi.python.org/packages/70/46/ba39cb7efad1898cfc89bf3588b8612f24d128f1c25b761994f524a59cef
+PYTHON_JSON_SCHEMA_VALIDATOR_SITE = https://files.pythonhosted.org/packages/70/46/ba39cb7efad1898cfc89bf3588b8612f24d128f1c25b761994f524a59cef
PYTHON_JSON_SCHEMA_VALIDATOR_LICENSE = LGPL-3.0
PYTHON_JSON_SCHEMA_VALIDATOR_SETUP_TYPE = setuptools
PYTHON_JSON_SCHEMA_VALIDATOR_DEPENDENCIES = host-python-versiontools
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [Buildroot] [PATCH v2 13/23] package/python-libconf: update tarball URL
2025-12-21 22:34 [Buildroot] [PATCH v2 01/23] package/python-characteristic: add md5 hash, update SITE Bernd Kuhls
` (10 preceding siblings ...)
2025-12-21 22:34 ` [Buildroot] [PATCH v2 12/23] package/python-json-schema-validator: " Bernd Kuhls
@ 2025-12-21 22:34 ` Bernd Kuhls
2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 14/23] package/python-minimalmodbus: add md5 hash Bernd Kuhls
` (11 subsequent siblings)
23 siblings, 1 reply; 49+ messages in thread
From: Bernd Kuhls @ 2025-12-21 22:34 UTC (permalink / raw)
To: buildroot
Cc: Zoltan Gyarmati, Thomas Petazzoni, Andrey Smirnov,
Ludovic Desroches, Angelo Compagnucci, Mauro Condarelli,
James Hilliard, Giulio Benetti, Fiona Klute
Updated package as computed by scanpypi.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/python-libconf/python-libconf.hash | 5 +++--
package/python-libconf/python-libconf.mk | 3 ++-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/package/python-libconf/python-libconf.hash b/package/python-libconf/python-libconf.hash
index d05efd37fd..40dfeadac6 100644
--- a/package/python-libconf/python-libconf.hash
+++ b/package/python-libconf/python-libconf.hash
@@ -1,4 +1,5 @@
-# Locally calculated
-sha256 66897870fcafce05624eafcc99e2dc8e150124e91019d9c29cc4f3bef64311dd python-libconf-2.0.1.tar.gz
+# md5, sha256 from https://pypi.org/pypi/libconf/json
+md5 e212611cbf6a696e05742a983b3a0c57 libconf-2.0.1.tar.gz
+sha256 2f907258953ba60a95a82d5633726b47c81f2d5cf8d8801b092579016d757f4a libconf-2.0.1.tar.gz
# Locally computed sha256 checksums
sha256 3c2afc8c9f7a12032f225e6fa870e85af14d1b71236afe28d94a4b67e5e8c873 LICENSE
diff --git a/package/python-libconf/python-libconf.mk b/package/python-libconf/python-libconf.mk
index 65bdee8619..5bea1b2cc6 100644
--- a/package/python-libconf/python-libconf.mk
+++ b/package/python-libconf/python-libconf.mk
@@ -5,7 +5,8 @@
################################################################################
PYTHON_LIBCONF_VERSION = 2.0.1
-PYTHON_LIBCONF_SITE = $(call github,ChrisAichinger,python-libconf,$(PYTHON_LIBCONF_VERSION))
+PYTHON_LIBCONF_SOURCE = libconf-$(PYTHON_LIBCONF_VERSION).tar.gz
+PYTHON_LIBCONF_SITE = https://files.pythonhosted.org/packages/c8/41/592c24b42ec6e349629f2b6310ff31255b213bc696c0e4ad2ee1d2bbb68e
PYTHON_LIBCONF_SETUP_TYPE = setuptools
PYTHON_LIBCONF_LICENSE = MIT
PYTHON_LIBCONF_LICENSE_FILES = LICENSE
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [Buildroot] [PATCH v2 14/23] package/python-minimalmodbus: add md5 hash
2025-12-21 22:34 [Buildroot] [PATCH v2 01/23] package/python-characteristic: add md5 hash, update SITE Bernd Kuhls
` (11 preceding siblings ...)
2025-12-21 22:34 ` [Buildroot] [PATCH v2 13/23] package/python-libconf: " Bernd Kuhls
@ 2025-12-21 22:34 ` Bernd Kuhls
2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 15/23] package/python-mpmath: update tarball URL Bernd Kuhls
` (10 subsequent siblings)
23 siblings, 1 reply; 49+ messages in thread
From: Bernd Kuhls @ 2025-12-21 22:34 UTC (permalink / raw)
To: buildroot
Cc: Zoltan Gyarmati, Thomas Petazzoni, Andrey Smirnov,
Ludovic Desroches, Angelo Compagnucci, Mauro Condarelli,
James Hilliard, Giulio Benetti, Fiona Klute
Updated package as computed by scanpypi.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/python-minimalmodbus/python-minimalmodbus.hash | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/package/python-minimalmodbus/python-minimalmodbus.hash b/package/python-minimalmodbus/python-minimalmodbus.hash
index 635090fae7..ee688e49d3 100644
--- a/package/python-minimalmodbus/python-minimalmodbus.hash
+++ b/package/python-minimalmodbus/python-minimalmodbus.hash
@@ -1,4 +1,5 @@
-# sha256 from https://pypi.org/project/minimalmodbus
+# md5, sha256 from https://pypi.org/pypi/minimalmodbus/json
+md5 a981b31df61c7dd9fa04d0def72f8486 minimalmodbus-2.1.1.tar.gz
sha256 c3f5a56e107d537e4bb420f7e735841ab2939c8ca6fb528f5fe4124571315b64 minimalmodbus-2.1.1.tar.gz
-# Hash for license file
+# Locally computed sha256 checksums
sha256 abe787d472ae2069e935c84eb13fd770518dfb08b92d5f190f3cd7ff6d1f6f32 LICENSE
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [Buildroot] [PATCH v2 15/23] package/python-mpmath: update tarball URL
2025-12-21 22:34 [Buildroot] [PATCH v2 01/23] package/python-characteristic: add md5 hash, update SITE Bernd Kuhls
` (12 preceding siblings ...)
2025-12-21 22:34 ` [Buildroot] [PATCH v2 14/23] package/python-minimalmodbus: add md5 hash Bernd Kuhls
@ 2025-12-21 22:34 ` Bernd Kuhls
2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 16/23] package/python-pyasynchat: " Bernd Kuhls
` (9 subsequent siblings)
23 siblings, 1 reply; 49+ messages in thread
From: Bernd Kuhls @ 2025-12-21 22:34 UTC (permalink / raw)
To: buildroot
Cc: Zoltan Gyarmati, Thomas Petazzoni, Andrey Smirnov,
Ludovic Desroches, Angelo Compagnucci, Mauro Condarelli,
James Hilliard, Giulio Benetti, Fiona Klute
Updated package as computed by scanpypi.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/python-mpmath/python-mpmath.hash | 4 +++-
package/python-mpmath/python-mpmath.mk | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/package/python-mpmath/python-mpmath.hash b/package/python-mpmath/python-mpmath.hash
index 1b263c925f..e402647a59 100644
--- a/package/python-mpmath/python-mpmath.hash
+++ b/package/python-mpmath/python-mpmath.hash
@@ -1,3 +1,5 @@
-# Locally computed sha256 checksums
+# md5, sha256 from https://pypi.org/pypi/mpmath/json
+md5 d5d17bbefea73eeb959967351d905306 mpmath-1.3.0.tar.gz
sha256 7a28eb2a9774d00c7bc92411c19a89209d5da7c4c9a9e227be8330a23a25b91f mpmath-1.3.0.tar.gz
+# Locally computed sha256 checksums
sha256 c26cae81da4508e5e249985777a33821f183223ebb74d7f8cfbf90fe7eef2fb7 LICENSE
diff --git a/package/python-mpmath/python-mpmath.mk b/package/python-mpmath/python-mpmath.mk
index cd19dd52be..86a3562d04 100644
--- a/package/python-mpmath/python-mpmath.mk
+++ b/package/python-mpmath/python-mpmath.mk
@@ -6,7 +6,7 @@
PYTHON_MPMATH_VERSION = 1.3.0
PYTHON_MPMATH_SOURCE = mpmath-$(PYTHON_MPMATH_VERSION).tar.gz
-PYTHON_MPMATH_SITE = https://mpmath.org/files
+PYTHON_MPMATH_SITE = https://files.pythonhosted.org/packages/e0/47/dd32fa426cc72114383ac549964eecb20ecfd886d1e5ccf5340b55b02f57
PYTHON_MPMATH_SETUP_TYPE = setuptools
PYTHON_MPMATH_LICENSE = BSD-3-Clause
PYTHON_MPMATH_LICENSE_FILES = LICENSE
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [Buildroot] [PATCH v2 16/23] package/python-pyasynchat: update tarball URL
2025-12-21 22:34 [Buildroot] [PATCH v2 01/23] package/python-characteristic: add md5 hash, update SITE Bernd Kuhls
` (13 preceding siblings ...)
2025-12-21 22:34 ` [Buildroot] [PATCH v2 15/23] package/python-mpmath: update tarball URL Bernd Kuhls
@ 2025-12-21 22:34 ` Bernd Kuhls
2025-12-22 16:26 ` Fiona Klute via buildroot
2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 17/23] package/python-pyasyncore: " Bernd Kuhls
` (8 subsequent siblings)
23 siblings, 2 replies; 49+ messages in thread
From: Bernd Kuhls @ 2025-12-21 22:34 UTC (permalink / raw)
To: buildroot
Cc: Zoltan Gyarmati, Thomas Petazzoni, Andrey Smirnov,
Ludovic Desroches, Angelo Compagnucci, Mauro Condarelli,
James Hilliard, Giulio Benetti, Fiona Klute
Updated package as computed by scanpypi.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/python-pyasynchat/python-pyasynchat.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/python-pyasynchat/python-pyasynchat.mk b/package/python-pyasynchat/python-pyasynchat.mk
index 6fb460cee1..2c503ea71b 100644
--- a/package/python-pyasynchat/python-pyasynchat.mk
+++ b/package/python-pyasynchat/python-pyasynchat.mk
@@ -6,7 +6,7 @@
PYTHON_PYASYNCHAT_VERSION = 1.0.4
PYTHON_PYASYNCHAT_SOURCE = pyasynchat-$(PYTHON_PYASYNCHAT_VERSION).tar.gz
-PYTHON_PYASYNCHAT_SITE = https://github.com/simonrob/pyasynchat/releases/download/v$(PYTHON_PYASYNCHAT_VERSION)
+PYTHON_PYASYNCHAT_SITE = https://files.pythonhosted.org/packages/8a/fd/aacc6309abcc5a388c66915829cd8175daccac583828fde40a1eea5768e4
PYTHON_PYASYNCHAT_SETUP_TYPE = setuptools
PYTHON_PYASYNCHAT_LICENSE = PSF-2.0
PYTHON_PYASYNCHAT_LICENSE_FILES = LICENSE
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [Buildroot] [PATCH v2 17/23] package/python-pyasyncore: update tarball URL
2025-12-21 22:34 [Buildroot] [PATCH v2 01/23] package/python-characteristic: add md5 hash, update SITE Bernd Kuhls
` (14 preceding siblings ...)
2025-12-21 22:34 ` [Buildroot] [PATCH v2 16/23] package/python-pyasynchat: " Bernd Kuhls
@ 2025-12-21 22:34 ` Bernd Kuhls
2025-12-22 16:27 ` Fiona Klute via buildroot
2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 18/23] package/python-pyfatfs: add md5 hash Bernd Kuhls
` (7 subsequent siblings)
23 siblings, 2 replies; 49+ messages in thread
From: Bernd Kuhls @ 2025-12-21 22:34 UTC (permalink / raw)
To: buildroot
Cc: Zoltan Gyarmati, Thomas Petazzoni, Andrey Smirnov,
Ludovic Desroches, Angelo Compagnucci, Mauro Condarelli,
James Hilliard, Giulio Benetti, Fiona Klute
Updated package as computed by scanpypi.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/python-pyasyncore/python-pyasyncore.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/python-pyasyncore/python-pyasyncore.mk b/package/python-pyasyncore/python-pyasyncore.mk
index 4b1e3c98b6..d86ac2cad8 100644
--- a/package/python-pyasyncore/python-pyasyncore.mk
+++ b/package/python-pyasyncore/python-pyasyncore.mk
@@ -6,7 +6,7 @@
PYTHON_PYASYNCORE_VERSION = 1.0.4
PYTHON_PYASYNCORE_SOURCE = pyasyncore-$(PYTHON_PYASYNCORE_VERSION).tar.gz
-PYTHON_PYASYNCORE_SITE = https://github.com/simonrob/pyasyncore/releases/download/v$(PYTHON_PYASYNCORE_VERSION)
+PYTHON_PYASYNCORE_SITE = https://files.pythonhosted.org/packages/25/6e/956e2bc9b47e3310cd524036f506b779a77788c2a1eb732e544240ad346f
PYTHON_PYASYNCORE_SETUP_TYPE = setuptools
PYTHON_PYASYNCORE_LICENSE = PSF-2.0
PYTHON_PYASYNCORE_LICENSE_FILES = LICENSE
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [Buildroot] [PATCH v2 18/23] package/python-pyfatfs: add md5 hash
2025-12-21 22:34 [Buildroot] [PATCH v2 01/23] package/python-characteristic: add md5 hash, update SITE Bernd Kuhls
` (15 preceding siblings ...)
2025-12-21 22:34 ` [Buildroot] [PATCH v2 17/23] package/python-pyasyncore: " Bernd Kuhls
@ 2025-12-21 22:34 ` Bernd Kuhls
2026-01-07 17:55 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 19/23] package/python-pyinotify: update tarball URL Bernd Kuhls
` (6 subsequent siblings)
23 siblings, 1 reply; 49+ messages in thread
From: Bernd Kuhls @ 2025-12-21 22:34 UTC (permalink / raw)
To: buildroot
Cc: Zoltan Gyarmati, Thomas Petazzoni, Andrey Smirnov,
Ludovic Desroches, Angelo Compagnucci, Mauro Condarelli,
James Hilliard, Giulio Benetti, Fiona Klute
Updated package as computed by scanpypi.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/python-pyfatfs/python-pyfatfs.hash | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/package/python-pyfatfs/python-pyfatfs.hash b/package/python-pyfatfs/python-pyfatfs.hash
index 05e940779e..58f02ed7a0 100644
--- a/package/python-pyfatfs/python-pyfatfs.hash
+++ b/package/python-pyfatfs/python-pyfatfs.hash
@@ -1,4 +1,5 @@
-# From https://pypi.org/project/pyfatfs/#pyfatfs-1.1.0.tar.gz
+# md5, sha256 from https://pypi.org/pypi/pyfatfs/json
+md5 df7f61cdec5567ec16956cbae14514e0 pyfatfs-1.1.0.tar.gz
sha256 9725ccd0a4da1c09c27358abbf10f08c043ac84210af576803e087f51a2b30e0 pyfatfs-1.1.0.tar.gz
-# Locally calculated
+# Locally computed sha256 checksums
sha256 df8f053d3cbf23fe7002e6a34b06580653a74d40dc2e54f3b717a963ea9b70cb LICENSE
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [Buildroot] [PATCH v2 19/23] package/python-pyinotify: update tarball URL
2025-12-21 22:34 [Buildroot] [PATCH v2 01/23] package/python-characteristic: add md5 hash, update SITE Bernd Kuhls
` (16 preceding siblings ...)
2025-12-21 22:34 ` [Buildroot] [PATCH v2 18/23] package/python-pyfatfs: add md5 hash Bernd Kuhls
@ 2025-12-21 22:34 ` Bernd Kuhls
2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 20/23] package/python-pynacl: fix sort order of dependencies in Config.in Bernd Kuhls
` (5 subsequent siblings)
23 siblings, 1 reply; 49+ messages in thread
From: Bernd Kuhls @ 2025-12-21 22:34 UTC (permalink / raw)
To: buildroot
Cc: Zoltan Gyarmati, Thomas Petazzoni, Andrey Smirnov,
Ludovic Desroches, Angelo Compagnucci, Mauro Condarelli,
James Hilliard, Giulio Benetti, Fiona Klute
Updated package as computed by scanpypi.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/python-pyinotify/python-pyinotify.hash | 6 ++++--
package/python-pyinotify/python-pyinotify.mk | 3 ++-
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/package/python-pyinotify/python-pyinotify.hash b/package/python-pyinotify/python-pyinotify.hash
index 72095ff6e5..9eecfbf9be 100644
--- a/package/python-pyinotify/python-pyinotify.hash
+++ b/package/python-pyinotify/python-pyinotify.hash
@@ -1,3 +1,5 @@
-# Locally calculated
-sha256 7943f198c5cef2bdc121d847937fbe565daaa7d4daaf1b8de8ef5689812f481c python-pyinotify-0.9.6.tar.gz
+# md5, sha256 from https://pypi.org/pypi/pyinotify/json
+md5 8e580fa1ff3971f94a6f81672b76c406 pyinotify-0.9.6.tar.gz
+sha256 9c998a5d7606ca835065cdabc013ae6c66eb9ea76a00a1e3bc6e0cfe2b4f71f4 pyinotify-0.9.6.tar.gz
+# Locally computed sha256 checksums
sha256 97c96d577f761e23c7778bda2b163dba7b94e4defdd7873b7155bed252820608 COPYING
diff --git a/package/python-pyinotify/python-pyinotify.mk b/package/python-pyinotify/python-pyinotify.mk
index b4ea66299d..61666e8b49 100644
--- a/package/python-pyinotify/python-pyinotify.mk
+++ b/package/python-pyinotify/python-pyinotify.mk
@@ -5,7 +5,8 @@
################################################################################
PYTHON_PYINOTIFY_VERSION = 0.9.6
-PYTHON_PYINOTIFY_SITE = $(call github,seb-m,pyinotify,$(PYTHON_PYINOTIFY_VERSION))
+PYTHON_PYINOTIFY_SOURCE = pyinotify-$(PYTHON_PYINOTIFY_VERSION).tar.gz
+PYTHON_PYINOTIFY_SITE = https://files.pythonhosted.org/packages/e3/c0/fd5b18dde17c1249658521f69598f3252f11d9d7a980c5be8619970646e1
PYTHON_PYINOTIFY_SETUP_TYPE = setuptools
PYTHON_PYINOTIFY_LICENSE = MIT
PYTHON_PYINOTIFY_LICENSE_FILES = COPYING
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [Buildroot] [PATCH v2 20/23] package/python-pynacl: fix sort order of dependencies in Config.in
2025-12-21 22:34 [Buildroot] [PATCH v2 01/23] package/python-characteristic: add md5 hash, update SITE Bernd Kuhls
` (17 preceding siblings ...)
2025-12-21 22:34 ` [Buildroot] [PATCH v2 19/23] package/python-pyinotify: update tarball URL Bernd Kuhls
@ 2025-12-21 22:34 ` Bernd Kuhls
2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 21/23] package/python-pyqrcode: update tarball URL Bernd Kuhls
` (4 subsequent siblings)
23 siblings, 1 reply; 49+ messages in thread
From: Bernd Kuhls @ 2025-12-21 22:34 UTC (permalink / raw)
To: buildroot
Cc: Zoltan Gyarmati, Thomas Petazzoni, Andrey Smirnov,
Ludovic Desroches, Angelo Compagnucci, Mauro Condarelli,
James Hilliard, Giulio Benetti, Fiona Klute
Updated package as computed by scanpypi.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/python-pynacl/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/python-pynacl/Config.in b/package/python-pynacl/Config.in
index 0553d82ce9..51623a0a70 100644
--- a/package/python-pynacl/Config.in
+++ b/package/python-pynacl/Config.in
@@ -1,7 +1,7 @@
config BR2_PACKAGE_PYTHON_PYNACL
bool "python-pynacl"
- select BR2_PACKAGE_LIBSODIUM
select BR2_PACKAGE_PYTHON_CFFI # runtime
+ select BR2_PACKAGE_LIBSODIUM
help
Python binding to the Networking and Cryptography (NaCl)
library.
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [Buildroot] [PATCH v2 21/23] package/python-pyqrcode: update tarball URL
2025-12-21 22:34 [Buildroot] [PATCH v2 01/23] package/python-characteristic: add md5 hash, update SITE Bernd Kuhls
` (18 preceding siblings ...)
2025-12-21 22:34 ` [Buildroot] [PATCH v2 20/23] package/python-pynacl: fix sort order of dependencies in Config.in Bernd Kuhls
@ 2025-12-21 22:34 ` Bernd Kuhls
2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 22/23] package/python-pysendfile: " Bernd Kuhls
` (3 subsequent siblings)
23 siblings, 1 reply; 49+ messages in thread
From: Bernd Kuhls @ 2025-12-21 22:34 UTC (permalink / raw)
To: buildroot
Cc: Zoltan Gyarmati, Thomas Petazzoni, Andrey Smirnov,
Ludovic Desroches, Angelo Compagnucci, Mauro Condarelli,
James Hilliard, Giulio Benetti, Fiona Klute
Updated package as computed by scanpypi.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/python-pyqrcode/python-pyqrcode.hash | 4 ++--
package/python-pyqrcode/python-pyqrcode.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/python-pyqrcode/python-pyqrcode.hash b/package/python-pyqrcode/python-pyqrcode.hash
index c946ba9d9b..9c1dfce294 100644
--- a/package/python-pyqrcode/python-pyqrcode.hash
+++ b/package/python-pyqrcode/python-pyqrcode.hash
@@ -1,5 +1,5 @@
-# md5 from https://pypi.python.org/pypi/pyqrcode/json
+# md5, sha256 from https://pypi.org/pypi/pyqrcode/json
md5 371f29f4b03bd2830c6e0319258b1259 PyQRCode-1.2.1.tar.gz
-# Locally computed
sha256 fdbf7634733e56b72e27f9bce46e4550b75a3a2c420414035cae9d9d26b234d5 PyQRCode-1.2.1.tar.gz
+# Locally computed
sha256 bef0c3595451da5132dea99e288fb5dafcbc469e0643f993a4ba0a69980f5ec9 setup.py
diff --git a/package/python-pyqrcode/python-pyqrcode.mk b/package/python-pyqrcode/python-pyqrcode.mk
index f3eac5a3c0..6dfe1afa6d 100644
--- a/package/python-pyqrcode/python-pyqrcode.mk
+++ b/package/python-pyqrcode/python-pyqrcode.mk
@@ -6,7 +6,7 @@
PYTHON_PYQRCODE_VERSION = 1.2.1
PYTHON_PYQRCODE_SOURCE = PyQRCode-$(PYTHON_PYQRCODE_VERSION).tar.gz
-PYTHON_PYQRCODE_SITE = https://pypi.python.org/packages/37/61/f07226075c347897937d4086ef8e55f0a62ae535e28069884ac68d979316
+PYTHON_PYQRCODE_SITE = https://files.pythonhosted.org/packages/37/61/f07226075c347897937d4086ef8e55f0a62ae535e28069884ac68d979316
PYTHON_PYQRCODE_SETUP_TYPE = setuptools
PYTHON_PYQRCODE_LICENSE = BSD-3-Clause
PYTHON_PYQRCODE_LICENSE_FILES = setup.py
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [Buildroot] [PATCH v2 22/23] package/python-pysendfile: update tarball URL
2025-12-21 22:34 [Buildroot] [PATCH v2 01/23] package/python-characteristic: add md5 hash, update SITE Bernd Kuhls
` (19 preceding siblings ...)
2025-12-21 22:34 ` [Buildroot] [PATCH v2 21/23] package/python-pyqrcode: update tarball URL Bernd Kuhls
@ 2025-12-21 22:34 ` Bernd Kuhls
2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 23/23] package/python-pysnmp-mibs: " Bernd Kuhls
` (2 subsequent siblings)
23 siblings, 1 reply; 49+ messages in thread
From: Bernd Kuhls @ 2025-12-21 22:34 UTC (permalink / raw)
To: buildroot
Cc: Zoltan Gyarmati, Thomas Petazzoni, Andrey Smirnov,
Ludovic Desroches, Angelo Compagnucci, Mauro Condarelli,
James Hilliard, Giulio Benetti, Fiona Klute
Updated package as computed by scanpypi.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/python-pysendfile/python-pysendfile.hash | 6 ++++--
package/python-pysendfile/python-pysendfile.mk | 3 ++-
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/package/python-pysendfile/python-pysendfile.hash b/package/python-pysendfile/python-pysendfile.hash
index d1aff6aed2..2b5b8a9714 100644
--- a/package/python-pysendfile/python-pysendfile.hash
+++ b/package/python-pysendfile/python-pysendfile.hash
@@ -1,3 +1,5 @@
-# Locally computed:
-sha256 f4ca8a7f0be67e3d710c0633dd9aadab6881203c31cb9eb9be4f10361ad3f937 python-pysendfile-2.0.1.tar.gz
+# md5, sha256 from https://pypi.org/pypi/pysendfile/json
+md5 e7b301eddd703ab74a48c59a8fda1f97 pysendfile-2.0.1.tar.gz
+sha256 510a414b270986fba3c79cb76d90a4c910c701bfb43ff983a5d4e92846050e17 pysendfile-2.0.1.tar.gz
+# Locally computed sha256 checksums
sha256 259f433563cfe0296c84c00381c600e82e0ab1b617ce20fe6e7f555a2b95af26 LICENSE
diff --git a/package/python-pysendfile/python-pysendfile.mk b/package/python-pysendfile/python-pysendfile.mk
index bb8f057d3d..6c2d06e367 100644
--- a/package/python-pysendfile/python-pysendfile.mk
+++ b/package/python-pysendfile/python-pysendfile.mk
@@ -5,7 +5,8 @@
################################################################################
PYTHON_PYSENDFILE_VERSION = 2.0.1
-PYTHON_PYSENDFILE_SITE = $(call github,giampaolo,pysendfile,release-$(PYTHON_PYSENDFILE_VERSION))
+PYTHON_PYSENDFILE_SOURCE = pysendfile-$(PYTHON_PYSENDFILE_VERSION).tar.gz
+PYTHON_PYSENDFILE_SITE = https://files.pythonhosted.org/packages/cd/3f/4aa268afd0252f06b3b487c296a066a01ddd4222a46b7a3748599c8fc8c3
PYTHON_PYSENDFILE_SETUP_TYPE = setuptools
PYTHON_PYSENDFILE_LICENSE = MIT
PYTHON_PYSENDFILE_LICENSE_FILES = LICENSE
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [Buildroot] [PATCH v2 23/23] package/python-pysnmp-mibs: update tarball URL
2025-12-21 22:34 [Buildroot] [PATCH v2 01/23] package/python-characteristic: add md5 hash, update SITE Bernd Kuhls
` (20 preceding siblings ...)
2025-12-21 22:34 ` [Buildroot] [PATCH v2 22/23] package/python-pysendfile: " Bernd Kuhls
@ 2025-12-21 22:34 ` Bernd Kuhls
2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
2025-12-28 22:16 ` [Buildroot] [PATCH v2 01/23] package/python-characteristic: add md5 hash, update SITE Thomas Petazzoni via buildroot
2026-01-07 17:49 ` Arnout Vandecappelle via buildroot
23 siblings, 1 reply; 49+ messages in thread
From: Bernd Kuhls @ 2025-12-21 22:34 UTC (permalink / raw)
To: buildroot
Cc: Zoltan Gyarmati, Thomas Petazzoni, Andrey Smirnov,
Ludovic Desroches, Angelo Compagnucci, Mauro Condarelli,
James Hilliard, Giulio Benetti, Fiona Klute
Updated package as computed by scanpypi.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/python-pysnmp-mibs/python-pysnmp-mibs.hash | 4 ++--
package/python-pysnmp-mibs/python-pysnmp-mibs.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/python-pysnmp-mibs/python-pysnmp-mibs.hash b/package/python-pysnmp-mibs/python-pysnmp-mibs.hash
index 52a507f4b3..4744963185 100644
--- a/package/python-pysnmp-mibs/python-pysnmp-mibs.hash
+++ b/package/python-pysnmp-mibs/python-pysnmp-mibs.hash
@@ -1,5 +1,5 @@
-# md5 from https://pypi.python.org/pypi/pysnmp-mibs/json
+# md5, sha256 from https://pypi.org/pypi/pysnmp-mibs/json
md5 01845c4595d87d3c3485c0449616cbda pysnmp-mibs-0.1.6.tar.gz
-# Locally computed
sha256 00fa321ca598e8a14c0ad98702bf10fb5e9d57b7d06bb99dc818fea07683720c pysnmp-mibs-0.1.6.tar.gz
+# Locally computed sha256 checksums
sha256 361eda483f7fac1f8cca4e16c340fa07a1cad2bf1200577a01075745233b406c LICENSE.txt
diff --git a/package/python-pysnmp-mibs/python-pysnmp-mibs.mk b/package/python-pysnmp-mibs/python-pysnmp-mibs.mk
index 9772b78c91..eb9119a352 100644
--- a/package/python-pysnmp-mibs/python-pysnmp-mibs.mk
+++ b/package/python-pysnmp-mibs/python-pysnmp-mibs.mk
@@ -6,7 +6,7 @@
PYTHON_PYSNMP_MIBS_VERSION = 0.1.6
PYTHON_PYSNMP_MIBS_SOURCE = pysnmp-mibs-$(PYTHON_PYSNMP_MIBS_VERSION).tar.gz
-PYTHON_PYSNMP_MIBS_SITE = https://pypi.python.org/packages/bf/7c/99ab192af934ed5d41ceef92a1b949b41652f29b46241b902ffec55642f4
+PYTHON_PYSNMP_MIBS_SITE = https://files.pythonhosted.org/packages/bf/7c/99ab192af934ed5d41ceef92a1b949b41652f29b46241b902ffec55642f4
PYTHON_PYSNMP_MIBS_SETUP_TYPE = setuptools
PYTHON_PYSNMP_MIBS_LICENSE = BSD-3-Clause
PYTHON_PYSNMP_MIBS_LICENSE_FILES = LICENSE.txt
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 49+ messages in thread
* Re: [Buildroot] [PATCH v2 16/23] package/python-pyasynchat: update tarball URL
2025-12-21 22:34 ` [Buildroot] [PATCH v2 16/23] package/python-pyasynchat: " Bernd Kuhls
@ 2025-12-22 16:26 ` Fiona Klute via buildroot
2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
1 sibling, 0 replies; 49+ messages in thread
From: Fiona Klute via buildroot @ 2025-12-22 16:26 UTC (permalink / raw)
To: Bernd Kuhls, buildroot
Cc: Zoltan Gyarmati, Thomas Petazzoni, Andrey Smirnov,
Ludovic Desroches, Angelo Compagnucci, Mauro Condarelli,
James Hilliard, Giulio Benetti
Am 21.12.25 um 23:34 schrieb Bernd Kuhls:
> Updated package as computed by scanpypi.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Reviewed-by: Fiona Klute <fiona.klute@gmx.de>
Thanks!
> ---
> package/python-pyasynchat/python-pyasynchat.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/python-pyasynchat/python-pyasynchat.mk b/package/python-pyasynchat/python-pyasynchat.mk
> index 6fb460cee1..2c503ea71b 100644
> --- a/package/python-pyasynchat/python-pyasynchat.mk
> +++ b/package/python-pyasynchat/python-pyasynchat.mk
> @@ -6,7 +6,7 @@
>
> PYTHON_PYASYNCHAT_VERSION = 1.0.4
> PYTHON_PYASYNCHAT_SOURCE = pyasynchat-$(PYTHON_PYASYNCHAT_VERSION).tar.gz
> -PYTHON_PYASYNCHAT_SITE = https://github.com/simonrob/pyasynchat/releases/download/v$(PYTHON_PYASYNCHAT_VERSION)
> +PYTHON_PYASYNCHAT_SITE = https://files.pythonhosted.org/packages/8a/fd/aacc6309abcc5a388c66915829cd8175daccac583828fde40a1eea5768e4
> PYTHON_PYASYNCHAT_SETUP_TYPE = setuptools
> PYTHON_PYASYNCHAT_LICENSE = PSF-2.0
> PYTHON_PYASYNCHAT_LICENSE_FILES = LICENSE
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 49+ messages in thread
* Re: [Buildroot] [PATCH v2 17/23] package/python-pyasyncore: update tarball URL
2025-12-21 22:34 ` [Buildroot] [PATCH v2 17/23] package/python-pyasyncore: " Bernd Kuhls
@ 2025-12-22 16:27 ` Fiona Klute via buildroot
2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
1 sibling, 0 replies; 49+ messages in thread
From: Fiona Klute via buildroot @ 2025-12-22 16:27 UTC (permalink / raw)
To: Bernd Kuhls, buildroot
Cc: Zoltan Gyarmati, Thomas Petazzoni, Andrey Smirnov,
Ludovic Desroches, Angelo Compagnucci, Mauro Condarelli,
James Hilliard, Giulio Benetti
Am 21.12.25 um 23:34 schrieb Bernd Kuhls:
> Updated package as computed by scanpypi.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Reviewed-by: Fiona Klute <fiona.klute@gmx.de>
Thanks!
> ---
> package/python-pyasyncore/python-pyasyncore.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/python-pyasyncore/python-pyasyncore.mk b/package/python-pyasyncore/python-pyasyncore.mk
> index 4b1e3c98b6..d86ac2cad8 100644
> --- a/package/python-pyasyncore/python-pyasyncore.mk
> +++ b/package/python-pyasyncore/python-pyasyncore.mk
> @@ -6,7 +6,7 @@
>
> PYTHON_PYASYNCORE_VERSION = 1.0.4
> PYTHON_PYASYNCORE_SOURCE = pyasyncore-$(PYTHON_PYASYNCORE_VERSION).tar.gz
> -PYTHON_PYASYNCORE_SITE = https://github.com/simonrob/pyasyncore/releases/download/v$(PYTHON_PYASYNCORE_VERSION)
> +PYTHON_PYASYNCORE_SITE = https://files.pythonhosted.org/packages/25/6e/956e2bc9b47e3310cd524036f506b779a77788c2a1eb732e544240ad346f
> PYTHON_PYASYNCORE_SETUP_TYPE = setuptools
> PYTHON_PYASYNCORE_LICENSE = PSF-2.0
> PYTHON_PYASYNCORE_LICENSE_FILES = LICENSE
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 49+ messages in thread
* Re: [Buildroot] [PATCH v2 01/23] package/python-characteristic: add md5 hash, update SITE
2025-12-21 22:34 [Buildroot] [PATCH v2 01/23] package/python-characteristic: add md5 hash, update SITE Bernd Kuhls
` (21 preceding siblings ...)
2025-12-21 22:34 ` [Buildroot] [PATCH v2 23/23] package/python-pysnmp-mibs: " Bernd Kuhls
@ 2025-12-28 22:16 ` Thomas Petazzoni via buildroot
2026-01-07 17:49 ` Arnout Vandecappelle via buildroot
23 siblings, 0 replies; 49+ messages in thread
From: Thomas Petazzoni via buildroot @ 2025-12-28 22:16 UTC (permalink / raw)
To: Bernd Kuhls
Cc: buildroot, Zoltan Gyarmati, Andrey Smirnov, Ludovic Desroches,
Angelo Compagnucci, Mauro Condarelli, James Hilliard,
Giulio Benetti, Fiona Klute
On Sun, 21 Dec 2025 23:34:19 +0100
Bernd Kuhls <bernd@kuhls.net> wrote:
> Updated package as computed by scanpypi.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
> package/python-characteristic/python-characteristic.hash | 4 ++--
> package/python-characteristic/python-characteristic.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
Thanks, series applied!
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] 49+ messages in thread
* Re: [Buildroot] [PATCH v2 01/23] package/python-characteristic: add md5 hash, update SITE
2025-12-21 22:34 [Buildroot] [PATCH v2 01/23] package/python-characteristic: add md5 hash, update SITE Bernd Kuhls
` (22 preceding siblings ...)
2025-12-28 22:16 ` [Buildroot] [PATCH v2 01/23] package/python-characteristic: add md5 hash, update SITE Thomas Petazzoni via buildroot
@ 2026-01-07 17:49 ` Arnout Vandecappelle via buildroot
23 siblings, 0 replies; 49+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2026-01-07 17:49 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Arnout Vandecappelle, buildroot
In reply of:
> Updated package as computed by scanpypi.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.02.x and 2025.11.x. Thanks
> ---
> package/python-characteristic/python-characteristic.hash | 4 ++--
> package/python-characteristic/python-characteristic.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/python-characteristic/python-characteristic.hash b/package/python-characteristic/python-characteristic.hash
> index c91017d707..84304818c6 100644
> --- a/package/python-characteristic/python-characteristic.hash
> +++ b/package/python-characteristic/python-characteristic.hash
> @@ -1,5 +1,5 @@
> -# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=b249368dd021fde1c06b4802867c0913
> +# md5, sha256 from https://pypi.org/pypi/characteristic/json
> md5 b249368dd021fde1c06b4802867c0913 characteristic-14.3.0.tar.gz
> -# Locally computed
> sha256 ded68d4e424115ed44e5c83c2a901a0b6157a959079d7591d92106ffd3ada380 characteristic-14.3.0.tar.gz
> +# Locally computed sha256 checksums
> sha256 0af91b662f8428b28f5e517b049a0bb9feeb59b1adaa5c9418c1579f9485107c LICENSE
> diff --git a/package/python-characteristic/python-characteristic.mk b/package/python-characteristic/python-characteristic.mk
> index 7ea8d95cd4..dd081eacef 100644
> --- a/package/python-characteristic/python-characteristic.mk
> +++ b/package/python-characteristic/python-characteristic.mk
> @@ -6,7 +6,7 @@
>
> PYTHON_CHARACTERISTIC_VERSION = 14.3.0
> PYTHON_CHARACTERISTIC_SOURCE = characteristic-$(PYTHON_CHARACTERISTIC_VERSION).tar.gz
> -PYTHON_CHARACTERISTIC_SITE = https://pypi.python.org/packages/source/c/characteristic
> +PYTHON_CHARACTERISTIC_SITE = https://files.pythonhosted.org/packages/dc/66/54b7a4758ea44fbc93895c7745060005272560fb2c356f2a6f7448ef9a80
> PYTHON_CHARACTERISTIC_LICENSE = MIT
> PYTHON_CHARACTERISTIC_LICENSE_FILES = LICENSE
> PYTHON_CHARACTERISTIC_SETUP_TYPE = setuptools
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 49+ messages in thread
* Re: [Buildroot] [PATCH v2 02/23] package/python-colorzero: switch SITE to pypi.org
2025-12-21 22:34 ` [Buildroot] [PATCH v2 02/23] package/python-colorzero: switch SITE to pypi.org Bernd Kuhls
@ 2026-01-07 17:49 ` Arnout Vandecappelle via buildroot
0 siblings, 0 replies; 49+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2026-01-07 17:49 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Arnout Vandecappelle, buildroot
In reply of:
> Updated package as computed by scanpypi.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.02.x and 2025.11.x. Thanks
> ---
> package/python-colorzero/python-colorzero.hash | 7 ++++---
> package/python-colorzero/python-colorzero.mk | 3 ++-
> 2 files changed, 6 insertions(+), 4 deletions(-)
>
> diff --git a/package/python-colorzero/python-colorzero.hash b/package/python-colorzero/python-colorzero.hash
> index fc2455c836..4a1b900453 100644
> --- a/package/python-colorzero/python-colorzero.hash
> +++ b/package/python-colorzero/python-colorzero.hash
> @@ -1,4 +1,5 @@
> -# Locally computed
> -sha256 86c9933b004aec8ce1c476d1d1129e00325c7724df3c09aa353d5f8e883ed08d python-colorzero-2.0.tar.gz
> -# Locally computed
> +# md5, sha256 from https://pypi.org/pypi/colorzero/json
> +md5 e7f71e181b94754bcc5ca7c92c52c0d7 colorzero-2.0.tar.gz
> +sha256 e7d5a5c26cd0dc37b164ebefc609f388de24f8593b659191e12d85f8f9d5eb58 colorzero-2.0.tar.gz
> +# Locally computed sha256 checksums
> sha256 ee1c76f465410c34802ddf81d70e1ea7a4542cf58459425038498d8f4e36bb45 LICENSE.txt
> diff --git a/package/python-colorzero/python-colorzero.mk b/package/python-colorzero/python-colorzero.mk
> index f38c98a093..0ed6a90c61 100644
> --- a/package/python-colorzero/python-colorzero.mk
> +++ b/package/python-colorzero/python-colorzero.mk
> @@ -5,7 +5,8 @@
> ################################################################################
>
> PYTHON_COLORZERO_VERSION = 2.0
> -PYTHON_COLORZERO_SITE = $(call github,waveform80,colorzero,release-$(PYTHON_COLORZERO_VERSION))
> +PYTHON_COLORZERO_SOURCE = colorzero-$(PYTHON_COLORZERO_VERSION).tar.gz
> +PYTHON_COLORZERO_SITE = https://files.pythonhosted.org/packages/b3/ca/688824a06e8c4d04c7d2fd2af2d8da27bed51af20ee5f094154e1d680334
> PYTHON_COLORZERO_LICENSE = BSD-3-Clause
> PYTHON_COLORZERO_LICENSE_FILES = LICENSE.txt
> PYTHON_COLORZERO_SETUP_TYPE = setuptools
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 49+ messages in thread
* Re: [Buildroot] [PATCH v2 03/23] package/python-crc16: switch SITE to pypi.org
2025-12-21 22:34 ` [Buildroot] [PATCH v2 03/23] package/python-crc16: " Bernd Kuhls
@ 2026-01-07 17:49 ` Arnout Vandecappelle via buildroot
0 siblings, 0 replies; 49+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2026-01-07 17:49 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Arnout Vandecappelle, buildroot
In reply of:
> Updated package as computed by scanpypi.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.02.x and 2025.11.x. Thanks
> ---
> package/python-crc16/python-crc16.hash | 6 ++++--
> package/python-crc16/python-crc16.mk | 3 ++-
> 2 files changed, 6 insertions(+), 3 deletions(-)
>
> diff --git a/package/python-crc16/python-crc16.hash b/package/python-crc16/python-crc16.hash
> index 4576a907ec..5244e400fa 100644
> --- a/package/python-crc16/python-crc16.hash
> +++ b/package/python-crc16/python-crc16.hash
> @@ -1,3 +1,5 @@
> -# locally computed
> -sha256 10aeda70fbe8b284874b3b1b8f74b9c1f6d5e8dee20ac8f9d5bc49f45f12a42a python-crc16-0.1.1.tar.gz
> +# md5, sha256 from https://pypi.org/pypi/crc16/json
> +md5 3cb6a4f5fd10a58c09792e321cc467e5 crc16-0.1.1.tar.gz
> +sha256 c1f86aa0390f4baf07d2631b16b979580eae1d9a973a826ce45353a22ee8d396 crc16-0.1.1.tar.gz
> +# Locally computed sha256 checksums
> sha256 ea7d049c7705dc13afc202dd18e1827f3484f8212fd3fa7b82fc4a0c363432c9 COPYING.txt
> diff --git a/package/python-crc16/python-crc16.mk b/package/python-crc16/python-crc16.mk
> index 86e6f2ecf2..7a773eaf8e 100644
> --- a/package/python-crc16/python-crc16.mk
> +++ b/package/python-crc16/python-crc16.mk
> @@ -5,7 +5,8 @@
> ################################################################################
>
> PYTHON_CRC16_VERSION = 0.1.1
> -PYTHON_CRC16_SITE = $(call github,gennady,pycrc16,v$(PYTHON_CRC16_VERSION))
> +PYTHON_CRC16_SOURCE = crc16-$(PYTHON_CRC16_VERSION).tar.gz
> +PYTHON_CRC16_SITE = https://files.pythonhosted.org/packages/a6/e0/70a44c4385f2b33df82e518005aae16b5c1feaf082c73c0acebe3426fc0a
> PYTHON_CRC16_LICENSE = LGPL-3.0+
> PYTHON_CRC16_LICENSE_FILES = COPYING.txt
> PYTHON_CRC16_SETUP_TYPE = setuptools
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 49+ messages in thread
* Re: [Buildroot] [PATCH v2 05/23] package/python-crcmod: update tarball URL
2025-12-21 22:34 ` [Buildroot] [PATCH v2 05/23] package/python-crcmod: update tarball URL Bernd Kuhls
@ 2026-01-07 17:49 ` Arnout Vandecappelle via buildroot
0 siblings, 0 replies; 49+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2026-01-07 17:49 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Arnout Vandecappelle, buildroot
In reply of:
> Updated package as computed by scanpypi.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.02.x and 2025.11.x. Thanks
> ---
> package/python-crcmod/python-crcmod.hash | 4 ++--
> package/python-crcmod/python-crcmod.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/python-crcmod/python-crcmod.hash b/package/python-crcmod/python-crcmod.hash
> index 43ef7dd8e7..81a7f34614 100644
> --- a/package/python-crcmod/python-crcmod.hash
> +++ b/package/python-crcmod/python-crcmod.hash
> @@ -1,5 +1,5 @@
> -# md5 from https://pypi.python.org/pypi/crcmod/json
> +# md5, sha256 from https://pypi.org/pypi/crcmod/json
> md5 2d5b92117d958dcead94f9e17f54cd32 crcmod-1.7.tar.gz
> -# Locally computed
> sha256 dc7051a0db5f2bd48665a990d3ec1cc305a466a77358ca4492826f41f283601e crcmod-1.7.tar.gz
> +# Locally computed sha256 checksums
> sha256 89480768826f408daea1f3caff0509c2cc9606e10f6bb0ccfd12a3d604842c35 LICENSE
> diff --git a/package/python-crcmod/python-crcmod.mk b/package/python-crcmod/python-crcmod.mk
> index c97f8808c1..a8f2e86be6 100644
> --- a/package/python-crcmod/python-crcmod.mk
> +++ b/package/python-crcmod/python-crcmod.mk
> @@ -6,7 +6,7 @@
>
> PYTHON_CRCMOD_VERSION = 1.7
> PYTHON_CRCMOD_SOURCE = crcmod-$(PYTHON_CRCMOD_VERSION).tar.gz
> -PYTHON_CRCMOD_SITE = https://pypi.python.org/packages/6b/b0/e595ce2a2527e169c3bcd6c33d2473c1918e0b7f6826a043ca1245dd4e5b
> +PYTHON_CRCMOD_SITE = https://files.pythonhosted.org/packages/6b/b0/e595ce2a2527e169c3bcd6c33d2473c1918e0b7f6826a043ca1245dd4e5b
> PYTHON_CRCMOD_SETUP_TYPE = setuptools
> PYTHON_CRCMOD_LICENSE = MIT
> PYTHON_CRCMOD_LICENSE_FILES = LICENSE
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 49+ messages in thread
* Re: [Buildroot] [PATCH v2 06/23] package/python-dockerpty: update tarball URL
2025-12-21 22:34 ` [Buildroot] [PATCH v2 06/23] package/python-dockerpty: " Bernd Kuhls
@ 2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
0 siblings, 0 replies; 49+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2026-01-07 17:50 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Arnout Vandecappelle, buildroot
In reply of:
> Updated package as computed by scanpypi.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.02.x and 2025.11.x. Thanks
> ---
> package/python-dockerpty/python-dockerpty.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/python-dockerpty/python-dockerpty.mk b/package/python-dockerpty/python-dockerpty.mk
> index e6fe6e3b49..7ad98c6b94 100644
> --- a/package/python-dockerpty/python-dockerpty.mk
> +++ b/package/python-dockerpty/python-dockerpty.mk
> @@ -6,7 +6,7 @@
>
> PYTHON_DOCKERPTY_VERSION = 0.4.1
> PYTHON_DOCKERPTY_SOURCE = dockerpty-$(PYTHON_DOCKERPTY_VERSION).tar.gz
> -PYTHON_DOCKERPTY_SITE = https://pypi.python.org/packages/8d/ee/e9ecce4c32204a6738e0a5d5883d3413794d7498fe8b06f44becc028d3ba
> +PYTHON_DOCKERPTY_SITE = https://files.pythonhosted.org/packages/8d/ee/e9ecce4c32204a6738e0a5d5883d3413794d7498fe8b06f44becc028d3ba
> PYTHON_DOCKERPTY_SETUP_TYPE = setuptools
> PYTHON_DOCKERPTY_LICENSE = Apache-2.0
> PYTHON_DOCKERPTY_LICENSE_FILES = LICENSE.txt
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 49+ messages in thread
* Re: [Buildroot] [PATCH v2 08/23] package/python-httplib2: fix sort order of dependencies in Config.in
2025-12-21 22:34 ` [Buildroot] [PATCH v2 08/23] package/python-httplib2: fix sort order of dependencies in Config.in Bernd Kuhls
@ 2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
0 siblings, 0 replies; 49+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2026-01-07 17:50 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Arnout Vandecappelle, buildroot
In reply of:
> Updated package as computed by scanpypi.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.02.x and 2025.11.x. Thanks
> ---
> package/python-httplib2/Config.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/python-httplib2/Config.in b/package/python-httplib2/Config.in
> index a029814f03..9647bd495a 100644
> --- a/package/python-httplib2/Config.in
> +++ b/package/python-httplib2/Config.in
> @@ -1,8 +1,8 @@
> config BR2_PACKAGE_PYTHON_HTTPLIB2
> bool "python-httplib2"
> + select BR2_PACKAGE_PYTHON_PYPARSING # runtime
> select BR2_PACKAGE_PYTHON3_ZLIB
> select BR2_PACKAGE_PYTHON3_SSL
> - select BR2_PACKAGE_PYTHON_PYPARSING # runtime
> help
> httplib2 is a comprehensive HTTP client library, httplib2.py
> supports many features left out of other HTTP libraries.
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 49+ messages in thread
* Re: [Buildroot] [PATCH v2 09/23] package/python-iniparse: update tarball URL
2025-12-21 22:34 ` [Buildroot] [PATCH v2 09/23] package/python-iniparse: update tarball URL Bernd Kuhls
@ 2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
0 siblings, 0 replies; 49+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2026-01-07 17:50 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Arnout Vandecappelle, buildroot
In reply of:
> Updated package as computed by scanpypi.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.02.x and 2025.11.x. Thanks
> ---
> package/python-iniparse/python-iniparse.hash | 5 ++---
> package/python-iniparse/python-iniparse.mk | 2 +-
> 2 files changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/package/python-iniparse/python-iniparse.hash b/package/python-iniparse/python-iniparse.hash
> index afcfcd2ffb..747d403965 100644
> --- a/package/python-iniparse/python-iniparse.hash
> +++ b/package/python-iniparse/python-iniparse.hash
> @@ -1,7 +1,6 @@
> -# From https://pypi.org/project/iniparse/#copy-hash-modal-5fdd923b-0592-4d2d-8b49-03472f948290
> +# md5, sha256 from https://pypi.org/pypi/iniparse/json
> md5 2054bab923df21107652d009f2373789 iniparse-0.5.tar.gz
> sha256 932e5239d526e7acb504017bb707be67019ac428a6932368e6851691093aa842 iniparse-0.5.tar.gz
> -
> -# sha256 locally computed
> +# Locally computed sha256 checksums
> sha256 ff45637d8a96adc414179e502fbed40160e57205bf2e302140e79a0c71eceaa7 LICENSE
> sha256 9b02e3dfe433ccd2bd94636ef6eb08638b5a54deafe5f87a3d9d9104356c48e0 LICENSE-PSF
> diff --git a/package/python-iniparse/python-iniparse.mk b/package/python-iniparse/python-iniparse.mk
> index 9f00cf7387..05c9b3930f 100644
> --- a/package/python-iniparse/python-iniparse.mk
> +++ b/package/python-iniparse/python-iniparse.mk
> @@ -6,7 +6,7 @@
>
> PYTHON_INIPARSE_VERSION = 0.5
> PYTHON_INIPARSE_SOURCE = iniparse-$(PYTHON_INIPARSE_VERSION).tar.gz
> -PYTHON_INIPARSE_SITE = https://pypi.python.org/packages/source/i/iniparse
> +PYTHON_INIPARSE_SITE = https://files.pythonhosted.org/packages/4c/9a/02beaf11fc9ea7829d3a9041536934cd03990e09c359724f99ee6bd2b41b
> PYTHON_INIPARSE_LICENSE = Python-2.0, MIT
> PYTHON_INIPARSE_LICENSE_FILES = LICENSE-PSF LICENSE
> PYTHON_INIPARSE_SETUP_TYPE = setuptools
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 49+ messages in thread
* Re: [Buildroot] [PATCH v2 10/23] package/python-iowait: update tarball URL
2025-12-21 22:34 ` [Buildroot] [PATCH v2 10/23] package/python-iowait: " Bernd Kuhls
@ 2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
0 siblings, 0 replies; 49+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2026-01-07 17:50 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Arnout Vandecappelle, buildroot
In reply of:
> Updated package as computed by scanpypi.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.02.x and 2025.11.x. Thanks
> ---
> package/python-iowait/python-iowait.hash | 3 ++-
> package/python-iowait/python-iowait.mk | 2 +-
> 2 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/package/python-iowait/python-iowait.hash b/package/python-iowait/python-iowait.hash
> index fc10e180f3..35ad91cb69 100644
> --- a/package/python-iowait/python-iowait.hash
> +++ b/package/python-iowait/python-iowait.hash
> @@ -1,4 +1,5 @@
> -# md5 from https://pypi.python.org/pypi/iowait/json, sha256 locally computed
> +# md5, sha256 from https://pypi.org/pypi/iowait/json
> md5 f49ca7766fe4a67e03a731e575614f87 iowait-0.2.tar.gz
> sha256 ab1bc2eb84c22ccf61f17a0024f9fb6df781b39f1852764a66a7769d5adfb299 iowait-0.2.tar.gz
> +# Locally computed sha256 checksums
> sha256 da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768 COPYING.LESSER
> diff --git a/package/python-iowait/python-iowait.mk b/package/python-iowait/python-iowait.mk
> index 028001d7f3..d7738c7eb4 100644
> --- a/package/python-iowait/python-iowait.mk
> +++ b/package/python-iowait/python-iowait.mk
> @@ -6,7 +6,7 @@
>
> PYTHON_IOWAIT_VERSION = 0.2
> PYTHON_IOWAIT_SOURCE = iowait-$(PYTHON_IOWAIT_VERSION).tar.gz
> -PYTHON_IOWAIT_SITE = https://pypi.python.org/packages/65/30/e953673fe9619938e9c74408401cf865f37716da89f61f6e5d9328c0f71e
> +PYTHON_IOWAIT_SITE = https://files.pythonhosted.org/packages/65/30/e953673fe9619938e9c74408401cf865f37716da89f61f6e5d9328c0f71e
> PYTHON_IOWAIT_SETUP_TYPE = setuptools
> PYTHON_IOWAIT_LICENSE = LGPL-3.0+
> PYTHON_IOWAIT_LICENSE_FILES = COPYING.LESSER
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 49+ messages in thread
* Re: [Buildroot] [PATCH v2 11/23] package/python-ipython-genutils: update tarball URL
2025-12-21 22:34 ` [Buildroot] [PATCH v2 11/23] package/python-ipython-genutils: " Bernd Kuhls
@ 2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
0 siblings, 0 replies; 49+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2026-01-07 17:50 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Arnout Vandecappelle, buildroot
In reply of:
> Updated package as computed by scanpypi.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.02.x and 2025.11.x. Thanks
> ---
> package/python-ipython-genutils/python-ipython-genutils.hash | 4 ++--
> package/python-ipython-genutils/python-ipython-genutils.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/python-ipython-genutils/python-ipython-genutils.hash b/package/python-ipython-genutils/python-ipython-genutils.hash
> index fd719c93a0..c368272f07 100644
> --- a/package/python-ipython-genutils/python-ipython-genutils.hash
> +++ b/package/python-ipython-genutils/python-ipython-genutils.hash
> @@ -1,5 +1,5 @@
> -# md5 from https://pypi.python.org/pypi/ipython_genutils/json
> +# md5, sha256 from https://pypi.org/pypi/ipython-genutils/json
> md5 5a4f9781f78466da0ea1a648f3e1f79f ipython_genutils-0.2.0.tar.gz
> -# Locally computed
> sha256 eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8 ipython_genutils-0.2.0.tar.gz
> +# Locally computed
> sha256 f09da6c0f4971485f6fbd6c630d0d6cdd012bfe128b2ebbd014de2f6c7c7e2a6 COPYING.md
> diff --git a/package/python-ipython-genutils/python-ipython-genutils.mk b/package/python-ipython-genutils/python-ipython-genutils.mk
> index 08a0b8ba9a..847279b6b4 100644
> --- a/package/python-ipython-genutils/python-ipython-genutils.mk
> +++ b/package/python-ipython-genutils/python-ipython-genutils.mk
> @@ -6,7 +6,7 @@
>
> PYTHON_IPYTHON_GENUTILS_VERSION = 0.2.0
> PYTHON_IPYTHON_GENUTILS_SOURCE = ipython_genutils-$(PYTHON_IPYTHON_GENUTILS_VERSION).tar.gz
> -PYTHON_IPYTHON_GENUTILS_SITE = https://pypi.python.org/packages/e8/69/fbeffffc05236398ebfcfb512b6d2511c622871dca1746361006da310399
> +PYTHON_IPYTHON_GENUTILS_SITE = https://files.pythonhosted.org/packages/e8/69/fbeffffc05236398ebfcfb512b6d2511c622871dca1746361006da310399
> PYTHON_IPYTHON_GENUTILS_LICENSE = BSD-3-Clause
> PYTHON_IPYTHON_GENUTILS_LICENSE_FILES = COPYING.md
> PYTHON_IPYTHON_GENUTILS_SETUP_TYPE = setuptools
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 49+ messages in thread
* Re: [Buildroot] [PATCH v2 12/23] package/python-json-schema-validator: update tarball URL
2025-12-21 22:34 ` [Buildroot] [PATCH v2 12/23] package/python-json-schema-validator: " Bernd Kuhls
@ 2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
0 siblings, 0 replies; 49+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2026-01-07 17:50 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Arnout Vandecappelle, buildroot
In reply of:
> Updated package as computed by scanpypi.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.02.x and 2025.11.x. Thanks
> ---
> .../python-json-schema-validator.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/python-json-schema-validator/python-json-schema-validator.mk b/package/python-json-schema-validator/python-json-schema-validator.mk
> index c0a335cbd7..017d5a3ec5 100644
> --- a/package/python-json-schema-validator/python-json-schema-validator.mk
> +++ b/package/python-json-schema-validator/python-json-schema-validator.mk
> @@ -6,7 +6,7 @@
>
> PYTHON_JSON_SCHEMA_VALIDATOR_VERSION = 2.4.1
> PYTHON_JSON_SCHEMA_VALIDATOR_SOURCE = json-schema-validator-$(PYTHON_JSON_SCHEMA_VALIDATOR_VERSION).tar.gz
> -PYTHON_JSON_SCHEMA_VALIDATOR_SITE = https://pypi.python.org/packages/70/46/ba39cb7efad1898cfc89bf3588b8612f24d128f1c25b761994f524a59cef
> +PYTHON_JSON_SCHEMA_VALIDATOR_SITE = https://files.pythonhosted.org/packages/70/46/ba39cb7efad1898cfc89bf3588b8612f24d128f1c25b761994f524a59cef
> PYTHON_JSON_SCHEMA_VALIDATOR_LICENSE = LGPL-3.0
> PYTHON_JSON_SCHEMA_VALIDATOR_SETUP_TYPE = setuptools
> PYTHON_JSON_SCHEMA_VALIDATOR_DEPENDENCIES = host-python-versiontools
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 49+ messages in thread
* Re: [Buildroot] [PATCH v2 13/23] package/python-libconf: update tarball URL
2025-12-21 22:34 ` [Buildroot] [PATCH v2 13/23] package/python-libconf: " Bernd Kuhls
@ 2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
0 siblings, 0 replies; 49+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2026-01-07 17:50 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Arnout Vandecappelle, buildroot
In reply of:
> Updated package as computed by scanpypi.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.02.x and 2025.11.x. Thanks
> ---
> package/python-libconf/python-libconf.hash | 5 +++--
> package/python-libconf/python-libconf.mk | 3 ++-
> 2 files changed, 5 insertions(+), 3 deletions(-)
>
> diff --git a/package/python-libconf/python-libconf.hash b/package/python-libconf/python-libconf.hash
> index d05efd37fd..40dfeadac6 100644
> --- a/package/python-libconf/python-libconf.hash
> +++ b/package/python-libconf/python-libconf.hash
> @@ -1,4 +1,5 @@
> -# Locally calculated
> -sha256 66897870fcafce05624eafcc99e2dc8e150124e91019d9c29cc4f3bef64311dd python-libconf-2.0.1.tar.gz
> +# md5, sha256 from https://pypi.org/pypi/libconf/json
> +md5 e212611cbf6a696e05742a983b3a0c57 libconf-2.0.1.tar.gz
> +sha256 2f907258953ba60a95a82d5633726b47c81f2d5cf8d8801b092579016d757f4a libconf-2.0.1.tar.gz
> # Locally computed sha256 checksums
> sha256 3c2afc8c9f7a12032f225e6fa870e85af14d1b71236afe28d94a4b67e5e8c873 LICENSE
> diff --git a/package/python-libconf/python-libconf.mk b/package/python-libconf/python-libconf.mk
> index 65bdee8619..5bea1b2cc6 100644
> --- a/package/python-libconf/python-libconf.mk
> +++ b/package/python-libconf/python-libconf.mk
> @@ -5,7 +5,8 @@
> ################################################################################
>
> PYTHON_LIBCONF_VERSION = 2.0.1
> -PYTHON_LIBCONF_SITE = $(call github,ChrisAichinger,python-libconf,$(PYTHON_LIBCONF_VERSION))
> +PYTHON_LIBCONF_SOURCE = libconf-$(PYTHON_LIBCONF_VERSION).tar.gz
> +PYTHON_LIBCONF_SITE = https://files.pythonhosted.org/packages/c8/41/592c24b42ec6e349629f2b6310ff31255b213bc696c0e4ad2ee1d2bbb68e
> PYTHON_LIBCONF_SETUP_TYPE = setuptools
> PYTHON_LIBCONF_LICENSE = MIT
> PYTHON_LIBCONF_LICENSE_FILES = LICENSE
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 49+ messages in thread
* Re: [Buildroot] [PATCH v2 14/23] package/python-minimalmodbus: add md5 hash
2025-12-21 22:34 ` [Buildroot] [PATCH v2 14/23] package/python-minimalmodbus: add md5 hash Bernd Kuhls
@ 2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
0 siblings, 0 replies; 49+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2026-01-07 17:50 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Arnout Vandecappelle, buildroot
In reply of:
> Updated package as computed by scanpypi.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.02.x and 2025.11.x. Thanks
> ---
> package/python-minimalmodbus/python-minimalmodbus.hash | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/package/python-minimalmodbus/python-minimalmodbus.hash b/package/python-minimalmodbus/python-minimalmodbus.hash
> index 635090fae7..ee688e49d3 100644
> --- a/package/python-minimalmodbus/python-minimalmodbus.hash
> +++ b/package/python-minimalmodbus/python-minimalmodbus.hash
> @@ -1,4 +1,5 @@
> -# sha256 from https://pypi.org/project/minimalmodbus
> +# md5, sha256 from https://pypi.org/pypi/minimalmodbus/json
> +md5 a981b31df61c7dd9fa04d0def72f8486 minimalmodbus-2.1.1.tar.gz
> sha256 c3f5a56e107d537e4bb420f7e735841ab2939c8ca6fb528f5fe4124571315b64 minimalmodbus-2.1.1.tar.gz
> -# Hash for license file
> +# Locally computed sha256 checksums
> sha256 abe787d472ae2069e935c84eb13fd770518dfb08b92d5f190f3cd7ff6d1f6f32 LICENSE
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 49+ messages in thread
* Re: [Buildroot] [PATCH v2 15/23] package/python-mpmath: update tarball URL
2025-12-21 22:34 ` [Buildroot] [PATCH v2 15/23] package/python-mpmath: update tarball URL Bernd Kuhls
@ 2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
0 siblings, 0 replies; 49+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2026-01-07 17:50 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Arnout Vandecappelle, buildroot
In reply of:
> Updated package as computed by scanpypi.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.02.x and 2025.11.x. Thanks
> ---
> package/python-mpmath/python-mpmath.hash | 4 +++-
> package/python-mpmath/python-mpmath.mk | 2 +-
> 2 files changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/package/python-mpmath/python-mpmath.hash b/package/python-mpmath/python-mpmath.hash
> index 1b263c925f..e402647a59 100644
> --- a/package/python-mpmath/python-mpmath.hash
> +++ b/package/python-mpmath/python-mpmath.hash
> @@ -1,3 +1,5 @@
> -# Locally computed sha256 checksums
> +# md5, sha256 from https://pypi.org/pypi/mpmath/json
> +md5 d5d17bbefea73eeb959967351d905306 mpmath-1.3.0.tar.gz
> sha256 7a28eb2a9774d00c7bc92411c19a89209d5da7c4c9a9e227be8330a23a25b91f mpmath-1.3.0.tar.gz
> +# Locally computed sha256 checksums
> sha256 c26cae81da4508e5e249985777a33821f183223ebb74d7f8cfbf90fe7eef2fb7 LICENSE
> diff --git a/package/python-mpmath/python-mpmath.mk b/package/python-mpmath/python-mpmath.mk
> index cd19dd52be..86a3562d04 100644
> --- a/package/python-mpmath/python-mpmath.mk
> +++ b/package/python-mpmath/python-mpmath.mk
> @@ -6,7 +6,7 @@
>
> PYTHON_MPMATH_VERSION = 1.3.0
> PYTHON_MPMATH_SOURCE = mpmath-$(PYTHON_MPMATH_VERSION).tar.gz
> -PYTHON_MPMATH_SITE = https://mpmath.org/files
> +PYTHON_MPMATH_SITE = https://files.pythonhosted.org/packages/e0/47/dd32fa426cc72114383ac549964eecb20ecfd886d1e5ccf5340b55b02f57
> PYTHON_MPMATH_SETUP_TYPE = setuptools
> PYTHON_MPMATH_LICENSE = BSD-3-Clause
> PYTHON_MPMATH_LICENSE_FILES = LICENSE
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 49+ messages in thread
* Re: [Buildroot] [PATCH v2 16/23] package/python-pyasynchat: update tarball URL
2025-12-21 22:34 ` [Buildroot] [PATCH v2 16/23] package/python-pyasynchat: " Bernd Kuhls
2025-12-22 16:26 ` Fiona Klute via buildroot
@ 2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
1 sibling, 0 replies; 49+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2026-01-07 17:50 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Arnout Vandecappelle, buildroot
In reply of:
> Updated package as computed by scanpypi.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.02.x and 2025.11.x. Thanks
> ---
> package/python-pyasynchat/python-pyasynchat.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/python-pyasynchat/python-pyasynchat.mk b/package/python-pyasynchat/python-pyasynchat.mk
> index 6fb460cee1..2c503ea71b 100644
> --- a/package/python-pyasynchat/python-pyasynchat.mk
> +++ b/package/python-pyasynchat/python-pyasynchat.mk
> @@ -6,7 +6,7 @@
>
> PYTHON_PYASYNCHAT_VERSION = 1.0.4
> PYTHON_PYASYNCHAT_SOURCE = pyasynchat-$(PYTHON_PYASYNCHAT_VERSION).tar.gz
> -PYTHON_PYASYNCHAT_SITE = https://github.com/simonrob/pyasynchat/releases/download/v$(PYTHON_PYASYNCHAT_VERSION)
> +PYTHON_PYASYNCHAT_SITE = https://files.pythonhosted.org/packages/8a/fd/aacc6309abcc5a388c66915829cd8175daccac583828fde40a1eea5768e4
> PYTHON_PYASYNCHAT_SETUP_TYPE = setuptools
> PYTHON_PYASYNCHAT_LICENSE = PSF-2.0
> PYTHON_PYASYNCHAT_LICENSE_FILES = LICENSE
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 49+ messages in thread
* Re: [Buildroot] [PATCH v2 17/23] package/python-pyasyncore: update tarball URL
2025-12-21 22:34 ` [Buildroot] [PATCH v2 17/23] package/python-pyasyncore: " Bernd Kuhls
2025-12-22 16:27 ` Fiona Klute via buildroot
@ 2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
1 sibling, 0 replies; 49+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2026-01-07 17:50 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Arnout Vandecappelle, buildroot
In reply of:
> Updated package as computed by scanpypi.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.02.x and 2025.11.x. Thanks
> ---
> package/python-pyasyncore/python-pyasyncore.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/python-pyasyncore/python-pyasyncore.mk b/package/python-pyasyncore/python-pyasyncore.mk
> index 4b1e3c98b6..d86ac2cad8 100644
> --- a/package/python-pyasyncore/python-pyasyncore.mk
> +++ b/package/python-pyasyncore/python-pyasyncore.mk
> @@ -6,7 +6,7 @@
>
> PYTHON_PYASYNCORE_VERSION = 1.0.4
> PYTHON_PYASYNCORE_SOURCE = pyasyncore-$(PYTHON_PYASYNCORE_VERSION).tar.gz
> -PYTHON_PYASYNCORE_SITE = https://github.com/simonrob/pyasyncore/releases/download/v$(PYTHON_PYASYNCORE_VERSION)
> +PYTHON_PYASYNCORE_SITE = https://files.pythonhosted.org/packages/25/6e/956e2bc9b47e3310cd524036f506b779a77788c2a1eb732e544240ad346f
> PYTHON_PYASYNCORE_SETUP_TYPE = setuptools
> PYTHON_PYASYNCORE_LICENSE = PSF-2.0
> PYTHON_PYASYNCORE_LICENSE_FILES = LICENSE
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 49+ messages in thread
* Re: [Buildroot] [PATCH v2 19/23] package/python-pyinotify: update tarball URL
2025-12-21 22:34 ` [Buildroot] [PATCH v2 19/23] package/python-pyinotify: update tarball URL Bernd Kuhls
@ 2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
0 siblings, 0 replies; 49+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2026-01-07 17:50 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Arnout Vandecappelle, buildroot
In reply of:
> Updated package as computed by scanpypi.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.02.x and 2025.11.x. Thanks
> ---
> package/python-pyinotify/python-pyinotify.hash | 6 ++++--
> package/python-pyinotify/python-pyinotify.mk | 3 ++-
> 2 files changed, 6 insertions(+), 3 deletions(-)
>
> diff --git a/package/python-pyinotify/python-pyinotify.hash b/package/python-pyinotify/python-pyinotify.hash
> index 72095ff6e5..9eecfbf9be 100644
> --- a/package/python-pyinotify/python-pyinotify.hash
> +++ b/package/python-pyinotify/python-pyinotify.hash
> @@ -1,3 +1,5 @@
> -# Locally calculated
> -sha256 7943f198c5cef2bdc121d847937fbe565daaa7d4daaf1b8de8ef5689812f481c python-pyinotify-0.9.6.tar.gz
> +# md5, sha256 from https://pypi.org/pypi/pyinotify/json
> +md5 8e580fa1ff3971f94a6f81672b76c406 pyinotify-0.9.6.tar.gz
> +sha256 9c998a5d7606ca835065cdabc013ae6c66eb9ea76a00a1e3bc6e0cfe2b4f71f4 pyinotify-0.9.6.tar.gz
> +# Locally computed sha256 checksums
> sha256 97c96d577f761e23c7778bda2b163dba7b94e4defdd7873b7155bed252820608 COPYING
> diff --git a/package/python-pyinotify/python-pyinotify.mk b/package/python-pyinotify/python-pyinotify.mk
> index b4ea66299d..61666e8b49 100644
> --- a/package/python-pyinotify/python-pyinotify.mk
> +++ b/package/python-pyinotify/python-pyinotify.mk
> @@ -5,7 +5,8 @@
> ################################################################################
>
> PYTHON_PYINOTIFY_VERSION = 0.9.6
> -PYTHON_PYINOTIFY_SITE = $(call github,seb-m,pyinotify,$(PYTHON_PYINOTIFY_VERSION))
> +PYTHON_PYINOTIFY_SOURCE = pyinotify-$(PYTHON_PYINOTIFY_VERSION).tar.gz
> +PYTHON_PYINOTIFY_SITE = https://files.pythonhosted.org/packages/e3/c0/fd5b18dde17c1249658521f69598f3252f11d9d7a980c5be8619970646e1
> PYTHON_PYINOTIFY_SETUP_TYPE = setuptools
> PYTHON_PYINOTIFY_LICENSE = MIT
> PYTHON_PYINOTIFY_LICENSE_FILES = COPYING
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 49+ messages in thread
* Re: [Buildroot] [PATCH v2 20/23] package/python-pynacl: fix sort order of dependencies in Config.in
2025-12-21 22:34 ` [Buildroot] [PATCH v2 20/23] package/python-pynacl: fix sort order of dependencies in Config.in Bernd Kuhls
@ 2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
0 siblings, 0 replies; 49+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2026-01-07 17:50 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Arnout Vandecappelle, buildroot
In reply of:
> Updated package as computed by scanpypi.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.02.x and 2025.11.x. Thanks
> ---
> package/python-pynacl/Config.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/python-pynacl/Config.in b/package/python-pynacl/Config.in
> index 0553d82ce9..51623a0a70 100644
> --- a/package/python-pynacl/Config.in
> +++ b/package/python-pynacl/Config.in
> @@ -1,7 +1,7 @@
> config BR2_PACKAGE_PYTHON_PYNACL
> bool "python-pynacl"
> - select BR2_PACKAGE_LIBSODIUM
> select BR2_PACKAGE_PYTHON_CFFI # runtime
> + select BR2_PACKAGE_LIBSODIUM
> help
> Python binding to the Networking and Cryptography (NaCl)
> library.
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 49+ messages in thread
* Re: [Buildroot] [PATCH v2 21/23] package/python-pyqrcode: update tarball URL
2025-12-21 22:34 ` [Buildroot] [PATCH v2 21/23] package/python-pyqrcode: update tarball URL Bernd Kuhls
@ 2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
0 siblings, 0 replies; 49+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2026-01-07 17:50 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Arnout Vandecappelle, buildroot
In reply of:
> Updated package as computed by scanpypi.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.02.x and 2025.11.x. Thanks
> ---
> package/python-pyqrcode/python-pyqrcode.hash | 4 ++--
> package/python-pyqrcode/python-pyqrcode.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/python-pyqrcode/python-pyqrcode.hash b/package/python-pyqrcode/python-pyqrcode.hash
> index c946ba9d9b..9c1dfce294 100644
> --- a/package/python-pyqrcode/python-pyqrcode.hash
> +++ b/package/python-pyqrcode/python-pyqrcode.hash
> @@ -1,5 +1,5 @@
> -# md5 from https://pypi.python.org/pypi/pyqrcode/json
> +# md5, sha256 from https://pypi.org/pypi/pyqrcode/json
> md5 371f29f4b03bd2830c6e0319258b1259 PyQRCode-1.2.1.tar.gz
> -# Locally computed
> sha256 fdbf7634733e56b72e27f9bce46e4550b75a3a2c420414035cae9d9d26b234d5 PyQRCode-1.2.1.tar.gz
> +# Locally computed
> sha256 bef0c3595451da5132dea99e288fb5dafcbc469e0643f993a4ba0a69980f5ec9 setup.py
> diff --git a/package/python-pyqrcode/python-pyqrcode.mk b/package/python-pyqrcode/python-pyqrcode.mk
> index f3eac5a3c0..6dfe1afa6d 100644
> --- a/package/python-pyqrcode/python-pyqrcode.mk
> +++ b/package/python-pyqrcode/python-pyqrcode.mk
> @@ -6,7 +6,7 @@
>
> PYTHON_PYQRCODE_VERSION = 1.2.1
> PYTHON_PYQRCODE_SOURCE = PyQRCode-$(PYTHON_PYQRCODE_VERSION).tar.gz
> -PYTHON_PYQRCODE_SITE = https://pypi.python.org/packages/37/61/f07226075c347897937d4086ef8e55f0a62ae535e28069884ac68d979316
> +PYTHON_PYQRCODE_SITE = https://files.pythonhosted.org/packages/37/61/f07226075c347897937d4086ef8e55f0a62ae535e28069884ac68d979316
> PYTHON_PYQRCODE_SETUP_TYPE = setuptools
> PYTHON_PYQRCODE_LICENSE = BSD-3-Clause
> PYTHON_PYQRCODE_LICENSE_FILES = setup.py
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 49+ messages in thread
* Re: [Buildroot] [PATCH v2 22/23] package/python-pysendfile: update tarball URL
2025-12-21 22:34 ` [Buildroot] [PATCH v2 22/23] package/python-pysendfile: " Bernd Kuhls
@ 2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
0 siblings, 0 replies; 49+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2026-01-07 17:50 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Arnout Vandecappelle, buildroot
In reply of:
> Updated package as computed by scanpypi.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.02.x and 2025.11.x. Thanks
> ---
> package/python-pysendfile/python-pysendfile.hash | 6 ++++--
> package/python-pysendfile/python-pysendfile.mk | 3 ++-
> 2 files changed, 6 insertions(+), 3 deletions(-)
>
> diff --git a/package/python-pysendfile/python-pysendfile.hash b/package/python-pysendfile/python-pysendfile.hash
> index d1aff6aed2..2b5b8a9714 100644
> --- a/package/python-pysendfile/python-pysendfile.hash
> +++ b/package/python-pysendfile/python-pysendfile.hash
> @@ -1,3 +1,5 @@
> -# Locally computed:
> -sha256 f4ca8a7f0be67e3d710c0633dd9aadab6881203c31cb9eb9be4f10361ad3f937 python-pysendfile-2.0.1.tar.gz
> +# md5, sha256 from https://pypi.org/pypi/pysendfile/json
> +md5 e7b301eddd703ab74a48c59a8fda1f97 pysendfile-2.0.1.tar.gz
> +sha256 510a414b270986fba3c79cb76d90a4c910c701bfb43ff983a5d4e92846050e17 pysendfile-2.0.1.tar.gz
> +# Locally computed sha256 checksums
> sha256 259f433563cfe0296c84c00381c600e82e0ab1b617ce20fe6e7f555a2b95af26 LICENSE
> diff --git a/package/python-pysendfile/python-pysendfile.mk b/package/python-pysendfile/python-pysendfile.mk
> index bb8f057d3d..6c2d06e367 100644
> --- a/package/python-pysendfile/python-pysendfile.mk
> +++ b/package/python-pysendfile/python-pysendfile.mk
> @@ -5,7 +5,8 @@
> ################################################################################
>
> PYTHON_PYSENDFILE_VERSION = 2.0.1
> -PYTHON_PYSENDFILE_SITE = $(call github,giampaolo,pysendfile,release-$(PYTHON_PYSENDFILE_VERSION))
> +PYTHON_PYSENDFILE_SOURCE = pysendfile-$(PYTHON_PYSENDFILE_VERSION).tar.gz
> +PYTHON_PYSENDFILE_SITE = https://files.pythonhosted.org/packages/cd/3f/4aa268afd0252f06b3b487c296a066a01ddd4222a46b7a3748599c8fc8c3
> PYTHON_PYSENDFILE_SETUP_TYPE = setuptools
> PYTHON_PYSENDFILE_LICENSE = MIT
> PYTHON_PYSENDFILE_LICENSE_FILES = LICENSE
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 49+ messages in thread
* Re: [Buildroot] [PATCH v2 23/23] package/python-pysnmp-mibs: update tarball URL
2025-12-21 22:34 ` [Buildroot] [PATCH v2 23/23] package/python-pysnmp-mibs: " Bernd Kuhls
@ 2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
0 siblings, 0 replies; 49+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2026-01-07 17:50 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Arnout Vandecappelle, buildroot
In reply of:
> Updated package as computed by scanpypi.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.02.x and 2025.11.x. Thanks
> ---
> package/python-pysnmp-mibs/python-pysnmp-mibs.hash | 4 ++--
> package/python-pysnmp-mibs/python-pysnmp-mibs.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/python-pysnmp-mibs/python-pysnmp-mibs.hash b/package/python-pysnmp-mibs/python-pysnmp-mibs.hash
> index 52a507f4b3..4744963185 100644
> --- a/package/python-pysnmp-mibs/python-pysnmp-mibs.hash
> +++ b/package/python-pysnmp-mibs/python-pysnmp-mibs.hash
> @@ -1,5 +1,5 @@
> -# md5 from https://pypi.python.org/pypi/pysnmp-mibs/json
> +# md5, sha256 from https://pypi.org/pypi/pysnmp-mibs/json
> md5 01845c4595d87d3c3485c0449616cbda pysnmp-mibs-0.1.6.tar.gz
> -# Locally computed
> sha256 00fa321ca598e8a14c0ad98702bf10fb5e9d57b7d06bb99dc818fea07683720c pysnmp-mibs-0.1.6.tar.gz
> +# Locally computed sha256 checksums
> sha256 361eda483f7fac1f8cca4e16c340fa07a1cad2bf1200577a01075745233b406c LICENSE.txt
> diff --git a/package/python-pysnmp-mibs/python-pysnmp-mibs.mk b/package/python-pysnmp-mibs/python-pysnmp-mibs.mk
> index 9772b78c91..eb9119a352 100644
> --- a/package/python-pysnmp-mibs/python-pysnmp-mibs.mk
> +++ b/package/python-pysnmp-mibs/python-pysnmp-mibs.mk
> @@ -6,7 +6,7 @@
>
> PYTHON_PYSNMP_MIBS_VERSION = 0.1.6
> PYTHON_PYSNMP_MIBS_SOURCE = pysnmp-mibs-$(PYTHON_PYSNMP_MIBS_VERSION).tar.gz
> -PYTHON_PYSNMP_MIBS_SITE = https://pypi.python.org/packages/bf/7c/99ab192af934ed5d41ceef92a1b949b41652f29b46241b902ffec55642f4
> +PYTHON_PYSNMP_MIBS_SITE = https://files.pythonhosted.org/packages/bf/7c/99ab192af934ed5d41ceef92a1b949b41652f29b46241b902ffec55642f4
> PYTHON_PYSNMP_MIBS_SETUP_TYPE = setuptools
> PYTHON_PYSNMP_MIBS_LICENSE = BSD-3-Clause
> PYTHON_PYSNMP_MIBS_LICENSE_FILES = LICENSE.txt
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 49+ messages in thread
* Re: [Buildroot] [PATCH v2 04/23] package/python-crccheck: add md5 hash
2025-12-21 22:34 ` [Buildroot] [PATCH v2 04/23] package/python-crccheck: add md5 hash Bernd Kuhls
@ 2026-01-07 17:55 ` Arnout Vandecappelle via buildroot
0 siblings, 0 replies; 49+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2026-01-07 17:55 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Arnout Vandecappelle, buildroot
In reply of:
> Updated package as computed by scanpypi.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.11.x. Thanks
> ---
> package/python-crccheck/python-crccheck.hash | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/package/python-crccheck/python-crccheck.hash b/package/python-crccheck/python-crccheck.hash
> index 3fb58a7299..b8fb4e3312 100644
> --- a/package/python-crccheck/python-crccheck.hash
> +++ b/package/python-crccheck/python-crccheck.hash
> @@ -1,4 +1,5 @@
> -# From https://pypi.org/project/crccheck/#crccheck-1.3.1.tar.gz
> +# md5, sha256 from https://pypi.org/pypi/crccheck/json
> +md5 b70543709102d2edb9159a9b26366706 crccheck-1.3.1.tar.gz
> sha256 1544c0110bf0a697d875d4f29dc40d7079f9d4d402a9317383f55f90ca72563a crccheck-1.3.1.tar.gz
> -# Locally calculated
> +# Locally computed sha256 checksums
> sha256 1237ab8ea60caa782d77d9d2ac0cdccd765475e3848b0b91b5751d3f299e9d31 LICENSE.txt
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 49+ messages in thread
* Re: [Buildroot] [PATCH v2 07/23] package/python-fs: add md5 hash
2025-12-21 22:34 ` [Buildroot] [PATCH v2 07/23] package/python-fs: add md5 hash Bernd Kuhls
@ 2026-01-07 17:55 ` Arnout Vandecappelle via buildroot
0 siblings, 0 replies; 49+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2026-01-07 17:55 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Arnout Vandecappelle, buildroot
In reply of:
> Updated package as computed by scanpypi.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.11.x. Thanks
> ---
> package/python-fs/python-fs.hash | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/python-fs/python-fs.hash b/package/python-fs/python-fs.hash
> index 5ebb49128d..a7c416af0d 100644
> --- a/package/python-fs/python-fs.hash
> +++ b/package/python-fs/python-fs.hash
> @@ -1,5 +1,5 @@
> -# From https://pypi.org/project/fs/#fs-2.4.16.tar.gz
> +# md5, sha256 from https://pypi.org/pypi/fs/json
> +md5 2c9dae3d52950407fe265c3576396c33 fs-2.4.16.tar.gz
> sha256 ae97c7d51213f4b70b6a958292530289090de3a7e15841e108fbe144f069d313 fs-2.4.16.tar.gz
> -
> -# Locally calculated
> +# Locally computed sha256 checksums
> sha256 bcc1fbae1da071a15d17fd7609519af1160a3d72c65622047b61e19ba63e780d LICENSE
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 49+ messages in thread
* Re: [Buildroot] [PATCH v2 18/23] package/python-pyfatfs: add md5 hash
2025-12-21 22:34 ` [Buildroot] [PATCH v2 18/23] package/python-pyfatfs: add md5 hash Bernd Kuhls
@ 2026-01-07 17:55 ` Arnout Vandecappelle via buildroot
0 siblings, 0 replies; 49+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2026-01-07 17:55 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Arnout Vandecappelle, buildroot
In reply of:
> Updated package as computed by scanpypi.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.11.x. Thanks
> ---
> package/python-pyfatfs/python-pyfatfs.hash | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/package/python-pyfatfs/python-pyfatfs.hash b/package/python-pyfatfs/python-pyfatfs.hash
> index 05e940779e..58f02ed7a0 100644
> --- a/package/python-pyfatfs/python-pyfatfs.hash
> +++ b/package/python-pyfatfs/python-pyfatfs.hash
> @@ -1,4 +1,5 @@
> -# From https://pypi.org/project/pyfatfs/#pyfatfs-1.1.0.tar.gz
> +# md5, sha256 from https://pypi.org/pypi/pyfatfs/json
> +md5 df7f61cdec5567ec16956cbae14514e0 pyfatfs-1.1.0.tar.gz
> sha256 9725ccd0a4da1c09c27358abbf10f08c043ac84210af576803e087f51a2b30e0 pyfatfs-1.1.0.tar.gz
> -# Locally calculated
> +# Locally computed sha256 checksums
> sha256 df8f053d3cbf23fe7002e6a34b06580653a74d40dc2e54f3b717a963ea9b70cb LICENSE
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 49+ messages in thread
end of thread, other threads:[~2026-01-07 17:56 UTC | newest]
Thread overview: 49+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-21 22:34 [Buildroot] [PATCH v2 01/23] package/python-characteristic: add md5 hash, update SITE Bernd Kuhls
2025-12-21 22:34 ` [Buildroot] [PATCH v2 02/23] package/python-colorzero: switch SITE to pypi.org Bernd Kuhls
2026-01-07 17:49 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 03/23] package/python-crc16: " Bernd Kuhls
2026-01-07 17:49 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 04/23] package/python-crccheck: add md5 hash Bernd Kuhls
2026-01-07 17:55 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 05/23] package/python-crcmod: update tarball URL Bernd Kuhls
2026-01-07 17:49 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 06/23] package/python-dockerpty: " Bernd Kuhls
2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 07/23] package/python-fs: add md5 hash Bernd Kuhls
2026-01-07 17:55 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 08/23] package/python-httplib2: fix sort order of dependencies in Config.in Bernd Kuhls
2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 09/23] package/python-iniparse: update tarball URL Bernd Kuhls
2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 10/23] package/python-iowait: " Bernd Kuhls
2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 11/23] package/python-ipython-genutils: " Bernd Kuhls
2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 12/23] package/python-json-schema-validator: " Bernd Kuhls
2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 13/23] package/python-libconf: " Bernd Kuhls
2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 14/23] package/python-minimalmodbus: add md5 hash Bernd Kuhls
2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 15/23] package/python-mpmath: update tarball URL Bernd Kuhls
2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 16/23] package/python-pyasynchat: " Bernd Kuhls
2025-12-22 16:26 ` Fiona Klute via buildroot
2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 17/23] package/python-pyasyncore: " Bernd Kuhls
2025-12-22 16:27 ` Fiona Klute via buildroot
2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 18/23] package/python-pyfatfs: add md5 hash Bernd Kuhls
2026-01-07 17:55 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 19/23] package/python-pyinotify: update tarball URL Bernd Kuhls
2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 20/23] package/python-pynacl: fix sort order of dependencies in Config.in Bernd Kuhls
2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 21/23] package/python-pyqrcode: update tarball URL Bernd Kuhls
2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 22/23] package/python-pysendfile: " Bernd Kuhls
2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
2025-12-21 22:34 ` [Buildroot] [PATCH v2 23/23] package/python-pysnmp-mibs: " Bernd Kuhls
2026-01-07 17:50 ` Arnout Vandecappelle via buildroot
2025-12-28 22:16 ` [Buildroot] [PATCH v2 01/23] package/python-characteristic: add md5 hash, update SITE Thomas Petazzoni via buildroot
2026-01-07 17:49 ` Arnout Vandecappelle via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox