python-langchain-core: upgpkg: 0.3.53-1

Signed-off-by: Aseem Athale <athaleaseem@gmail.com>
This commit is contained in:
Aseem Athale 2025-04-17 19:52:53 +05:30
parent 54a4e1f863
commit 8ed718195b
No known key found for this signature in database
GPG key ID: 22BEFFCE9298C296
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
pkgbase = python-langchain-core
pkgdesc = Building applications with LLMs through composability
pkgver = 0.3.52
pkgrel = 2
pkgver = 0.3.53
pkgrel = 1
url = https://github.com/langchain-ai/langchain/tree/master/libs/core
arch = any
license = MIT
@ -16,7 +16,7 @@ pkgbase = python-langchain-core
depends = python-pyyaml
depends = python-tenacity
depends = python-typing_extensions
source = langchain-core-0.3.52.tar.gz::https://files.pythonhosted.org/packages/source/l/langchain-core/langchain_core-0.3.52.tar.gz
b2sums = 1512b87bf0985bf82e5bcab41f188717b7fe220aca794f33a3a98042f16eef9aab8b39c51a59c5e0c2d36a0ae184e0c2f72c8e45ee59827af34ec1c36824bd11
source = langchain-core-0.3.53.tar.gz::https://files.pythonhosted.org/packages/source/l/langchain-core/langchain_core-0.3.53.tar.gz
b2sums = 2fc84c91f17e9ad27f8f20d1ab54ea46dbd0dd434ce34b9d225a9815869ac897d084c2aa688056852ecf968637bbf8eafe15b50984066ba8932c9809e365e615
pkgname = python-langchain-core

View file

@ -5,8 +5,8 @@
_pkgname=langchain-core
_pipname="${_pkgname//-/_}"
pkgname="python-${_pkgname}"
pkgver=0.3.52
pkgrel=2
pkgver=0.3.53
pkgrel=1
pkgdesc="Building applications with LLMs through composability"
arch=('any')
url='https://github.com/langchain-ai/langchain/tree/master/libs/core'
@ -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=('1512b87bf0985bf82e5bcab41f188717b7fe220aca794f33a3a98042f16eef9aab8b39c51a59c5e0c2d36a0ae184e0c2f72c8e45ee59827af34ec1c36824bd11')
b2sums=('2fc84c91f17e9ad27f8f20d1ab54ea46dbd0dd434ce34b9d225a9815869ac897d084c2aa688056852ecf968637bbf8eafe15b50984066ba8932c9809e365e615')
build() {
cd "${_pipname}-${pkgver}"