From: Thomas Perale via buildroot <buildroot@buildroot.org>
To: Bernd Kuhls <bernd@kuhls.net>
Cc: Thomas Perale <thomas.perale@mind.be>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 17/18] package/python-multipart: bump version to 0.0.21
Date: Fri, 6 Mar 2026 20:52:58 +0100 [thread overview]
Message-ID: <20260306195258.7133-1-thomas.perale@mind.be> (raw)
In-Reply-To: <20251220214206.1089100-17-bernd@kuhls.net>
In reply of:
> https://github.com/Kludex/python-multipart/blob/0.0.21/CHANGELOG.md
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.02.x & 2025.11.x. Thanks
> ---
> package/python-multipart/python-multipart.hash | 6 +++---
> package/python-multipart/python-multipart.mk | 4 ++--
> 2 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/package/python-multipart/python-multipart.hash b/package/python-multipart/python-multipart.hash
> index 594c7cd497..ed01763cd7 100644
> --- a/package/python-multipart/python-multipart.hash
> +++ b/package/python-multipart/python-multipart.hash
> @@ -1,5 +1,5 @@
> -# md5, sha256 from https://pypi.org/pypi/python-multipart/json
> -md5 fa3ee0a8ee83e24b66ab40a841922244 python_multipart-0.0.20.tar.gz
> -sha256 8dd0cab45b8e23064ae09147625994d090fa46f5b0d1e13af944c331a7fa9d13 python_multipart-0.0.20.tar.gz
> +# md5, sha256 from https://pypi.org/pypi/python_multipart/json
> +md5 fd24645f1b328d5d328e8b10bc2c596c python_multipart-0.0.21.tar.gz
> +sha256 7137ebd4d3bbf70ea1622998f902b97a29434a9e8dc40eb203bbcf7c2a2cba92 python_multipart-0.0.21.tar.gz
> # Locally computed sha256 checksums
> sha256 a8e833176cd617daf00b9d6d39fa15ca8edebc6d1643079cd2f4893c0c289be2 LICENSE.txt
> diff --git a/package/python-multipart/python-multipart.mk b/package/python-multipart/python-multipart.mk
> index 8e11f5f6cd..6921d935eb 100644
> --- a/package/python-multipart/python-multipart.mk
> +++ b/package/python-multipart/python-multipart.mk
> @@ -4,9 +4,9 @@
> #
> ################################################################################
>
> -PYTHON_MULTIPART_VERSION = 0.0.20
> +PYTHON_MULTIPART_VERSION = 0.0.21
> PYTHON_MULTIPART_SOURCE = python_multipart-$(PYTHON_MULTIPART_VERSION).tar.gz
> -PYTHON_MULTIPART_SITE = https://files.pythonhosted.org/packages/f3/87/f44d7c9f274c7ee665a29b885ec97089ec5dc034c7f3fafa03da9e39a09e
> +PYTHON_MULTIPART_SITE = https://files.pythonhosted.org/packages/78/96/804520d0850c7db98e5ccb70282e29208723f0964e88ffd9d0da2f52ea09
> PYTHON_MULTIPART_SETUP_TYPE = hatch
> PYTHON_MULTIPART_LICENSE = Apache-2.0
> PYTHON_MULTIPART_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
next prev parent reply other threads:[~2026-03-06 19:53 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-20 21:41 [Buildroot] [PATCH 01/18] package/python-colorlog: bump version to 6.10.1 Bernd Kuhls
2025-12-20 21:41 ` [Buildroot] [PATCH 02/18] package/python-cachetools: bump version to 6.2.4 Bernd Kuhls
2025-12-20 21:41 ` [Buildroot] [PATCH 03/18] package/python-crontab: bump version to 3.3.0 Bernd Kuhls
2025-12-20 21:41 ` [Buildroot] [PATCH 04/18] package/python-docutils: bump version to 0.22.4 Bernd Kuhls
2025-12-20 21:41 ` [Buildroot] [PATCH 05/18] package/python-dtschema: bump version to 2025.12 Bernd Kuhls
2025-12-20 21:41 ` [Buildroot] [PATCH 06/18] package/python-fastapi: bump version to 0.126.0 Bernd Kuhls
2025-12-20 21:41 ` [Buildroot] [PATCH 07/18] package/python-filelock: security bump version to 3.20.1 Bernd Kuhls
2025-12-20 21:41 ` [Buildroot] [PATCH 08/18] package/python-flask-jsonrpc: bump version to 4.0.0 Bernd Kuhls
2025-12-20 21:41 ` [Buildroot] [PATCH 09/18] package/python-fonttools: bump version to 4.61.1 Bernd Kuhls
2025-12-20 21:41 ` [Buildroot] [PATCH 10/18] package/python-google-auth: bump version to 2.45.0 Bernd Kuhls
2025-12-20 21:41 ` [Buildroot] [PATCH 11/18] package/python-grpclib: bump version to 0.4.9 Bernd Kuhls
2025-12-20 21:42 ` [Buildroot] [PATCH 12/18] package/python-incremental: bump version to 24.11.0 Bernd Kuhls
2025-12-20 21:42 ` [Buildroot] [PATCH 13/18] package/python-boto3: bump version to 1.42.14 Bernd Kuhls
2025-12-20 21:42 ` [Buildroot] [PATCH 14/18] package/python-botocore: " Bernd Kuhls
2025-12-20 21:42 ` [Buildroot] [PATCH 15/18] package/python-iwlib: bump version to 1.7.0 Bernd Kuhls
2025-12-21 22:11 ` Julien Olivain via buildroot
2025-12-20 21:42 ` [Buildroot] [PATCH 16/18] package/python-markupsafe: bump version to 3.0.3 Bernd Kuhls
2025-12-20 21:42 ` [Buildroot] [PATCH 17/18] package/python-multipart: bump version to 0.0.21 Bernd Kuhls
2026-03-06 19:52 ` Thomas Perale via buildroot [this message]
2025-12-20 21:42 ` [Buildroot] [PATCH 18/18] package/python-paramiko: bump version to 4.0.0 Bernd Kuhls
2025-12-21 22:14 ` [Buildroot] [PATCH 01/18] package/python-colorlog: bump version to 6.10.1 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=20260306195258.7133-1-thomas.perale@mind.be \
--to=buildroot@buildroot.org \
--cc=bernd@kuhls.net \
--cc=thomas.perale@mind.be \
/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