python-langchain-core: upgpkg: 0.3.59-1

Signed-off-by: Aseem Athale <athaleaseem@gmail.com>
This commit is contained in:
Aseem Athale 2025-05-08 12:58:54 +05:30
parent 87d021c3fa
commit f379ed8d94
No known key found for this signature in database
GPG key ID: 22BEFFCE9298C296
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = python-langchain-core
pkgdesc = Building applications with LLMs through composability
pkgver = 0.3.58
pkgver = 0.3.59
pkgrel = 1
url = https://github.com/langchain-ai/langchain/tree/master/libs/core
arch = any
@ -16,7 +16,7 @@ pkgbase = python-langchain-core
depends = python-pyyaml
depends = python-tenacity
depends = python-typing_extensions
source = langchain-core-0.3.58.tar.gz::https://files.pythonhosted.org/packages/source/l/langchain-core/langchain_core-0.3.58.tar.gz
b2sums = 2b3a62c431747fd53a9956ea533677dc24be7f8f636f503affaed9a260678617ad0b41553d9c9efc31404b4222666417ac3c1961d49504e1e669ed77c5496a6b
source = langchain-core-0.3.59.tar.gz::https://files.pythonhosted.org/packages/source/l/langchain-core/langchain_core-0.3.59.tar.gz
b2sums = 610e126da178d701b430c2cdff82dec49e0d4169687fbfff20430508d4c6896480190043fbbedfe0f3fced808a7f47c8d48d8721468521406f97f4f0c2213a86
pkgname = python-langchain-core

View file

@ -5,7 +5,7 @@
_pkgname=langchain-core
_pipname="${_pkgname//-/_}"
pkgname="python-${_pkgname}"
pkgver=0.3.58
pkgver=0.3.59
pkgrel=1
pkgdesc="Building applications with LLMs through composability"
arch=('any')
@ -14,7 +14,7 @@ license=('MIT')
depends=(python-jsonpatch python-langsmith python-packaging python-pydantic python-pyyaml python-tenacity python-typing_extensions)
makedepends=('python-build' 'python-installer' 'python-pdm-backend' 'python-wheel')
source=("${_pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pipname}-${pkgver}.tar.gz")
b2sums=('2b3a62c431747fd53a9956ea533677dc24be7f8f636f503affaed9a260678617ad0b41553d9c9efc31404b4222666417ac3c1961d49504e1e669ed77c5496a6b')
b2sums=('610e126da178d701b430c2cdff82dec49e0d4169687fbfff20430508d4c6896480190043fbbedfe0f3fced808a7f47c8d48d8721468521406f97f4f0c2213a86')
build() {
cd "${_pipname}-${pkgver}"