Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-openai
Commits: 8bda6b36 by Carl Smedstad at 2026-01-03T17:28:50+01:00 upgpkg: 2.14.0-1: Upstream release https://github.com/openai/openai-python/releases/tag/v2.14.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-openai pkgdesc = Python client library for the OpenAI API - pkgver = 2.11.0 - pkgrel = 2 + pkgver = 2.14.0 + pkgrel = 1 url = https://github.com/openai/openai-python arch = any license = MIT @@ -37,9 +37,9 @@ pkgbase = python-openai optdepends = python-numpy: Datalib support optdepends = python-pandas: Datalib support optdepends = python-websockets: Realtime support - source = https://github.com/openai/openai-python/archive/v2.11.0/python-openai-2.11.0.tar.gz - source = https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-41f98da99f44ebe6204fce5c1dc9940f85f3472779e797b674c4fdc20306c77d.yml - b2sums = 8ed3806593bcf0de99289f282477f430c69ff2fa065b97e7e9eb65657cc4c5f525a78c46dc18c18a01d87a80fc45f08b3fbd3b5de69d733729503e3bdbbce0af - b2sums = 5c68f2ad04f5d2250aeb31d95a6bfab2f1e91f12a3a43591272ecedd67fcb8af3dc35885fce28cf2065525bd8f5bcd13faf5c49c260e8dcac77c33b7384169a8 + source = https://github.com/openai/openai-python/archive/v2.14.0/python-openai-2.14.0.tar.gz + source = https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-75926226b642ebb2cb415694da9dff35e8ab40145ac1b791cefb82a83809db4d.yml + b2sums = 76cb6b3876423304d690715785b94b70c106a3a513bdb91d95a04ed04d30a4049d9a09597001c5674325eb5df61b01aa6e9cfe0627fec47d16eb540d18877cd1 + b2sums = 2b773dceaaa5948c059a654fedcc67ac3b701086fa88803aad4727971c0e8c29dea1f46f6b30870a74236fe8831f560713d75bb307afa90a45368ee06ed42864 pkgname = python-openai ===================================== PKGBUILD ===================================== @@ -5,8 +5,8 @@ pkgname=python-openai _name=openai-python -pkgver=2.11.0 -pkgrel=2 +pkgver=2.14.0 +pkgrel=1 pkgdesc="Python client library for the OpenAI API" arch=('any') url="https://github.com/openai/openai-python" @@ -53,13 +53,13 @@ optdepends=( ) # 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=41f98da99f44ebe6204fce5c1dc9940f85f3472779e797b674c4fdc20306c77d +_openai_openapi_spec=75926226b642ebb2cb415694da9dff35e8ab40145ac1b791cefb82a83809db4d source=( "${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz" "https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-${_openai_openapi_spec}.yml" ) -b2sums=('8ed3806593bcf0de99289f282477f430c69ff2fa065b97e7e9eb65657cc4c5f525a78c46dc18c18a01d87a80fc45f08b3fbd3b5de69d733729503e3bdbbce0af' - '5c68f2ad04f5d2250aeb31d95a6bfab2f1e91f12a3a43591272ecedd67fcb8af3dc35885fce28cf2065525bd8f5bcd13faf5c49c260e8dcac77c33b7384169a8') +b2sums=('76cb6b3876423304d690715785b94b70c106a3a513bdb91d95a04ed04d30a4049d9a09597001c5674325eb5df61b01aa6e9cfe0627fec47d16eb540d18877cd1' + '2b773dceaaa5948c059a654fedcc67ac3b701086fa88803aad4727971c0e8c29dea1f46f6b30870a74236fe8831f560713d75bb307afa90a45368ee06ed42864') prepare() { cd "${_name}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-openai/-/commit/8bda6b36064c9a84ad7593174aaa80692e0ea851 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-openai/-/commit/8bda6b36064c9a84ad7593174aaa80692e0ea851 You're receiving this email because of your account on gitlab.archlinux.org.
