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


Commits:
a52136d0 by Justin Kromlinger at 2025-02-12T16:45:00+01:00
upgpkg: 1.62.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.61.1
+       pkgver = 1.62.0
        pkgrel = 1
        url = https://github.com/openai/openai-python
        arch = any
@@ -33,9 +33,9 @@ pkgbase = python-openai
        optdepends = python-numpy: Datalib support
        optdepends = python-pandas: Datalib support
        optdepends = python-websockets: Realtime support
-       source = 
openai-python-1.61.1.tar.gz::https://github.com/openai/openai-python/archive/v1.61.1.tar.gz
-       source = 
https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-fc5dbc19505b0035f9e7f88868619f4fb519b048bde011f6154f3132d4be71fb.yml
-       sha256sums = 
3ec501c46a755960b7b1369f0cb9ec61dfa735236d9589151af315700c772bd5
-       sha256sums = 
fc5dbc19505b0035f9e7f88868619f4fb519b048bde011f6154f3132d4be71fb
+       source = 
openai-python-1.62.0.tar.gz::https://github.com/openai/openai-python/archive/v1.62.0.tar.gz
+       source = 
https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-dfb00c627f58e5180af7a9b29ed2f2aa0764a3b9daa6a32a1cc45bc8e48dfe15.yml
+       sha256sums = 
533e4a0348ed3ff584c984588baa4cedf09ed11f8bfc6caaf2e4ea0fe927c127
+       sha256sums = 
dfb00c627f58e5180af7a9b29ed2f2aa0764a3b9daa6a32a1cc45bc8e48dfe15
 
 pkgname = python-openai


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 
 pkgname=python-openai
 _name=openai-python
-pkgver=1.61.1
+pkgver=1.62.0
 pkgrel=1
 pkgdesc="Python client library for the OpenAI API"
 arch=('any')
@@ -48,13 +48,13 @@ optdepends=(
   'python-websockets: Realtime support'
 )
 # Defined in .stats.yml
-_openai_openapi_spec=fc5dbc19505b0035f9e7f88868619f4fb519b048bde011f6154f3132d4be71fb
+_openai_openapi_spec=dfb00c627f58e5180af7a9b29ed2f2aa0764a3b9daa6a32a1cc45bc8e48dfe15
 source=(
   "${_name}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
   
"https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-${_openai_openapi_spec}.yml";
 )
-sha256sums=('3ec501c46a755960b7b1369f0cb9ec61dfa735236d9589151af315700c772bd5'
-            'fc5dbc19505b0035f9e7f88868619f4fb519b048bde011f6154f3132d4be71fb')
+sha256sums=('533e4a0348ed3ff584c984588baa4cedf09ed11f8bfc6caaf2e4ea0fe927c127'
+            'dfb00c627f58e5180af7a9b29ed2f2aa0764a3b9daa6a32a1cc45bc8e48dfe15')
 
 prepare() {
   cd "${_name}-${pkgver}"



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

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


Reply via email to