python-langchain-core: upgpkg: 0.3.79-1

Signed-off-by: Aseem Athale <athaleaseem@gmail.com>
This commit is contained in:
Aseem Athale 2025-10-10 08:52:06 +05:30
parent d65b1bf1fc
commit e101c98f75
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.78
pkgver = 0.3.79
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.78.tar.gz::https://files.pythonhosted.org/packages/source/l/langchain-core/langchain_core-0.3.78.tar.gz
b2sums = 08c7b957488eba77a309cd628f4da6e581bfe1d34d108bde2a04ca82d05a54c254a078b5fa23a954593722626138a80a51a7f8a1b93184249bda510b743cb6c4
source = langchain-core-0.3.79.tar.gz::https://files.pythonhosted.org/packages/source/l/langchain-core/langchain_core-0.3.79.tar.gz
b2sums = 899c75a6a406e52e6aa74a0e9d46990e04c3a315ee1a8780b8127266c39719d6fdb7d5d542eebaa2a8f3b385f3060dfb6c56ddd8b9b157eddccc871beba758d6
pkgname = python-langchain-core

View file

@ -5,7 +5,7 @@
_pkgname=langchain-core
_pipname="${_pkgname//-/_}"
pkgname="python-${_pkgname}"
pkgver=0.3.78
pkgver=0.3.79
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=('08c7b957488eba77a309cd628f4da6e581bfe1d34d108bde2a04ca82d05a54c254a078b5fa23a954593722626138a80a51a7f8a1b93184249bda510b743cb6c4')
b2sums=('899c75a6a406e52e6aa74a0e9d46990e04c3a315ee1a8780b8127266c39719d6fdb7d5d542eebaa2a8f3b385f3060dfb6c56ddd8b9b157eddccc871beba758d6')
build() {
cd "${_pipname}-${pkgver}"