python3-openai: update to 0.27.8.

This commit is contained in:
Duncaen 2023-06-25 23:31:43 +02:00
parent 3de46b8fd9
commit 747a4adec0
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,6 +1,6 @@
# Template file for 'python3-openai'
pkgname=python3-openai
version=0.27.5
version=0.27.8
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
@ -10,7 +10,7 @@ maintainer="Ananteris <ananteris@protonmail.ch>"
license="MIT"
homepage="https://github.com/openai/openai-python"
distfiles="https://github.com/openai/openai-python/archive/refs/tags/v${version}.tar.gz"
checksum="549c2dab52a49ee074b13edef672ed872915bf5d8852a2750377937380c45285"
checksum=eef6c823200e2dd5ad8e4c020c1054559dd1c41cc308e146db886543abe79dd1
make_check=extended # Requires valid API key
post_install() {