* [Buildroot] [PATCH 1/7] package/python-iwlib: bump version to 1.7.0
@ 2025-12-21 22:29 Bernd Kuhls
2025-12-21 22:29 ` [Buildroot] [PATCH 2/7] package/python-pbr: bump version to 7.0.3 Bernd Kuhls
` (6 more replies)
0 siblings, 7 replies; 8+ messages in thread
From: Bernd Kuhls @ 2025-12-21 22:29 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Marcin Niestroj
https://github.com/nhoad/python-iwlib/blob/1.7.0/README.rst
"1.6: Added support for Python 3 (via migration to CFFI)"
Switched SITE to pypi.
Added dependency to python-cffi:
https://github.com/nhoad/python-iwlib/commit/a7c14aff76a28004afb45e08bcf83be5948cb7c1
Updated package as computed by scanpypi.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/python-iwlib/Config.in | 1 +
package/python-iwlib/python-iwlib.hash | 6 ++++--
package/python-iwlib/python-iwlib.mk | 7 ++++---
3 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/package/python-iwlib/Config.in b/package/python-iwlib/Config.in
index eb28d674d9..e15ae38025 100644
--- a/package/python-iwlib/Config.in
+++ b/package/python-iwlib/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_PYTHON_IWLIB
bool "python-iwlib"
depends on BR2_PACKAGE_WIRELESS_TOOLS_LIB
+ select BR2_PACKAGE_PYTHON_CFFI # runtime
help
python-iwlib is a package for interfacing with iwlib,
providing an implementation to the wireless tools in Linux.
diff --git a/package/python-iwlib/python-iwlib.hash b/package/python-iwlib/python-iwlib.hash
index 4d71a3fea6..d1848e0bd7 100644
--- a/package/python-iwlib/python-iwlib.hash
+++ b/package/python-iwlib/python-iwlib.hash
@@ -1,3 +1,5 @@
-# Locally calculated
-sha256 7f1ad4354284a452388e178b5d9b191fa5a68a9183423a90a1d261ba2ebd1cac python-iwlib-1.5.tar.gz
+# md5, sha256 from https://pypi.org/pypi/iwlib/json
+md5 66016f4f7f53128525d1f9d9de7a6fed iwlib-1.7.0.tar.gz
+sha256 a805f6597a70ee3001aba8f039fb7b2dcb75dc15c4e7852f5594fd6379196da1 iwlib-1.7.0.tar.gz
+# Locally computed sha256 checksums
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
diff --git a/package/python-iwlib/python-iwlib.mk b/package/python-iwlib/python-iwlib.mk
index 9d0985567d..7a4fee7fc9 100644
--- a/package/python-iwlib/python-iwlib.mk
+++ b/package/python-iwlib/python-iwlib.mk
@@ -4,11 +4,12 @@
#
################################################################################
-PYTHON_IWLIB_VERSION = 1.5
-PYTHON_IWLIB_SITE = $(call github,nhoad,python-iwlib,$(PYTHON_IWLIB_VERSION))
+PYTHON_IWLIB_VERSION = 1.7.0
+PYTHON_IWLIB_SOURCE = iwlib-$(PYTHON_IWLIB_VERSION).tar.gz
+PYTHON_IWLIB_SITE = https://files.pythonhosted.org/packages/59/44/fd72c0a7094baeb448dc9e87b3d579da98e2b8593c3fe05c5f9dd20dc6bc
PYTHON_IWLIB_LICENSE = GPL-2.0
PYTHON_IWLIB_LICENSE_FILES = COPYING
PYTHON_IWLIB_SETUP_TYPE = setuptools
-PYTHON_IWLIB_DEPENDENCIES = wireless_tools
+PYTHON_IWLIB_DEPENDENCIES = host-python-cffi wireless_tools
$(eval $(python-package))
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 2/7] package/python-pbr: bump version to 7.0.3
2025-12-21 22:29 [Buildroot] [PATCH 1/7] package/python-iwlib: bump version to 1.7.0 Bernd Kuhls
@ 2025-12-21 22:29 ` Bernd Kuhls
2025-12-21 22:29 ` [Buildroot] [PATCH 3/7] package/python-poetry-core: bump version to 2.2.1 Bernd Kuhls
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Bernd Kuhls @ 2025-12-21 22:29 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Marcin Niestroj
https://docs.openstack.org/pbr/latest/user/history.html
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/python-pbr/python-pbr.hash | 4 ++--
package/python-pbr/python-pbr.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/python-pbr/python-pbr.hash b/package/python-pbr/python-pbr.hash
index 58503eaf11..797e4ce94f 100644
--- a/package/python-pbr/python-pbr.hash
+++ b/package/python-pbr/python-pbr.hash
@@ -1,6 +1,6 @@
# md5, sha256 from https://pypi.org/pypi/pbr/json
-md5 64cd498740ec05994ef0592c73c351c5 pbr-7.0.1.tar.gz
-sha256 3ecbcb11d2b8551588ec816b3756b1eb4394186c3b689b17e04850dfc20f7e57 pbr-7.0.1.tar.gz
+md5 5e6b4341677c4d330637add000f59fdc pbr-7.0.3.tar.gz
+sha256 b46004ec30a5324672683ec848aed9e8fc500b0d261d40a3229c2d2bbfcedc29 pbr-7.0.3.tar.gz
# Locally computed sha256 checksums
sha256 5df2a0d87d6c562f0ea11c688ac52532aa28d744cabc7994ff0537f64b3b3320 LICENSE
sha256 eb4a8c8791f6caab1cf36df26db2b6f4e2ddda52657b060ff7f02abc63910aef pbr/tests/testpackage/LICENSE.txt
diff --git a/package/python-pbr/python-pbr.mk b/package/python-pbr/python-pbr.mk
index ec530ded04..9b3d34c4e8 100644
--- a/package/python-pbr/python-pbr.mk
+++ b/package/python-pbr/python-pbr.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_PBR_VERSION = 7.0.1
+PYTHON_PBR_VERSION = 7.0.3
PYTHON_PBR_SOURCE = pbr-$(PYTHON_PBR_VERSION).tar.gz
-PYTHON_PBR_SITE = https://files.pythonhosted.org/packages/ad/8d/23253ab92d4731eb34383a69b39568ca63a1685bec1e9946e91a32fc87ad
+PYTHON_PBR_SITE = https://files.pythonhosted.org/packages/5e/ab/1de9a4f730edde1bdbbc2b8d19f8fa326f036b4f18b2f72cfbea7dc53c26
PYTHON_PBR_SETUP_TYPE = setuptools
PYTHON_PBR_LICENSE = Apache-2.0 (module), BSD-3-Clause (test package)
PYTHON_PBR_LICENSE_FILES = LICENSE pbr/tests/testpackage/LICENSE.txt
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 3/7] package/python-poetry-core: bump version to 2.2.1
2025-12-21 22:29 [Buildroot] [PATCH 1/7] package/python-iwlib: bump version to 1.7.0 Bernd Kuhls
2025-12-21 22:29 ` [Buildroot] [PATCH 2/7] package/python-pbr: bump version to 7.0.3 Bernd Kuhls
@ 2025-12-21 22:29 ` Bernd Kuhls
2025-12-21 22:29 ` [Buildroot] [PATCH 4/7] package/python-proto-plus: bump version to 1.27.0 Bernd Kuhls
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Bernd Kuhls @ 2025-12-21 22:29 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Marcin Niestroj
https://github.com/python-poetry/poetry-core/blob/2.2.1/CHANGELOG.md
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/python-poetry-core/python-poetry-core.hash | 4 ++--
package/python-poetry-core/python-poetry-core.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/python-poetry-core/python-poetry-core.hash b/package/python-poetry-core/python-poetry-core.hash
index 888f220e96..9defacc37f 100644
--- a/package/python-poetry-core/python-poetry-core.hash
+++ b/package/python-poetry-core/python-poetry-core.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/poetry-core/json
-md5 dd09886c53c482680536e8ce8ffd483e poetry_core-2.2.0.tar.gz
-sha256 b4033b71b99717a942030e074fec7e3082e5fde7a8ed10f02cd2413bdf940b1f poetry_core-2.2.0.tar.gz
+md5 a025abe2dd8d096480a87941f30d95ec poetry_core-2.2.1.tar.gz
+sha256 97e50d8593c8729d3f49364b428583e044087ee3def1e010c6496db76bd65ac5 poetry_core-2.2.1.tar.gz
# Locally computed sha256 checksums
sha256 f1978133782b90f4733bc308ddb19267c3fe04797c88d9ed3bc219032495a982 LICENSE
diff --git a/package/python-poetry-core/python-poetry-core.mk b/package/python-poetry-core/python-poetry-core.mk
index eac7f75a9f..d3f39706dc 100644
--- a/package/python-poetry-core/python-poetry-core.mk
+++ b/package/python-poetry-core/python-poetry-core.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_POETRY_CORE_VERSION = 2.2.0
+PYTHON_POETRY_CORE_VERSION = 2.2.1
PYTHON_POETRY_CORE_SOURCE = poetry_core-$(PYTHON_POETRY_CORE_VERSION).tar.gz
-PYTHON_POETRY_CORE_SITE = https://files.pythonhosted.org/packages/6c/73/8cc4cdc3992d9e03a749dd0ef7438093042a1ed197df8fcfc9dc9502ef0b
+PYTHON_POETRY_CORE_SITE = https://files.pythonhosted.org/packages/54/ef/a16c11de95b638341961765e072dfdd4c9a0be51d6b22d594c5f3255e4bb
PYTHON_POETRY_CORE_SETUP_TYPE = pep517
PYTHON_POETRY_CORE_LICENSE = MIT
PYTHON_POETRY_CORE_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] 8+ messages in thread
* [Buildroot] [PATCH 4/7] package/python-proto-plus: bump version to 1.27.0
2025-12-21 22:29 [Buildroot] [PATCH 1/7] package/python-iwlib: bump version to 1.7.0 Bernd Kuhls
2025-12-21 22:29 ` [Buildroot] [PATCH 2/7] package/python-pbr: bump version to 7.0.3 Bernd Kuhls
2025-12-21 22:29 ` [Buildroot] [PATCH 3/7] package/python-poetry-core: bump version to 2.2.1 Bernd Kuhls
@ 2025-12-21 22:29 ` Bernd Kuhls
2025-12-21 22:29 ` [Buildroot] [PATCH 5/7] package/python-pylibfdt: bump version to 1.7.2.post1 Bernd Kuhls
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Bernd Kuhls @ 2025-12-21 22:29 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Marcin Niestroj
https://github.com/googleapis/proto-plus-python/blob/v1.27.0/CHANGELOG.md
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/python-proto-plus/python-proto-plus.hash | 4 ++--
package/python-proto-plus/python-proto-plus.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/python-proto-plus/python-proto-plus.hash b/package/python-proto-plus/python-proto-plus.hash
index b55ac8bca0..d5d4270293 100644
--- a/package/python-proto-plus/python-proto-plus.hash
+++ b/package/python-proto-plus/python-proto-plus.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/proto-plus/json
-md5 631b92558563874de67630333450e08f proto_plus-1.26.1.tar.gz
-sha256 21a515a4c4c0088a773899e23c7bbade3d18f9c66c73edd4c7ee3816bc96a012 proto_plus-1.26.1.tar.gz
+md5 008448fc31ca36c2a9185a070126e16d proto_plus-1.27.0.tar.gz
+sha256 873af56dd0d7e91836aee871e5799e1c6f1bda86ac9a983e0bb9f0c266a568c4 proto_plus-1.27.0.tar.gz
# Locally computed sha256 checksums
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE
diff --git a/package/python-proto-plus/python-proto-plus.mk b/package/python-proto-plus/python-proto-plus.mk
index b024e9952f..3d02dd321f 100644
--- a/package/python-proto-plus/python-proto-plus.mk
+++ b/package/python-proto-plus/python-proto-plus.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_PROTO_PLUS_VERSION = 1.26.1
+PYTHON_PROTO_PLUS_VERSION = 1.27.0
PYTHON_PROTO_PLUS_SOURCE = proto_plus-$(PYTHON_PROTO_PLUS_VERSION).tar.gz
-PYTHON_PROTO_PLUS_SITE = https://files.pythonhosted.org/packages/f4/ac/87285f15f7cce6d4a008f33f1757fb5a13611ea8914eb58c3d0d26243468
+PYTHON_PROTO_PLUS_SITE = https://files.pythonhosted.org/packages/01/89/9cbe2f4bba860e149108b683bc2efec21f14d5f7ed6e25562ad86acbc373
PYTHON_PROTO_PLUS_SETUP_TYPE = setuptools
PYTHON_PROTO_PLUS_LICENSE = Apache-2.0
PYTHON_PROTO_PLUS_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] 8+ messages in thread
* [Buildroot] [PATCH 5/7] package/python-pylibfdt: bump version to 1.7.2.post1
2025-12-21 22:29 [Buildroot] [PATCH 1/7] package/python-iwlib: bump version to 1.7.0 Bernd Kuhls
` (2 preceding siblings ...)
2025-12-21 22:29 ` [Buildroot] [PATCH 4/7] package/python-proto-plus: bump version to 1.27.0 Bernd Kuhls
@ 2025-12-21 22:29 ` Bernd Kuhls
2025-12-21 22:29 ` [Buildroot] [PATCH 6/7] package/python-pypika-tortoise: bump version to 0.6.3 Bernd Kuhls
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Bernd Kuhls @ 2025-12-21 22:29 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Marcin Niestroj
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/python-pylibfdt/python-pylibfdt.hash | 4 ++--
package/python-pylibfdt/python-pylibfdt.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/python-pylibfdt/python-pylibfdt.hash b/package/python-pylibfdt/python-pylibfdt.hash
index 456fe41005..80459b3e28 100644
--- a/package/python-pylibfdt/python-pylibfdt.hash
+++ b/package/python-pylibfdt/python-pylibfdt.hash
@@ -1,6 +1,6 @@
# md5, sha256 from https://pypi.org/pypi/pylibfdt/json
-md5 78859f23154da8c951770f2c5287804e pylibfdt-1.7.2.tar.gz
-sha256 b18c6c40400ed4374d0a142dcdb07e5402574ff1304454019a1fd92735b54756 pylibfdt-1.7.2.tar.gz
+md5 206a0504f3d0f5895c00f572bc367e54 pylibfdt-1.7.2.post1.tar.gz
+sha256 08ec69755f7565dc25e4e640e0315795888d4caeb7f146de4e05bf12b03c94c8 pylibfdt-1.7.2.post1.tar.gz
# Locally computed sha256 checksums
sha256 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd BSD-2-Clause
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 GPL
diff --git a/package/python-pylibfdt/python-pylibfdt.mk b/package/python-pylibfdt/python-pylibfdt.mk
index 7d7398a995..483ac773c4 100644
--- a/package/python-pylibfdt/python-pylibfdt.mk
+++ b/package/python-pylibfdt/python-pylibfdt.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_PYLIBFDT_VERSION = 1.7.2
+PYTHON_PYLIBFDT_VERSION = 1.7.2.post1
PYTHON_PYLIBFDT_SOURCE = pylibfdt-$(PYTHON_PYLIBFDT_VERSION).tar.gz
-PYTHON_PYLIBFDT_SITE = https://files.pythonhosted.org/packages/b1/cc/54fc80135b3eb7fcbfded65eee7c71b2b970b5124e3066a158421222f191
+PYTHON_PYLIBFDT_SITE = https://files.pythonhosted.org/packages/a2/b8/ef881f0e76af7727ca9c5e27a121db69667c69e4e91eceaafe97f3666a6c
PYTHON_PYLIBFDT_SETUP_TYPE = pep517
PYTHON_PYLIBFDT_LICENSE = BSD-2-Clause or GPL-2.0+
PYTHON_PYLIBFDT_LICENSE_FILES = BSD-2-Clause GPL
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 6/7] package/python-pypika-tortoise: bump version to 0.6.3
2025-12-21 22:29 [Buildroot] [PATCH 1/7] package/python-iwlib: bump version to 1.7.0 Bernd Kuhls
` (3 preceding siblings ...)
2025-12-21 22:29 ` [Buildroot] [PATCH 5/7] package/python-pylibfdt: bump version to 1.7.2.post1 Bernd Kuhls
@ 2025-12-21 22:29 ` Bernd Kuhls
2025-12-21 22:30 ` [Buildroot] [PATCH 7/7] package/python-pytest-asyncio: bump version to 1.3.0 Bernd Kuhls
2026-01-02 15:31 ` [Buildroot] [PATCH 1/7] package/python-iwlib: bump version to 1.7.0 Thomas Petazzoni via buildroot
6 siblings, 0 replies; 8+ messages in thread
From: Bernd Kuhls @ 2025-12-21 22:29 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Marcin Niestroj
https://github.com/tortoise/pypika-tortoise/blob/v0.6.3/CHANGELOG.md
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/python-pypika-tortoise/python-pypika-tortoise.hash | 4 ++--
package/python-pypika-tortoise/python-pypika-tortoise.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/python-pypika-tortoise/python-pypika-tortoise.hash b/package/python-pypika-tortoise/python-pypika-tortoise.hash
index 7e9f397638..9dc7ea9aa0 100644
--- a/package/python-pypika-tortoise/python-pypika-tortoise.hash
+++ b/package/python-pypika-tortoise/python-pypika-tortoise.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/pypika-tortoise/json
-md5 5b5c1be4096c75dd6994336f71936383 pypika_tortoise-0.6.2.tar.gz
-sha256 f95ab59d9b6454db2e8daa0934728458350a1f3d56e81d9d1debc8eebeff26b3 pypika_tortoise-0.6.2.tar.gz
+md5 21a08e348b537e745964323874f5a6fc pypika_tortoise-0.6.3.tar.gz
+sha256 6e17f00e77e78468836cb5c63eb6dc01445f83b1167e4f29f1c678949179c079 pypika_tortoise-0.6.3.tar.gz
# Locally computed sha256 checksums
sha256 c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4 LICENSE
diff --git a/package/python-pypika-tortoise/python-pypika-tortoise.mk b/package/python-pypika-tortoise/python-pypika-tortoise.mk
index 7fa451f67d..72669f36b2 100644
--- a/package/python-pypika-tortoise/python-pypika-tortoise.mk
+++ b/package/python-pypika-tortoise/python-pypika-tortoise.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_PYPIKA_TORTOISE_VERSION = 0.6.2
+PYTHON_PYPIKA_TORTOISE_VERSION = 0.6.3
PYTHON_PYPIKA_TORTOISE_SOURCE = pypika_tortoise-$(PYTHON_PYPIKA_TORTOISE_VERSION).tar.gz
-PYTHON_PYPIKA_TORTOISE_SITE = https://files.pythonhosted.org/packages/1a/7b/0a31165e22e599ba149ba35d4323d343205a70d91a4f6e8c6565f5b4fa08
+PYTHON_PYPIKA_TORTOISE_SITE = https://files.pythonhosted.org/packages/cc/28/86ec1bccb2609d20349def444ef9dfe84aeccc984caa62f4634d50fee164
PYTHON_PYPIKA_TORTOISE_SETUP_TYPE = pep517
PYTHON_PYPIKA_TORTOISE_LICENSE = Apache-2.0
PYTHON_PYPIKA_TORTOISE_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] 8+ messages in thread
* [Buildroot] [PATCH 7/7] package/python-pytest-asyncio: bump version to 1.3.0
2025-12-21 22:29 [Buildroot] [PATCH 1/7] package/python-iwlib: bump version to 1.7.0 Bernd Kuhls
` (4 preceding siblings ...)
2025-12-21 22:29 ` [Buildroot] [PATCH 6/7] package/python-pypika-tortoise: bump version to 0.6.3 Bernd Kuhls
@ 2025-12-21 22:30 ` Bernd Kuhls
2026-01-02 15:31 ` [Buildroot] [PATCH 1/7] package/python-iwlib: bump version to 1.7.0 Thomas Petazzoni via buildroot
6 siblings, 0 replies; 8+ messages in thread
From: Bernd Kuhls @ 2025-12-21 22:30 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Marcin Niestroj
https://github.com/pytest-dev/pytest-asyncio/blob/v1.3.0/docs/reference/changelog.rst
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/python-pytest-asyncio/python-pytest-asyncio.hash | 4 ++--
package/python-pytest-asyncio/python-pytest-asyncio.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/python-pytest-asyncio/python-pytest-asyncio.hash b/package/python-pytest-asyncio/python-pytest-asyncio.hash
index a9b33e0ebc..fbd141d76c 100644
--- a/package/python-pytest-asyncio/python-pytest-asyncio.hash
+++ b/package/python-pytest-asyncio/python-pytest-asyncio.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/pytest-asyncio/json
-md5 84f54204d53c46291c412bce27562480 pytest_asyncio-1.0.0.tar.gz
-sha256 d15463d13f4456e1ead2594520216b225a16f781e144f8fdf6c5bb4667c48b3f pytest_asyncio-1.0.0.tar.gz
+md5 f9bf0eed023c7b6bb1d68ebea82d0398 pytest_asyncio-1.3.0.tar.gz
+sha256 d7f52f36d231b80ee124cd216ffb19369aa168fc10095013c6b014a34d3ee9e5 pytest_asyncio-1.3.0.tar.gz
# Locally computed sha256 checksums
sha256 a8ad31b1c3f40dca5a84119351b8fa8ddc868edd77fad8a8ebf6d8f2d16fa4ae LICENSE
diff --git a/package/python-pytest-asyncio/python-pytest-asyncio.mk b/package/python-pytest-asyncio/python-pytest-asyncio.mk
index f8d1e87e64..da0bbfeb81 100644
--- a/package/python-pytest-asyncio/python-pytest-asyncio.mk
+++ b/package/python-pytest-asyncio/python-pytest-asyncio.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_PYTEST_ASYNCIO_VERSION = 1.0.0
+PYTHON_PYTEST_ASYNCIO_VERSION = 1.3.0
PYTHON_PYTEST_ASYNCIO_SOURCE = pytest_asyncio-$(PYTHON_PYTEST_ASYNCIO_VERSION).tar.gz
-PYTHON_PYTEST_ASYNCIO_SITE = https://files.pythonhosted.org/packages/d0/d4/14f53324cb1a6381bef29d698987625d80052bb33932d8e7cbf9b337b17c
+PYTHON_PYTEST_ASYNCIO_SITE = https://files.pythonhosted.org/packages/90/2c/8af215c0f776415f3590cac4f9086ccefd6fd463befeae41cd4d3f193e5a
PYTHON_PYTEST_ASYNCIO_SETUP_TYPE = setuptools
PYTHON_PYTEST_ASYNCIO_LICENSE = Apache-2.0
PYTHON_PYTEST_ASYNCIO_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] 8+ messages in thread
* Re: [Buildroot] [PATCH 1/7] package/python-iwlib: bump version to 1.7.0
2025-12-21 22:29 [Buildroot] [PATCH 1/7] package/python-iwlib: bump version to 1.7.0 Bernd Kuhls
` (5 preceding siblings ...)
2025-12-21 22:30 ` [Buildroot] [PATCH 7/7] package/python-pytest-asyncio: bump version to 1.3.0 Bernd Kuhls
@ 2026-01-02 15:31 ` Thomas Petazzoni via buildroot
6 siblings, 0 replies; 8+ messages in thread
From: Thomas Petazzoni via buildroot @ 2026-01-02 15:31 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot, James Hilliard, Marcin Niestroj
On Sun, 21 Dec 2025 23:29:54 +0100
Bernd Kuhls <bernd@kuhls.net> wrote:
> https://github.com/nhoad/python-iwlib/blob/1.7.0/README.rst
> "1.6: Added support for Python 3 (via migration to CFFI)"
>
> Switched SITE to pypi.
>
> Added dependency to python-cffi:
> https://github.com/nhoad/python-iwlib/commit/a7c14aff76a28004afb45e08bcf83be5948cb7c1
>
> Updated package as computed by scanpypi.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
> package/python-iwlib/Config.in | 1 +
> package/python-iwlib/python-iwlib.hash | 6 ++++--
> package/python-iwlib/python-iwlib.mk | 7 ++++---
> 3 files changed, 9 insertions(+), 5 deletions(-)
Applied patches 1/7 and 5/7 in the series. For the other patches,
unfortunately we merged similar bumps from James, even though they had
been submitted later (sorry about that).
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2026-01-02 15:31 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-21 22:29 [Buildroot] [PATCH 1/7] package/python-iwlib: bump version to 1.7.0 Bernd Kuhls
2025-12-21 22:29 ` [Buildroot] [PATCH 2/7] package/python-pbr: bump version to 7.0.3 Bernd Kuhls
2025-12-21 22:29 ` [Buildroot] [PATCH 3/7] package/python-poetry-core: bump version to 2.2.1 Bernd Kuhls
2025-12-21 22:29 ` [Buildroot] [PATCH 4/7] package/python-proto-plus: bump version to 1.27.0 Bernd Kuhls
2025-12-21 22:29 ` [Buildroot] [PATCH 5/7] package/python-pylibfdt: bump version to 1.7.2.post1 Bernd Kuhls
2025-12-21 22:29 ` [Buildroot] [PATCH 6/7] package/python-pypika-tortoise: bump version to 0.6.3 Bernd Kuhls
2025-12-21 22:30 ` [Buildroot] [PATCH 7/7] package/python-pytest-asyncio: bump version to 1.3.0 Bernd Kuhls
2026-01-02 15:31 ` [Buildroot] [PATCH 1/7] package/python-iwlib: bump version to 1.7.0 Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.