hashworks pushed to branch main at Arch Linux / Packaging / Packages /
python-openai
Commits:
7c6303c7 by Justin Kromlinger at 2024-01-10T20:16:16+01:00
upgpkg: 1.7.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-openai
pkgdesc = Python client library for the OpenAI API
- pkgver = 1.7.0
+ pkgver = 1.7.1
pkgrel = 1
url = https://github.com/openai/openai-python
arch = any
@@ -28,7 +28,7 @@ pkgbase = python-openai
optdepends = python-matplotlib: embeddings
optdepends = python-plotly: embeddings
optdepends = python-scipy: embeddings
- source =
openai-python-1.7.0.tar.gz::https://github.com/openai/openai-python/archive/refs/tags/v1.7.0.tar.gz
- sha256sums =
744172678306d346feb268609740efef482319b9b04f6f65af5151639ae7409e
+ source =
openai-python-1.7.1.tar.gz::https://github.com/openai/openai-python/archive/refs/tags/v1.7.1.tar.gz
+ sha256sums =
e71398d218fb7126d99d17d24267a4962f2c610ca34a2574848fad4af1ab738f
pkgname = python-openai
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=python-openai
_name=openai-python
-pkgver=1.7.0
+pkgver=1.7.1
pkgrel=1
pkgdesc="Python client library for the OpenAI API"
arch=('any')
@@ -24,7 +24,7 @@ optdepends=('python-numpy: Needed for CLI fine-tuning data
preparation tool'
'python-plotly: embeddings'
'python-scipy: embeddings')
source=("${_name}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('744172678306d346feb268609740efef482319b9b04f6f65af5151639ae7409e')
+sha256sums=('e71398d218fb7126d99d17d24267a4962f2c610ca34a2574848fad4af1ab738f')
build() {
cd "${_name}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-openai/-/commit/7c6303c7286ec798e81171c1532b676f815bff91
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-openai/-/commit/7c6303c7286ec798e81171c1532b676f815bff91
You're receiving this email because of your account on gitlab.archlinux.org.