]> git.otsuka.systems Git - python-llm/commitdiff
v0.25
authorCameron Otsuka <cameron@otsuka.haus>
Thu, 22 May 2025 17:01:21 +0000 (10:01 -0700)
committerCameron Otsuka <cameron@otsuka.haus>
Thu, 22 May 2025 17:01:21 +0000 (10:01 -0700)
.SRCINFO
PKGBUILD

index 7478e58c876ff8213c5817fa66d0ee3ff188166f..fe678b8645d196ea06937813f30c1ca7d440a130 100644 (file)
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = python-llm
        pkgdesc = Access large language models from the command-line
-       pkgver = 0.24.2
+       pkgver = 0.25
        pkgrel = 1
        url = https://github.com/simonw/llm
        arch = any
@@ -11,7 +11,6 @@ pkgbase = python-llm
        makedepends = python-wheel
        depends = python
        depends = python-click
-       depends = python-httpx
        depends = python-openai
        depends = python-click-default-group
        depends = python-condense-json
@@ -22,7 +21,7 @@ pkgbase = python-llm
        depends = python-pluggy
        depends = python-ulid
        depends = python-puremagic
-       source = python-llm-0.24.2.tar.gz::https://github.com/simonw/llm/archive/refs/tags/0.24.2.tar.gz
+       source = python-llm-0.25.tar.gz::https://github.com/simonw/llm/archive/refs/tags/0.25.tar.gz
        sha256sums = SKIP
 
 pkgname = python-llm
index 4d2f11e025ab3c44eb4f31163d8deedf564a2810..87fc6adaf1000d73c304dd9cb93a1a3065bec6c5 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.24.2"
+pkgver="0.25"
 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" "python-condense-json" "sqlite-utils" "python-sqlite-migrate" "python-pydantic" "python-pyyaml" "python-pluggy" "python-ulid" "python-puremagic")
+depends=("python" "python-click" "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")