diff options
author | devome | 2025-01-14 23:13:19 +0800 |
---|---|---|
committer | devome | 2025-01-14 23:13:19 +0800 |
commit | a314580e5e8ddbd78f928291f6b637eefdd739f3 (patch) | |
tree | f0532d1f3de498854f2d67e4bae19416702fd614 | |
parent | 30cb50d44c168284c55cbd164ed48af9244ff02c (diff) | |
download | aur-a314580e5e8ddbd78f928291f6b637eefdd739f3.tar.gz |
python-langfuse: 2.57.8-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = python-langfuse pkgdesc = A client library for accessing langfuse - pkgver = 2.57.7 + pkgver = 2.57.8 pkgrel = 1 url = https://github.com/langfuse/langfuse-python arch = any @@ -20,7 +20,7 @@ pkgbase = python-langfuse optdepends = python-langchain optdepends = python-llama-index optdepends = python-openai - source = langfuse-2.57.7.tar.gz::https://files.pythonhosted.org/packages/source/l/langfuse/langfuse-2.57.7.tar.gz - sha256sums = 31ea03fcb926b12fb53c283f87719eb89764d4144ed3d870ef1814c9d94c95d9 + source = langfuse-2.57.8.tar.gz::https://files.pythonhosted.org/packages/source/l/langfuse/langfuse-2.57.8.tar.gz + sha256sums = 5ed67afc208407aa6fb4c9a322e309cd25eacbe004eefced398443caffc1e26c pkgname = python-langfuse @@ -3,7 +3,7 @@ _pkgname=langfuse _pipname="${_pkgname//-/_}" pkgname="python-${_pkgname}" -pkgver=2.57.7 +pkgver=2.57.8 pkgrel=1 pkgdesc="A client library for accessing langfuse" arch=('any') @@ -13,7 +13,7 @@ depends=(python-anyio python-backoff python-httpx python-idna python-packaging p makedepends=('python-build' 'python-installer' 'python-poetry-core' 'python-wheel') optdepends=(python-langchain python-llama-index python-openai) source=("${_pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pipname}-${pkgver}.tar.gz") -sha256sums=('31ea03fcb926b12fb53c283f87719eb89764d4144ed3d870ef1814c9d94c95d9') +sha256sums=('5ed67afc208407aa6fb4c9a322e309cd25eacbe004eefced398443caffc1e26c') build() { cd "${_pipname}-${pkgver}" |