upgpkg: python-langchain-core 0.1.30-1

Upstream Release: python-langchain-core 0.1.30

Signed-off-by: txtsd <code@ihavea.quest>
This commit is contained in:
txtsd 2024-03-07 20:48:14 +05:30
parent 22f4afab79
commit 70dc7aa86c
2 changed files with 12 additions and 12 deletions

View file

@ -1,7 +1,7 @@
pkgbase = python-langchain-core
pkgdesc = Building applications with LLMs through composability
pkgver = 0.1.29
pkgrel = 4
pkgver = 0.1.30
pkgrel = 1
url = https://pypi.org/project/langchain-core
arch = any
license = MIT
@ -20,9 +20,9 @@ pkgbase = python-langchain-core
depends = python-tenacity
depends = python-jinja
depends = python-typing_extensions
source = https://pypi.org/packages/source/l/langchain-core/langchain_core-0.1.29.tar.gz
source = https://raw.githubusercontent.com/langchain-ai/langchain/v0.1.11/LICENSE
sha256sums = 6731dabffad03b9213ada2640d54ed7f4ef6b99fce87ade3c71474ae154dd3cc
source = https://pypi.org/packages/source/l/langchain-core/langchain_core-0.1.30.tar.gz
source = https://github.com/langchain-ai/langchain/raw/v0.1.11/LICENSE
sha256sums = e13a016e55e7f082ff3eeeda2d0cb505b89a8830e3a23c1d134d0a89d7871894
sha256sums = 4ec67e4ca6e6721dba849b2ca82261597c86a61ee214bbf21416006b7b2d0478
pkgname = python-langchain-core

View file

@ -1,8 +1,9 @@
# Maintainer: txtsd <aur.archlinux@ihavea.quest>
pkgname=python-langchain-core
pkgver=0.1.29
pkgrel=4
_pkgname=${pkgname#python-}
pkgver=0.1.30
pkgrel=1
pkgdesc="Building applications with LLMs through composability"
url="https://pypi.org/project/langchain-core"
depends=(python
@ -19,11 +20,10 @@ depends=(python
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-poetry')
license=('MIT')
arch=('any')
_module=${pkgname#python-}
_src_name="${_module/-/_}-${pkgver}"
source=("https://pypi.org/packages/source/${_module::1}/${_module}/${_src_name}.tar.gz"
"https://raw.githubusercontent.com/langchain-ai/langchain/v0.1.11/LICENSE")
sha256sums=('6731dabffad03b9213ada2640d54ed7f4ef6b99fce87ade3c71474ae154dd3cc'
_src_name="${_pkgname/-/_}-${pkgver}"
source=("https://pypi.org/packages/source/${_pkgname::1}/${_pkgname}/${_src_name}.tar.gz"
"https://github.com/langchain-ai/langchain/raw/v0.1.11/LICENSE")
sha256sums=('e13a016e55e7f082ff3eeeda2d0cb505b89a8830e3a23c1d134d0a89d7871894'
'4ec67e4ca6e6721dba849b2ca82261597c86a61ee214bbf21416006b7b2d0478')
build() {