From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 16A0FCCD193 for ; Wed, 15 Oct 2025 09:56:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id C176F8113F; Wed, 15 Oct 2025 09:56:47 +0000 (UTC) X-Virus-Scanned: amavis at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP id 9g8LvYPxmoX8; Wed, 15 Oct 2025 09:56:46 +0000 (UTC) X-Comment: SPF check N/A for local connections - client-ip=140.211.166.142; helo=lists1.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver= DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 98FDE8145A Received: from lists1.osuosl.org (lists1.osuosl.org [140.211.166.142]) by smtp1.osuosl.org (Postfix) with ESMTP id 98FDE8145A; Wed, 15 Oct 2025 09:56:46 +0000 (UTC) Received: from smtp2.osuosl.org (smtp2.osuosl.org [IPv6:2605:bc80:3010::133]) by lists1.osuosl.org (Postfix) with ESMTP id 1E8714C4 for ; Wed, 15 Oct 2025 09:56:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 04E8840396 for ; Wed, 15 Oct 2025 09:56:45 +0000 (UTC) X-Virus-Scanned: amavis at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP id sbVzFyODDL9x for ; Wed, 15 Oct 2025 09:56:44 +0000 (UTC) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=176.9.145.28; helo=smtp.bubu1.eu; envelope-from=buildroot@bubu1.eu; receiver= DMARC-Filter: OpenDMARC Filter v1.4.2 smtp2.osuosl.org 0F7FC4005B DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 0F7FC4005B Received: from smtp.bubu1.eu (smtp.bubu1.eu [176.9.145.28]) by smtp2.osuosl.org (Postfix) with ESMTPS id 0F7FC4005B for ; Wed, 15 Oct 2025 09:56:43 +0000 (UTC) Received: from framework-OT.fritz.box (unknown [212.37.174.96]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.bubu1.eu (Postfix) with ESMTPSA id 4FD5B2C80CE5; Wed, 15 Oct 2025 11:56:41 +0200 (CEST) To: buildroot@buildroot.org Date: Wed, 15 Oct 2025 11:56:40 +0200 Message-ID: <20251015095641.2677817-1-buildroot@bubu1.eu> X-Mailer: git-send-email 2.51.0 MIME-Version: 1.0 X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bubu1.eu; s=bubu; t=1760522201; bh=o8Zgohev1I/NVhfqqb75OiwrN6xSAeC/oCdV1NVsy1A=; h=From:To:Cc:Subject:Date; b=Qo44BPmnz6XfM6IRIajcmfQdczwK00eWWkWpiwhEOuFj4kDP+Uh+Ba4mhJeY7J1zZ d0/5UNeIU4NqtS2LPb3rftC4gQR3sj1Iek7Sti24zmMtoV/SC/wTxEo7kq/6BgDhDN hhErLDZr/bR1SWll3ure5hxe+ptnubTkn6HIq4AjeNXx5F6oAVXw4fGthXFCu1HMpa 8Z2olsj7kG/mj1cA/mlPMym8yYZIlXdZvcp9vv8q1pbRdbdlGN5DZObIlrd111HwLH 9dZfmRoE17ZINsPri0ReqDec0n3u4dMkOAEFKwFC/nsF4qmBpEXP5PREwnw9gve+SI NsfamTuHx4cWg== X-Mailman-Original-Authentication-Results: smtp2.osuosl.org; dmarc=pass (p=reject dis=none) header.from=bubu1.eu X-Mailman-Original-Authentication-Results: smtp2.osuosl.org; dkim=pass (2048-bit key) header.d=bubu1.eu header.i=@bubu1.eu header.a=rsa-sha256 header.s=bubu header.b=Qo44BPmn Subject: [Buildroot] [PATCH] package/python-starlette: bump to 0.48.0 X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Marcus Hoffmann via buildroot Reply-To: Marcus Hoffmann Cc: James Hilliard Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" Release Notes: https://github.com/Kludex/starlette/releases/tag/0.48.0 Github namespace changed, so change the link in Config.in. --- package/python-starlette/Config.in | 2 +- package/python-starlette/python-starlette.hash | 4 ++-- package/python-starlette/python-starlette.mk | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package/python-starlette/Config.in b/package/python-starlette/Config.in index 90f590689a..64f8345a92 100644 --- a/package/python-starlette/Config.in +++ b/package/python-starlette/Config.in @@ -4,4 +4,4 @@ config BR2_PACKAGE_PYTHON_STARLETTE help The little ASGI library that shines. - https://github.com/encode/starlette + https://github.com/Kludex/starlette diff --git a/package/python-starlette/python-starlette.hash b/package/python-starlette/python-starlette.hash index 4937d93ad0..bcc71c09c5 100644 --- a/package/python-starlette/python-starlette.hash +++ b/package/python-starlette/python-starlette.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/starlette/json -md5 5ae93b12a6b5527fc97c5ba3921bc552 starlette-0.47.3.tar.gz -sha256 6bc94f839cc176c4858894f1f8908f0ab79dfec1a6b8402f6da9be26ebea52e9 starlette-0.47.3.tar.gz +md5 9e56e4be3ee2a746ee6375fd9e81f61c starlette-0.48.0.tar.gz +sha256 7e8cee469a8ab2352911528110ce9088fdc6a37d9876926e73da7ce4aa4c7a46 starlette-0.48.0.tar.gz # Locally computed sha256 checksums sha256 dcb95677a02240243187e964f941847d19b17821cf99e5afae684fab328c19bf LICENSE.md diff --git a/package/python-starlette/python-starlette.mk b/package/python-starlette/python-starlette.mk index 04f40460b7..a643623e03 100644 --- a/package/python-starlette/python-starlette.mk +++ b/package/python-starlette/python-starlette.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_STARLETTE_VERSION = 0.47.3 +PYTHON_STARLETTE_VERSION = 0.48.0 PYTHON_STARLETTE_SOURCE = starlette-$(PYTHON_STARLETTE_VERSION).tar.gz -PYTHON_STARLETTE_SITE = https://files.pythonhosted.org/packages/15/b9/cc3017f9a9c9b6e27c5106cc10cc7904653c3eec0729793aec10479dd669 +PYTHON_STARLETTE_SITE = https://files.pythonhosted.org/packages/a7/a5/d6f429d43394057b67a6b5bbe6eae2f77a6bf7459d961fdb224bf206eee6 PYTHON_STARLETTE_SETUP_TYPE = hatch PYTHON_STARLETTE_LICENSE = BSD-3-Clause PYTHON_STARLETTE_LICENSE_FILES = LICENSE.md -- 2.51.0 _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot