hashworks pushed to branch main at Arch Linux / Packaging / Packages / 
python-openai


Commits:
72457cfb by Justin Kromlinger at 2024-04-01T15:57:05+02:00
upgpkg: 1.15.0-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.14.3
+       pkgver = 1.15.0
        pkgrel = 1
        url = https://github.com/openai/openai-python
        arch = any
@@ -10,6 +10,7 @@ pkgbase = python-openai
        makedepends = python-setuptools
        makedepends = python-wheel
        makedepends = python-hatchling
+       makedepends = python-hatch-fancy-pypi-readme
        depends = python-anyio
        depends = python-httpx
        depends = python-tqdm
@@ -28,7 +29,7 @@ pkgbase = python-openai
        optdepends = python-matplotlib: embeddings
        optdepends = python-plotly: embeddings
        optdepends = python-scipy: embeddings
-       source = 
openai-python-1.14.3.tar.gz::https://github.com/openai/openai-python/archive/refs/tags/v1.14.3.tar.gz
-       sha256sums = 
f9acead581edd4ae9a79e1425ff9ba36b35da13237abebca7cc6581c164ce4c9
+       source = 
openai-python-1.15.0.tar.gz::https://github.com/openai/openai-python/archive/refs/tags/v1.15.0.tar.gz
+       sha256sums = 
da2167ef90e1de89a79d1641f2f802cc35d61dd831ffc8f3bd36260acd17a1b1
 
 pkgname = python-openai


=====================================
PKGBUILD
=====================================
@@ -4,14 +4,14 @@
 
 pkgname=python-openai
 _name=openai-python
-pkgver=1.14.3
+pkgver=1.15.0
 pkgrel=1
 pkgdesc="Python client library for the OpenAI API"
 arch=('any')
 url="https://github.com/openai/openai-python";
 license=('MIT')
 depends=('python-anyio' 'python-httpx' 'python-tqdm' 'python-h2' 
'python-distro' 'python-typing_extensions' 'python-pydantic' 
'python-cached-property')
-makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel' 'python-hatchling')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel' 'python-hatchling' 'python-hatch-fancy-pypi-readme')
 #checkdepends=('python-pytest' 'python-pytest-asyncio')
 optdepends=('python-numpy: Needed for CLI fine-tuning data preparation tool'
             'python-pandas: Needed for CLI fine-tuning data preparation tool'
@@ -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=('f9acead581edd4ae9a79e1425ff9ba36b35da13237abebca7cc6581c164ce4c9')
+sha256sums=('da2167ef90e1de89a79d1641f2f802cc35d61dd831ffc8f3bd36260acd17a1b1')
 
 build() {
   cd "${_name}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-openai/-/commit/72457cfb1482c7024f1a5b849e68d5de7e4e353d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-openai/-/commit/72457cfb1482c7024f1a5b849e68d5de7e4e353d
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to