From: Bernd Kuhls <bernd@kuhls.net>
To: buildroot@buildroot.org
Cc: "Louis Aussedat" <aussedat.louis@gmail.com>,
"Ralf Dragon" <hypnotoad@lindra.de>,
"Flávio Tapajós" <flavio.tapajos@newtesc.com.br>,
"Angelo Compagnucci" <angelo.compagnucci@gmail.com>,
"Marcin Niestroj" <m.niestroj@grinn-global.com>,
"Mauro Condarelli" <mc5686@mclink.it>,
"Heiko Thiery" <heiko.thiery@gmail.com>,
"Marcus Hoffmann" <bubu@bubu1.eu>,
"Joseph Kogut" <joseph.kogut@gmail.com>,
"Raphaël Mélotte" <raphael.melotte@mind.be>,
"Grzegorz Blach" <grzegorz@blach.pl>,
"Gwenhael Goavec-Merou" <gwenhael.goavec-merou@trabucayre.com>,
"Fabrice Fontaine" <fontaine.fabrice@gmail.com>,
"Christophe Vu-Brugier" <cvubrugier@fastmail.fm>,
"Martin Hundebøll" <martin@geanix.com>,
"Lionel Flandrin" <lionel@svkt.org>,
"Fiona Klute" <fiona.klute@gmx.de>,
"Colin Foster" <colin.foster@in-advantage.com>,
"James Hilliard" <james.hilliard1@gmail.com>,
"Falco Hyfing" <hyfinglists@gmail.com>,
"Romain Naour" <romain.naour@gmail.com>
Subject: [Buildroot] [PATCH 17/96] package/python-filelock: bump version to 3.25.2
Date: Sat, 14 Mar 2026 15:05:13 +0100 [thread overview]
Message-ID: <20260314140633.2967249-17-bernd@kuhls.net> (raw)
In-Reply-To: <20260314140633.2967249-1-bernd@kuhls.net>
https://github.com/tox-dev/filelock/blob/3.25.2/docs/changelog.rst
Upstream switched license to MIT:
https://github.com/tox-dev/filelock/commit/4aac7862f5d8f9a92d947991b523bc03803e7213
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/python-filelock/python-filelock.hash | 6 +++---
package/python-filelock/python-filelock.mk | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/package/python-filelock/python-filelock.hash b/package/python-filelock/python-filelock.hash
index 64930ad418..d38518efc6 100644
--- a/package/python-filelock/python-filelock.hash
+++ b/package/python-filelock/python-filelock.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/filelock/json
-md5 c422db4828e34fcadac68449fafd5cb2 filelock-3.20.2.tar.gz
-sha256 a2241ff4ddde2a7cebddf78e39832509cb045d18ec1a09d7248d6bfc6bfbbe64 filelock-3.20.2.tar.gz
+md5 c0e50eab0beb1642dca5bae6246a2b54 filelock-3.25.2.tar.gz
+sha256 b64ece2b38f4ca29dd3e810287aa8c48182bbecd1ae6e9ae126c9b35f1382694 filelock-3.25.2.tar.gz
# Locally computed sha256 checksums
-sha256 88d9b4eb60579c191ec391ca04c16130572d7eedc4a86daa58bf28c6e14c9bcd LICENSE
+sha256 608c89d5060ae9921adccf3236695bc654a9946e12323ef6c021dfa04e294d48 LICENSE
diff --git a/package/python-filelock/python-filelock.mk b/package/python-filelock/python-filelock.mk
index 83699377e1..21848d542c 100644
--- a/package/python-filelock/python-filelock.mk
+++ b/package/python-filelock/python-filelock.mk
@@ -4,11 +4,11 @@
#
################################################################################
-PYTHON_FILELOCK_VERSION = 3.20.2
+PYTHON_FILELOCK_VERSION = 3.25.2
PYTHON_FILELOCK_SOURCE = filelock-$(PYTHON_FILELOCK_VERSION).tar.gz
-PYTHON_FILELOCK_SITE = https://files.pythonhosted.org/packages/c1/e0/a75dbe4bca1e7d41307323dad5ea2efdd95408f74ab2de8bd7dba9b51a1a
+PYTHON_FILELOCK_SITE = https://files.pythonhosted.org/packages/94/b8/00651a0f559862f3bb7d6f7477b192afe3f583cc5e26403b44e59a55ab34
PYTHON_FILELOCK_SETUP_TYPE = hatch
-PYTHON_FILELOCK_LICENSE = Public Domain
+PYTHON_FILELOCK_LICENSE = MIT
PYTHON_FILELOCK_LICENSE_FILES = LICENSE
PYTHON_FILELOCK_DEPENDENCIES = host-python-hatch-vcs
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2026-03-14 14:18 UTC|newest]
Thread overview: 102+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-14 14:04 [Buildroot] [PATCH 01/96] package/python-hatchling: bump version to 1.29.0 Bernd Kuhls
2026-03-14 14:04 ` [Buildroot] [PATCH 02/96] package/python-aenum: bump version to 3.1.16 Bernd Kuhls
2026-03-14 14:04 ` [Buildroot] [PATCH 03/96] package/python-aiomqtt: bump version to 2.5.1 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 04/96] package/python-aiorwlock: bump version to 1.5.1 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 05/96] package/python-apispec: bump version to 6.10.0 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 06/96] package/python-async-lru: bump version to 2.2.0 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 07/96] package/python-bitstring: bump version to 4.4.0 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 08/96] package/python-boto3: bump version to 1.42.68 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 09/96] package/python-botocore: bump to version 1.42.68 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 10/96] package/python-certifi: bump version to 2026.2.25 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 11/96] package/python-charset-normalizer: bump version to 3.4.5 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 12/96] package/python-cssselect: bump version to 1.4.0 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 13/96] package/python-cssselect2: bump version to 0.9.0 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 14/96] package/python-dbus-fast: bump version to 4.0.0 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 15/96] package/python-evdev: bump version to 1.9.3 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 16/96] package/python-fastapi: bump version to 0.135.1 Bernd Kuhls
2026-03-14 14:05 ` Bernd Kuhls [this message]
2026-03-14 14:05 ` [Buildroot] [PATCH 18/96] package/python-flask: security bump version to 3.1.3 Bernd Kuhls
2026-03-20 15:55 ` Thomas Perale via buildroot
2026-03-14 14:05 ` [Buildroot] [PATCH 19/96] package/python-fonttools: bump version to 4.62.1 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 20/96] package/python-google-api-core: bump version to 2.30.0 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 21/96] package/python-google-auth: bump version to 2.49.1 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 22/96] package/python-googleapis-common-protos: bump version to 1.73.0 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 23/96] package/python-greenlet: bump version to 3.3.2 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 24/96] package/python-hid: bump version to 1.0.9 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 25/96] package/python-httplib2: bump version to 0.31.2 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 26/96] package/python-immutabledict: bump version to 4.3.1 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 27/96] package/python-iterable-io: bump version to 1.0.1 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 28/96] package/python-jmespath: bump version to 1.1.0 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 29/96] package/python-jsonmodels: bump version to 2.8.0 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 30/96] package/python-librt: bump version to 0.8.1 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 31/96] package/python-lmdb: bump version to 1.8.1 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 32/96] package/python-markdown: bump version to 3.10.2 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 33/96] package/python-markdown2: bump version to 2.5.5 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 34/96] package/python-marshmallow: bump version to 4.2.2 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 35/96] package/python-meson-python: bump version to 0.19.0 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 36/96] package/python-multidict: bump version to 6.7.1 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 37/96] package/python-packaging: bump version to 26.0 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 38/96] package/python-parso: bump version to 0.8.6 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 39/96] package/python-pathspec: bump version to 1.0.4 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 40/96] package/python-pdm-backend: bump version to 2.4.7 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 41/96] package/python-pip: bump version to 26.0.1 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 42/96] package/python-pkgconfig: bump version to 1.6.0 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 43/96] package/python-platformdirs: bump version to 4.9.4 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 44/96] package/python-poetry-core: bump version to 2.3.1 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 45/96] package/python-proto-plus: bump version to 1.27.1 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 46/96] package/python-psutil: bump version to 7.2.2 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 47/96] package/python-psygnal: bump version to 0.15.1 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 48/96] package/python-pyaml: bump version to 26.2.1 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 49/96] package/python-pyasn1: security bump version to 0.6.2 Bernd Kuhls
2026-03-20 15:55 ` Thomas Perale via buildroot
2026-03-14 14:05 ` [Buildroot] [PATCH 50/96] package/python-pycparser: bump version to 3.0 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 51/96] package/python-pydal: bump version to 20260313.1 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 52/96] package/python-pydantic-settings: bump version to 2.13.1 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 53/96] package/python-pyftpdlib: bump version to 2.2.0 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 54/96] package/python-pyicu: bump version to 2.16.1 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 55/96] package/python-pyjwt: security bump version to 2.12.1 Bernd Kuhls
2026-03-20 15:55 ` Thomas Perale via buildroot
2026-03-14 14:05 ` [Buildroot] [PATCH 56/96] package/python-pymodbus: bump version to 3.12.1 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 57/96] package/python-pyparsing: bump version to 3.3.2 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 58/96] package/python-pypika-tortoise: bump version to 0.6.5 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 59/96] package/python-pyproject-metadata: bump version to 0.11.0 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 60/96] package/python-pyqt5-sip: bump version to 12.18.0 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 61/96] package/python-pyspnego: bump version to 0.12.1 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 62/96] package/python-pytz: bump version to 2026.1.post1 Bernd Kuhls
2026-03-14 14:05 ` [Buildroot] [PATCH 63/96] package/python-redis: bump version to 7.3.0 Bernd Kuhls
2026-03-14 14:06 ` [Buildroot] [PATCH 64/96] package/python-regex: bump version to 2026.2.28 Bernd Kuhls
2026-03-14 14:06 ` [Buildroot] [PATCH 65/96] package/python-sdbus-modemmanager: bump version to 1.0.3 Bernd Kuhls
2026-03-14 14:06 ` [Buildroot] [PATCH 66/96] package/python-setuptools: bump version to 82.0.1 Bernd Kuhls
2026-03-15 22:22 ` Julien Olivain via buildroot
2026-03-14 14:06 ` [Buildroot] [PATCH 67/96] package/python-smbprotocol: bump version to 1.16.0 Bernd Kuhls
2026-03-14 14:06 ` [Buildroot] [PATCH 68/96] package/python-soupsieve: bump version to 2.8.3 Bernd Kuhls
2026-03-14 14:06 ` [Buildroot] [PATCH 69/96] package/python-sqlalchemy: bump version to 2.0.48 Bernd Kuhls
2026-03-14 14:06 ` [Buildroot] [PATCH 70/96] package/python-telnetlib3: bump version to 4.0.1 Bernd Kuhls
2026-03-14 14:06 ` [Buildroot] [PATCH 71/96] package/python-textual: bump version to 8.1.1 Bernd Kuhls
2026-03-14 14:06 ` [Buildroot] [PATCH 72/96] package/python-tftpy: bump version to 0.8.7 Bernd Kuhls
2026-03-14 14:06 ` [Buildroot] [PATCH 73/96] package/python-tinyhtml5: bump version to 2.1.0 Bernd Kuhls
2026-03-14 14:06 ` [Buildroot] [PATCH 74/96] package/python-tomli: bump version to 2.4.0 Bernd Kuhls
2026-03-14 14:06 ` [Buildroot] [PATCH 75/96] package/python-tomlkit: bump version to 0.14.0 Bernd Kuhls
2026-03-14 14:06 ` [Buildroot] [PATCH 76/96] package/python-tornado: security bump version to 6.5.5 Bernd Kuhls
2026-03-14 14:06 ` [Buildroot] [PATCH 77/96] package/python-tortoise-orm: bump version to 1.1.6 Bernd Kuhls
2026-03-14 14:06 ` [Buildroot] [PATCH 78/96] package/python-tqdm: bump version to 4.67.3 Bernd Kuhls
2026-03-14 14:06 ` [Buildroot] [PATCH 79/96] package/python-trove-classifiers: bump version to 2026.1.14.14 Bernd Kuhls
2026-03-14 14:06 ` [Buildroot] [PATCH 80/96] package/python-typeguard: bump version to 4.5.1 Bernd Kuhls
2026-03-14 14:06 ` [Buildroot] [PATCH 81/96] package/python-types-psutil: bump version to 7.2.2.20260130 Bernd Kuhls
2026-03-14 14:06 ` [Buildroot] [PATCH 82/96] package/python-types-python-dateutil: bump version to 2.9.0.20260305 Bernd Kuhls
2026-03-14 14:06 ` [Buildroot] [PATCH 83/96] package/python-types-setuptools: bump version to 82.0.0.20260210 Bernd Kuhls
2026-03-14 14:06 ` [Buildroot] [PATCH 84/96] package/python-ujson: bump version to 5.12.0 Bernd Kuhls
2026-03-14 14:06 ` [Buildroot] [PATCH 85/96] package/python-urwid: bump version to 3.0.5 Bernd Kuhls
2026-03-14 14:06 ` [Buildroot] [PATCH 86/96] package/python-uvicorn: bump version to 0.41.0 Bernd Kuhls
2026-03-14 14:06 ` [Buildroot] [PATCH 87/96] package/python-weasyprint: security bump version to 68.1 Bernd Kuhls
2026-03-14 14:06 ` [Buildroot] [PATCH 88/96] package/python-websockets: bump version to 16.0 Bernd Kuhls
2026-03-14 14:06 ` [Buildroot] [PATCH 89/96] package/python-werkzeug: bump version to 3.1.6 Bernd Kuhls
2026-03-14 14:06 ` [Buildroot] [PATCH 90/96] package/python-wheel: bump version to 0.46.3 Bernd Kuhls
2026-03-27 10:03 ` Thomas Perale via buildroot
2026-03-14 14:06 ` [Buildroot] [PATCH 91/96] package/python-whitenoise: bump version to 6.12.0 Bernd Kuhls
2026-03-14 14:06 ` [Buildroot] [PATCH 92/96] package/python-xmltodict: bump version to 1.0.4 Bernd Kuhls
2026-03-14 14:06 ` [Buildroot] [PATCH 93/96] package/python-yamllint: bump version to 1.38.0 Bernd Kuhls
2026-03-14 14:06 ` [Buildroot] [PATCH 94/96] package/python-yarl: bump version to 1.23.0 Bernd Kuhls
2026-03-14 14:06 ` [Buildroot] [PATCH 95/96] package/python-zope-interface: bump version to 8.2 Bernd Kuhls
2026-03-14 14:06 ` [Buildroot] [PATCH 96/96] package/python-zopfli: bump version to 0.4.1 Bernd Kuhls
2026-03-15 22:18 ` [Buildroot] [PATCH 01/96] package/python-hatchling: bump version to 1.29.0 Julien Olivain via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260314140633.2967249-17-bernd@kuhls.net \
--to=bernd@kuhls.net \
--cc=angelo.compagnucci@gmail.com \
--cc=aussedat.louis@gmail.com \
--cc=bubu@bubu1.eu \
--cc=buildroot@buildroot.org \
--cc=colin.foster@in-advantage.com \
--cc=cvubrugier@fastmail.fm \
--cc=fiona.klute@gmx.de \
--cc=flavio.tapajos@newtesc.com.br \
--cc=fontaine.fabrice@gmail.com \
--cc=grzegorz@blach.pl \
--cc=gwenhael.goavec-merou@trabucayre.com \
--cc=heiko.thiery@gmail.com \
--cc=hyfinglists@gmail.com \
--cc=hypnotoad@lindra.de \
--cc=james.hilliard1@gmail.com \
--cc=joseph.kogut@gmail.com \
--cc=lionel@svkt.org \
--cc=m.niestroj@grinn-global.com \
--cc=martin@geanix.com \
--cc=mc5686@mclink.it \
--cc=raphael.melotte@mind.be \
--cc=romain.naour@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox