Date: Wed, 13 May 2026 00:00:06 +0000 From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Atanu Biswas <atanubiswas484@gmail.com> Subject: git: 8ddb7ec811ee - main - misc/py-llm: Update 0.27 => 0.31, take maintainerhsip Message-ID: <6a03bf06.19d45.4a549331@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=8ddb7ec811ee9cda256f74ce11710289423dccb5 commit 8ddb7ec811ee9cda256f74ce11710289423dccb5 Author: Atanu Biswas <atanubiswas484@gmail.com> AuthorDate: 2026-05-12 23:56:52 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2026-05-12 23:59:59 +0000 misc/py-llm: Update 0.27 => 0.31, take maintainerhsip Changelog: https://github.com/simonw/llm/releases/tag/0.27.1 https://github.com/simonw/llm/releases/tag/0.28 https://github.com/simonw/llm/releases/tag/0.29 https://github.com/simonw/llm/releases/tag/0.30 https://github.com/simonw/llm/releases/tag/0.31 PR: 295216 Sponsored by: UNIS Labs --- misc/py-llm/Makefile | 4 ++-- misc/py-llm/distinfo | 6 +++--- misc/py-llm/files/patch-pyproject.toml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/misc/py-llm/Makefile b/misc/py-llm/Makefile index de7a28a9aafc..e313dbb48a14 100644 --- a/misc/py-llm/Makefile +++ b/misc/py-llm/Makefile @@ -1,10 +1,10 @@ PORTNAME= llm -DISTVERSION= 0.27 +DISTVERSION= 0.31 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= atanubiswas484@gmail.com COMMENT= Interact with Large Language Models by API, or locally WWW= https://llm.datasette.io/ \ https://github.com/simonw/llm diff --git a/misc/py-llm/distinfo b/misc/py-llm/distinfo index a61518bf1563..7077c579e0ed 100644 --- a/misc/py-llm/distinfo +++ b/misc/py-llm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756025124 -SHA256 (llm-0.27.tar.gz) = 0ad7101e29c3870b4c1f64e4ddbeaccbbdcadaf1457d14d3f57fd97d14ea752e -SIZE (llm-0.27.tar.gz) = 85027 +TIMESTAMP = 1778579621 +SHA256 (llm-0.31.tar.gz) = c7701408fdc53cbdf1db6a43f35c7dd410c291dda36cc38a14db4b482b274fa4 +SIZE (llm-0.31.tar.gz) = 86505 diff --git a/misc/py-llm/files/patch-pyproject.toml b/misc/py-llm/files/patch-pyproject.toml index 7f3206e16706..a81af7e03c23 100644 --- a/misc/py-llm/files/patch-pyproject.toml +++ b/misc/py-llm/files/patch-pyproject.toml @@ -1,4 +1,4 @@ ---- pyproject.toml.orig 2025-06-10 21:49:38 UTC +--- pyproject.toml.orig 2026-04-24 23:37:02 UTC +++ pyproject.toml @@ -6,7 +6,7 @@ authors = [ authors = [ @@ -6,6 +6,6 @@ ] -license = "Apache-2.0" +license = { text = "Apache-2.0" } - requires-python = ">=3.9" + requires-python = ">=3.10" classifiers = [ "Development Status :: 4 - Beta",home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a03bf06.19d45.4a549331>
