mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python3-openai: update to 0.28.0
This commit is contained in:
parent
36b60af228
commit
71f7abc971
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-openai'
|
# Template file for 'python3-openai'
|
||||||
pkgname=python3-openai
|
pkgname=python3-openai
|
||||||
version=0.27.8
|
version=0.28.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools python3-wheel"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Ananteris <ananteris@protonmail.ch>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/openai/openai-python"
|
homepage="https://github.com/openai/openai-python"
|
||||||
distfiles="https://github.com/openai/openai-python/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/openai/openai-python/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=eef6c823200e2dd5ad8e4c020c1054559dd1c41cc308e146db886543abe79dd1
|
checksum=e7c0e00d03e37c797cda342cee2167c06bd174d0c1c0f06bef5b0c5dcbaa79ab
|
||||||
make_check=extended # Requires valid API key
|
make_check=extended # Requires valid API key
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue