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


Commits:
b81819bd by Carl Smedstad at 2025-01-28T20:46:00+01:00
upgpkg: 1.60.2-1: Upstream release

https://github.com/openai/openai-python/releases/tag/v1.60.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = python-openai
        pkgdesc = Python client library for the OpenAI API
-       pkgver = 1.60.1
+       pkgver = 1.60.2
        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.60.1.tar.gz::https://github.com/openai/openai-python/archive/v1.60.1.tar.gz
+       source = 
openai-python-1.60.2.tar.gz::https://github.com/openai/openai-python/archive/v1.60.2.tar.gz
        source = 
https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-3904ef6b29a89c98f93a9b7da19879695f3c440564be6384db7af1b734611ede.yml
-       sha256sums = 
b4002224a088c6d90d6239b92de6b1aa8ca9cfe85229dc283c69e19a6263bba0
+       sha256sums = 
1736a514ce99f003c7f23949d3640085aecd9c456526972507f7febc103a716f
        sha256sums = 
3904ef6b29a89c98f93a9b7da19879695f3c440564be6384db7af1b734611ede
 
 pkgname = python-openai


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 
 pkgname=python-openai
 _name=openai-python
-pkgver=1.60.1
+pkgver=1.60.2
 pkgrel=1
 pkgdesc="Python client library for the OpenAI API"
 arch=('any')
@@ -53,7 +53,7 @@ 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=('b4002224a088c6d90d6239b92de6b1aa8ca9cfe85229dc283c69e19a6263bba0'
+sha256sums=('1736a514ce99f003c7f23949d3640085aecd9c456526972507f7febc103a716f'
             '3904ef6b29a89c98f93a9b7da19879695f3c440564be6384db7af1b734611ede')
 
 prepare() {
@@ -79,7 +79,10 @@ check() {
 
   # Randomly generated mock API key
   export OPENAI_API_KEY=sk-dBAe8c5a9bc4294cca9bed292cd61e0ff9030bB94647adfb
+  # Top two tests fails in upstream CI too, deselecting
   pytest -W ignore::DeprecationWarning:pytest_asyncio.plugin \
+    --deselect 
tests/lib/chat/test_completions_streaming.py::test_allows_non_strict_tools_but_no_parsing
 \
+    --deselect 
tests/lib/chat/test_completions_streaming.py::test_allows_non_strict_tools_but_no_parsing
 \
     --deselect tests/test_client.py::TestAsyncOpenAI::test_copy_build_request \
     --deselect tests/test_client.py::TestOpenAI::test_copy_build_request
 }



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

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


Reply via email to