]> git.otsuka.systems Git - python-llm/commitdiff
v0.24.2
authorCameron Otsuka <cameron@otsuka.haus>
Tue, 22 Apr 2025 15:48:51 +0000 (08:48 -0700)
committerCameron Otsuka <cameron@otsuka.haus>
Tue, 22 Apr 2025 15:48:51 +0000 (08:48 -0700)
.SRCINFO
PKGBUILD

index 7c0b18d1e9f53e6b30b1013fb2c2f2102ed1a27d..7478e58c876ff8213c5817fa66d0ee3ff188166f 100644 (file)
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = python-llm
        pkgdesc = Access large language models from the command-line
-       pkgver = 0.23
+       pkgver = 0.24.2
        pkgrel = 1
        url = https://github.com/simonw/llm
        arch = any
@@ -14,6 +14,7 @@ pkgbase = python-llm
        depends = python-httpx
        depends = python-openai
        depends = python-click-default-group
+       depends = python-condense-json
        depends = sqlite-utils
        depends = python-sqlite-migrate
        depends = python-pydantic
@@ -21,7 +22,7 @@ pkgbase = python-llm
        depends = python-pluggy
        depends = python-ulid
        depends = python-puremagic
-       source = python-llm-0.23.tar.gz::https://github.com/simonw/llm/archive/refs/tags/0.23.tar.gz
+       source = python-llm-0.24.2.tar.gz::https://github.com/simonw/llm/archive/refs/tags/0.24.2.tar.gz
        sha256sums = SKIP
 
 pkgname = python-llm
index fdf4b742dd55fe3995f45c79127880b2234257e7..4d2f11e025ab3c44eb4f31163d8deedf564a2810 100644 (file)
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
 # Contributor: Martin Harrigan <martinharrigan at gmail.com>
 pkgname="python-llm"
 _name=${pkgname#python-}
-pkgver="0.23"
+pkgver="0.24.2"
 pkgrel=1
 pkgdesc="Access large language models from the command-line"
 arch=("any")
 url="https://github.com/simonw/llm"
 license=("Apache-2.0")
-depends=("python" "python-click" "python-httpx" "python-openai" "python-click-default-group" "sqlite-utils" "python-sqlite-migrate" "python-pydantic" "python-pyyaml" "python-pluggy" "python-ulid" "python-puremagic")
+depends=("python" "python-click" "python-httpx" "python-openai" "python-click-default-group" "python-condense-json" "sqlite-utils" "python-sqlite-migrate" "python-pydantic" "python-pyyaml" "python-pluggy" "python-ulid" "python-puremagic")
 makedepends=("python-build" "python-installer" "python-setuptools" "python-wheel")
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/simonw/llm/archive/refs/tags/${pkgver}.tar.gz")
 sha256sums=("SKIP")