Arnout Vandecappelle
b6cd846443
docs/website/{download,news}.html: update for 2025.02.12 and 2025.11.3
...
The 2025.11.x series was dropped with the 2026.02 release, so
(temporarily) re-add it. It will be dropped again with the 2026.02.1
release.
Signed-off-by: Arnout Vandecappelle <arnout@rnout.be >
2026-03-17 21:27:09 +01:00
Flaviu Nistor
09bc5515fc
package/python-rich: bump to version 14.3.3
...
Release notes:
https://github.com/Textualize/rich/releases/tag/v14.3.3
Signed-off-by: Flaviu Nistor <flaviu.nistor@gmail.com >
Reviewed-by: Fiona Klute <fiona.klute@gmx.de >
[Julien: add link to release notes]
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-16 23:28:27 +01:00
Yann E. MORIN
e190962f3e
package/python-humanfriendly: new package
...
Signed-off-by: Yann E. MORIN <yann.morin@orange.com >
Cc: Romain Naour <romain.naour@smile.fr >
Cc: James Hilliard <james.hilliard1@gmail.com >
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
Cc: Yegor Yefremov <yegorslists@googlemail.com >
[Julien:
- add DEVELOPERS entry
- fix test class name
]
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-16 22:34:53 +01:00
Giulio Benetti
49c1e1181f
package/nfs-utils: bump version to 2.8.7
...
Release announce:
https://lore.kernel.org/linux-nfs/4d11b9d7-7b49-4a1e-8c26-29ecb2fefe2f@redhat.com/
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com >
Reviewed-by: Petr Vorel <petr.vorel@gmail.com >
[Julien: remove "security" in commit title]
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-16 22:17:56 +01:00
Waldemar Brodkorb
84bc50c82d
package/uclibc: bump to 1.0.57
...
Following changes made it into the release:
Joris van Rantwijk (1):
Fix adjtimex() with TIME64
Waldemar Brodkorb (8):
sys/stat.h: remove _STAT_VER/_MKNOD_VER
fix gettid() declaration
add statx syscall wrapper
sparc: add optimize build support for leon3
sparc: sync with Linux kernel definition, fixes gdb compile
fix compile error on earlier Kernels predating statx
select: fix compilation failure with very old kernel
bump version for 1.0.57 release
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-16 21:59:44 +01:00
Julien Olivain
b6884913ae
package/zfs: add patch to fix build with uclibc >= 1.0.57
...
uclibc 1.0.57 added a statx() syscall wrapper in upstream commit [1].
zfs fail to build with uclibc 1.0.57 (not yet in Buildroot), because:
1. uclibc <fcntl.h> internally includes <sys/stat.h>, and
2. a zfs test redefines a statx() wrapper with a slightly different
prototype.
In that case, zfs fails to compile with error:
tests/zfs-tests/cmd/statx.c:58:1: error: conflicting types for 'statx'; have 'int(int, const char *, int, unsigned int, void *)'
Issue has been reported upstream at [2].
This commit adds a package patch to fix that issue.
[1] d3a819aff2
[2] https://github.com/openzfs/zfs/pull/18316
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-16 21:58:17 +01:00
Vincent Stehlé
fe49bf9451
configs/iot-gate-imx8_ebbr: bump u-boot to fix the build
...
Python setuptools has removed the obsolete pkg_resources python module in
v82.0.0. This module is used by the binman command in U-Boot until
v2025.10.
Since the python-setuptools package has been updated to v82.0.0 in
Buildroot, the iot-gate-imx8_ebbr_defconfig (using U-Boot v2025.07 and
binman) fails to build with the following error [1]:
ModuleNotFoundError: No module named 'pkg_resources'
Update the defconfig to use a more recent U-Boot v2026.01, to fix the
build.
Link: https://gitlab.com/buildroot.org/buildroot/-/jobs/13476922237 [1]
Fixes: 51365ff063 ("package/python-setuptools: bump to version 82.0.0")
Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com >
Cc: James Hilliard <james.hilliard1@gmail.com >
Cc: Julien Olivain <ju.o@free.fr >
[Julien: update custom uboot.hash file]
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-16 21:54:13 +01:00
Vincent Stehlé
7428907828
support/testing: bump test_atf u-boot to fix the build
...
Python setuptools has removed the obsolete pkg_resources python module in
v82.0.0. This module is used by the binman command in U-Boot until
v2025.10.
Since the python-setuptools package has been updated to v82.0.0 in
Buildroot, the python test tests.boot.test_atf.TestATFAllwinner (using
U-Boot v2023.10 and binman) fails to build with the following error [1]:
ModuleNotFoundError: No module named 'pkg_resources'
Update test_atf to use a more recent U-Boot v2026.01 (and add the
dependency on GNU TLS), to fix the build.
Link: https://gitlab.com/buildroot.org/buildroot/-/jobs/13500946337 [1]
Fixes: 51365ff063 ("package/python-setuptools: bump to version 82.0.0")
Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com >
Cc: James Hilliard <james.hilliard1@gmail.com >
Cc: Julien Olivain <ju.o@free.fr >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-16 21:14:50 +01:00
Bernd Kuhls
e974de86e2
package/python-zopfli: bump version to 0.4.1
...
https://github.com/fonttools/py-zopfli/releases/tag/v0.4.1
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
84e7b632d9
package/python-zope-interface: bump version to 8.2
...
https://github.com/zopefoundation/zope.interface/blob/8.2/CHANGES.rst
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
35cdefb97d
package/python-yarl: bump version to 1.23.0
...
https://github.com/aio-libs/yarl/blob/v1.23.0/CHANGES.rst
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
48c3146af2
package/python-yamllint: bump version to 1.38.0
...
https://github.com/adrienverge/yamllint/blob/v1.38.0/CHANGELOG.rst
Tarball hashes were computed by scanpypi.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
351f4543cb
package/python-xmltodict: bump version to 1.0.4
...
https://github.com/martinblech/xmltodict/blob/v1.0.4/CHANGELOG.md
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
6ebadc0d94
package/python-whitenoise: bump version to 6.12.0
...
https://github.com/evansd/whitenoise/blob/6.12.0/docs/changelog.rst
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
635c145c16
package/python-wheel: security bump version to 0.46.3
...
https://github.com/pypa/wheel/blob/0.46.3/docs/news.rst
Version 0.46.2 fixes CVE-2026-24049:
wheel Allows Arbitrary File Permission Modification via Path Traversal
Fixes:
https://www.cve.org/CVERecord?id=CVE-2026-24049
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
[Julien: mark the commit as "security" and add info in commit log]
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
9e4e331d18
package/python-werkzeug: bump version to 3.1.6
...
https://github.com/pallets/werkzeug/blob/3.1.6/CHANGES.rst
Please note that the fixed CVEs CVE-2026-21860 & CVE-2026-27199 only
relate to Windows.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
87ae658375
package/python-websockets: bump version to 16.0
...
https://github.com/python-websockets/websockets/blob/16.0/docs/project/changelog.rst
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
29bc88d4fb
package/python-weasyprint: security bump version to 68.1
...
https://github.com/Kozea/WeasyPrint/blob/v68.1/docs/changelog.rst
Version 68.0 fixes CVE-2025-68616.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
3fb9b3b8f4
package/python-uvicorn: bump version to 0.41.0
...
https://github.com/Kludex/uvicorn/blob/0.41.0/docs/release-notes.md
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
df796e693c
package/python-urwid: bump version to 3.0.5
...
https://github.com/urwid/urwid/blob/3.0.5/docs/changelog.rst
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
c479ac4601
package/python-ujson: bump version to 5.12.0
...
https://github.com/ultrajson/ultrajson/releases/tag/5.12.0
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
d26060f110
package/python-types-setuptools: bump version to 82.0.0.20260210
...
https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/setuptools.md
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
507242b663
package/python-types-python-dateutil: bump version to 2.9.0.20260305
...
https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/python-dateutil.md
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
52f5beb7d4
package/python-types-psutil: bump version to 7.2.2.20260130
...
https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/psutil.md
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
f90a703b27
package/python-typeguard: bump version to 4.5.1
...
https://github.com/agronholm/typeguard/blob/4.5.1/docs/versionhistory.rst
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
374f45b0fa
package/python-trove-classifiers: bump version to 2026.1.14.14
...
https://github.com/pypa/trove-classifiers/releases
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
7ad3ec1c6f
package/python-tqdm: bump version to 4.67.3
...
https://tqdm.github.io/releases/
Updated license hash due to copyright year bump:
a69dac84b3
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
50c9c7f553
package/python-tortoise-orm: bump version to 1.1.6
...
https://github.com/tortoise/tortoise-orm/blob/1.1.6/CHANGELOG.rst
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
e59cc42d2f
package/python-tornado: security bump version to 6.5.5
...
https://github.com/tornadoweb/tornado/blob/v6.5.5/docs/releases/v6.5.5.rst
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
ac3633ec9c
package/python-tomlkit: bump version to 0.14.0
...
https://github.com/python-poetry/tomlkit/blob/0.14.0/CHANGELOG.md
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
dd1a44dbbc
package/python-tomli: bump version to 2.4.0
...
https://github.com/hukkin/tomli/blob/2.4.0/CHANGELOG.md
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
97c0c97452
package/python-tinyhtml5: bump version to 2.1.0
...
https://github.com/CourtBouillon/tinyhtml5/blob/2.1.0/docs/changelog.rst
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
0d63b4cc92
package/python-tftpy: bump version to 0.8.7
...
https://github.com/msoulier/tftpy/blob/master/ChangeLog.md
Upstream bumped the version without creating a version tag:
fc93bae6c1
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
9f17e0c2c9
package/python-textual: bump version to 8.1.1
...
https://github.com/Textualize/textual/blob/v8.1.1/CHANGELOG.md
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
25867d252b
package/python-telnetlib3: bump version to 4.0.1
...
https://github.com/jquast/telnetlib3/blob/4.0.1/docs/history.rst
Updated license hash due to upstream commit:
1af3eee859
Upstream switched to hatch:
c4b8488930
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
50007f836a
package/python-sqlalchemy: bump version to 2.0.48
...
https://github.com/sqlalchemy/sqlalchemy/blob/rel_2_0_48/doc/build/changelog/changelog_20.rst
Updated license hash due to copyright year bump:
9ea4237f21
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
3179517a7e
package/python-soupsieve: bump version to 2.8.3
...
https://github.com/facelessuser/soupsieve/blob/2.8.3/docs/src/markdown/about/changelog.md
Updated license hash due to copyright year bump:
09b27696ad
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
5963fb870c
package/python-smbprotocol: bump version to 1.16.0
...
https://github.com/jborean93/smbprotocol/blob/v1.16.0/CHANGELOG.md
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
7c30b1e522
package/python-sdbus-modemmanager: bump version to 1.0.3
...
https://github.com/zhanglongqi/python-sdbus-modemmanager/blob/master/changelog.md
Upstream switched to poetry:
0d8ae72178
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
a7ace04302
package/python-regex: bump version to 2026.2.28
...
https://github.com/mrabarnett/mrab-regex/blob/2026.2.28/changelog.txt
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
8c4e2c944f
package/python-redis: bump version to 7.3.0
...
https://github.com/redis/redis-py/releases
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
a98fb01c09
package/python-pytz: bump version to 2026.1.post1
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
881805a63a
package/python-pyspnego: bump version to 0.12.1
...
https://github.com/jborean93/pyspnego/blob/v0.12.1/CHANGELOG.md
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
0d0fdd3358
package/python-pyqt5-sip: bump version to 12.18.0
...
Package was updated using an updated version of scanpypi:
https://patchwork.ozlabs.org/project/buildroot/patch/20251001002004.3178942-1-james.hilliard1@gmail.com/
Updated license hash due to copyright year bump:
394e97272b
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:39 +01:00
Bernd Kuhls
219bec1575
package/python-pyproject-metadata: bump version to 0.11.0
...
https://github.com/pypa/pyproject-metadata/releases/tag/0.11.0
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:38 +01:00
Bernd Kuhls
0e9c36ae9a
package/python-pypika-tortoise: bump version to 0.6.5
...
https://github.com/tortoise/pypika-tortoise/blob/v0.6.5/CHANGELOG.md
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:38 +01:00
Bernd Kuhls
b1d1004343
package/python-pyparsing: bump version to 3.3.2
...
https://github.com/pyparsing/pyparsing/blob/3.3.2/CHANGES
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:38 +01:00
Bernd Kuhls
6a8be79402
package/python-pymodbus: bump version to 3.12.1
...
https://github.com/pymodbus-dev/pymodbus/blob/v3.12.1/CHANGELOG.rst
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:38 +01:00
Bernd Kuhls
7c5d57fe82
package/python-pyjwt: security bump version to 2.12.1
...
https://github.com/jpadilla/pyjwt/blob/2.12.1/CHANGELOG.rst
Fixes CVE-2026-32597:
https://github.com/jpadilla/pyjwt/security/advisories/GHSA-752w-5fwx-jx9f
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:38 +01:00
Bernd Kuhls
36bfea033f
package/python-pyicu: bump version to 2.16.1
...
https://gitlab.pyicu.org/main/pyicu/-/blob/v2.16.1/CHANGES
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Julien Olivain <ju.o@free.fr >
2026-03-15 21:34:38 +01:00