From nobody Mon Jun 8 12:58:57 2026 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4gYsYf56Ldz6g24d for ; Mon, 08 Jun 2026 12:59:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gYsYf4T8Sz44mD for ; Mon, 08 Jun 2026 12:59:02 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1780923542; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=lMexB1lD6gIRyEwAmoWYav5a1Sx34Yym6/fGYK5gNIg=; b=WA1LfwI8v3/dOIPPJDUC7kXxRSMm1lmH26DihqclWgxfmSIOsRZkvxlBNdqIb9D+q3E1GB BUE8D+tFM3sFKrBiVmBTlsdviSjOu+7nYrnT9z9bNne/wdamXiXB6OhCjoZeIFzmqg3/Hn nfwOwXa/lc0xXs4mG0v17JGA28YIaEpf4ESwny0kOnCKOdzmNIcG6h6WL8V/OAkudXg2y0 qQ2Arh+fJRFfL9N6HIb7muS62Te/M4kTto2aS5Lh6EJiDZChnu4HMX+gsQ7qXSH2kt8Ml5 8feQdbEdP1+ErFdfh3aTxnRL6oa5iyxO48ZkJjB7rAn+cXjxZKWUPTIkvpsIUQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1780923542; a=rsa-sha256; cv=none; b=FGgQ5aiqcZV6y247cjZq4BLMNCEdsv/nYxabw5uleg4urQtyRCfo5s3un2rTAul/U2g0bZ ov7in9cfEXb2t9j5o5zqYNBURfyKWJJ2LUdhzjaSQzJOXOMQFlIMqS+EuNo7OMLHa1x452 leK/P+qjhTtYlJm+ANyiii+GHp9NejOIDYnIRexHXZmpU1pFf1jSn9Kn1OgbCgyS0yAZyI PrO0O4+T/tF9BvKrZ7VGcXayaSJE1LW09o57sYi6cxg3nrRJ8BgFpxPlP5tIB9VIIlIwwB E/8RjlwmoruqiO8t136yM9mRDjQC9rybY3nkwkpPlYhpiXdg+4xQBTugbXETVQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1780923542; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=lMexB1lD6gIRyEwAmoWYav5a1Sx34Yym6/fGYK5gNIg=; b=iJMgmxkyLMglNtJ/VRYHEuDtK7uIhSLVBfagLnZ2YeCOQfLQONEdfu5KK9UyaX2n5nfmdj vDV2KMUkz+7bjDZ8RsaurEJrE9LSGsUfAm6RdMuAxF/2zrPltDna8B/4viuwA46NRh3iGw coLvBCgoWR9qrQNN38Jf9u5UWjhcCj2JzPol7U3B61THxNvDb8PBBwl8GM8DVxAF8XneUi cKALVpxleIrHY7TcBw51ZRWnHijEgqUL1Cb11eErE59daMkv3F5fyF8ux6y/YHx8OubTOI AHjmrATXZE/4IzVzSs8RsMx/E2VLTOvDO44ioO5YQH9+5/zVDn3DKvQA+OLvKg== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gYsYf3RCbzpNK for ; Mon, 08 Jun 2026 12:59:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3c23a by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 08 Jun 2026 12:58:57 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Hiroki Tagato Subject: git: d27b7ca3d869 - main - misc/py-litellm: Update to 1.88.0 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tagattie X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d27b7ca3d8694c5095227995920265235ab8cc96 Auto-Submitted: auto-generated Date: Mon, 08 Jun 2026 12:58:57 +0000 Message-Id: <6a26bc91.3c23a.54d39f8@gitrepo.freebsd.org> The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=d27b7ca3d8694c5095227995920265235ab8cc96 commit d27b7ca3d8694c5095227995920265235ab8cc96 Author: Hiroki Tagato AuthorDate: 2026-06-08 12:20:01 +0000 Commit: Hiroki Tagato CommitDate: 2026-06-08 12:58:49 +0000 misc/py-litellm: Update to 1.88.0 Changelog: - https://github.com/BerriAI/litellm/releases/tag/v1.87.1 - https://github.com/BerriAI/litellm/releases/tag/v1.88.0 Reported by: portscout --- misc/py-litellm/Makefile | 2 +- misc/py-litellm/distinfo | 6 +++--- misc/py-litellm/files/patch-pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/misc/py-litellm/Makefile b/misc/py-litellm/Makefile index 331bf8eab88a..3718b61e5512 100644 --- a/misc/py-litellm/Makefile +++ b/misc/py-litellm/Makefile @@ -1,5 +1,5 @@ PORTNAME= litellm -DISTVERSION= 1.87.0 +DISTVERSION= 1.88.0 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-litellm/distinfo b/misc/py-litellm/distinfo index a4e17331f4e6..824db5b3ab06 100644 --- a/misc/py-litellm/distinfo +++ b/misc/py-litellm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1780487831 -SHA256 (litellm-1.87.0.tar.gz) = cafc1882cb0cbab8374c41180af86e4a067796e4524e15f59e99f6e689cd1bd8 -SIZE (litellm-1.87.0.tar.gz) = 15453755 +TIMESTAMP = 1780917332 +SHA256 (litellm-1.88.0.tar.gz) = 4ff794493e40bd86c6f13e91dcb3e1aad697403fd46a96902196d93356ba48f4 +SIZE (litellm-1.88.0.tar.gz) = 13886026 diff --git a/misc/py-litellm/files/patch-pyproject.toml b/misc/py-litellm/files/patch-pyproject.toml index 1c3cdbbad8f3..f6e5f275ab5a 100644 --- a/misc/py-litellm/files/patch-pyproject.toml +++ b/misc/py-litellm/files/patch-pyproject.toml @@ -1,6 +1,6 @@ --- pyproject.toml.orig 1970-01-01 00:00:00 UTC +++ pyproject.toml -@@ -220,7 +220,7 @@ healthcheck = [ +@@ -227,7 +227,7 @@ healthcheck = [ ] [build-system]