python-langchain-core: upgpkg: 0.3.52-2

Fix empty b2sums array

Signed-off-by: Aseem Athale <athaleaseem@gmail.com>
This commit is contained in:
Aseem Athale 2025-04-15 22:06:39 +05:30
parent e8c03e4565
commit 54a4e1f863
No known key found for this signature in database
GPG key ID: 22BEFFCE9298C296
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
pkgbase = python-langchain-core
pkgdesc = Building applications with LLMs through composability
pkgver = 0.3.52
pkgrel = 1
pkgrel = 2
url = https://github.com/langchain-ai/langchain/tree/master/libs/core
arch = any
license = MIT
@ -17,6 +17,6 @@ pkgbase = python-langchain-core
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
sha256sums = f1981ec9efa4fceb11ff5ca57f5f9c8e22859cea3a94f8a044e6de8815afbd57
b2sums = 1512b87bf0985bf82e5bcab41f188717b7fe220aca794f33a3a98042f16eef9aab8b39c51a59c5e0c2d36a0ae184e0c2f72c8e45ee59827af34ec1c36824bd11
pkgname = python-langchain-core

View file

@ -6,7 +6,7 @@ _pkgname=langchain-core
_pipname="${_pkgname//-/_}"
pkgname="python-${_pkgname}"
pkgver=0.3.52
pkgrel=1
pkgrel=2
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=()
b2sums=('1512b87bf0985bf82e5bcab41f188717b7fe220aca794f33a3a98042f16eef9aab8b39c51a59c5e0c2d36a0ae184e0c2f72c8e45ee59827af34ec1c36824bd11')
build() {
cd "${_pipname}-${pkgver}"