Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-openai
Commits: e2840919 by Carl Smedstad at 2025-06-22T17:21:38+02:00 upgpkg: 1.90.0-1: Upstream release https://github.com/openai/openai-python/releases/tag/v1.90.0 https://github.com/openai/openai-python/releases/tag/v1.89.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-openai pkgdesc = Python client library for the OpenAI API - pkgver = 1.88.0 + pkgver = 1.90.0 pkgrel = 1 url = https://github.com/openai/openai-python arch = any @@ -9,6 +9,7 @@ pkgbase = python-openai checkdepends = npm checkdepends = procps-ng checkdepends = python-dirty-equals + checkdepends = python-httpx-aiohttp checkdepends = python-inline-snapshot checkdepends = python-nest-asyncio checkdepends = python-pytest @@ -32,12 +33,13 @@ pkgbase = python-openai depends = python-sniffio depends = python-tqdm depends = python-typing_extensions + optdepends = python-httpx-aiohttp: Use aiohttp as HTTP backend optdepends = python-numpy: Datalib support optdepends = python-pandas: Datalib support optdepends = python-websockets: Realtime support - source = openai-python-1.88.0.tar.gz::https://github.com/openai/openai-python/archive/v1.88.0.tar.gz - source = https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-9e41d2d5471d2c28bff0d616f4476f5b0e6c541ef4cb51bdaaef5fdf5e13c8b2.yml - sha256sums = eb0af56fbb11751e2690a52a455737ffb7b1c5256930479532c561d46acf6284 - sha256sums = 9e41d2d5471d2c28bff0d616f4476f5b0e6c541ef4cb51bdaaef5fdf5e13c8b2 + source = openai-python-1.90.0.tar.gz::https://github.com/openai/openai-python/archive/v1.90.0.tar.gz + source = https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-f411a68f272b8be0ab0c266043da33228687b9b2d76896724e3cef797de9563d.yml + sha256sums = 49e5c9a8775f0043f2570f9be50187da4a53d21d74ce3e5a5a3afcb634854620 + sha256sums = f411a68f272b8be0ab0c266043da33228687b9b2d76896724e3cef797de9563d pkgname = python-openai ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname=python-openai _name=openai-python -pkgver=1.88.0 +pkgver=1.90.0 pkgrel=1 pkgdesc="Python client library for the OpenAI API" arch=('any') @@ -36,6 +36,7 @@ checkdepends=( 'npm' 'procps-ng' 'python-dirty-equals' + 'python-httpx-aiohttp' 'python-inline-snapshot' 'python-nest-asyncio' 'python-pytest' @@ -45,19 +46,20 @@ checkdepends=( 'python-rich' ) optdepends=( + 'python-httpx-aiohttp: Use aiohttp as HTTP backend' 'python-numpy: Datalib support' 'python-pandas: Datalib support' 'python-websockets: Realtime support' ) # Defined in .stats.yml # curl -s https://raw.githubusercontent.com/openai/openai-python/refs/tags/v1.71.0/.stats.yml | grep openapi_spec_url | cut -d- -f5 | cut -d. -f1 -_openai_openapi_spec=9e41d2d5471d2c28bff0d616f4476f5b0e6c541ef4cb51bdaaef5fdf5e13c8b2 +_openai_openapi_spec=f411a68f272b8be0ab0c266043da33228687b9b2d76896724e3cef797de9563d source=( "${_name}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz" "https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-${_openai_openapi_spec}.yml" ) -sha256sums=('eb0af56fbb11751e2690a52a455737ffb7b1c5256930479532c561d46acf6284' - '9e41d2d5471d2c28bff0d616f4476f5b0e6c541ef4cb51bdaaef5fdf5e13c8b2') +sha256sums=('49e5c9a8775f0043f2570f9be50187da4a53d21d74ce3e5a5a3afcb634854620' + 'f411a68f272b8be0ab0c266043da33228687b9b2d76896724e3cef797de9563d') prepare() { cd "${_name}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-openai/-/commit/e2840919860e8da09798e1e6c559d60a0a25476b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-openai/-/commit/e2840919860e8da09798e1e6c559d60a0a25476b You're receiving this email because of your account on gitlab.archlinux.org.
