15
0
forked from pool/python-openai

Accepting request 1234735 from home:nkrapp:branches:devel:languages:python

- Update to 1.59.1:
  * bump license year (#1981) (f29011a)
- Update to 1.59.0:
  * azure: support for the Realtime API (#1963) (9fda141)
  * realtime: update docstrings (#1964) (3dee863)

OBS-URL: https://build.opensuse.org/request/show/1234735
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openai?expand=0&rev=19
This commit is contained in:
2025-01-06 04:25:56 +00:00
committed by Git OBS Bridge
parent a8a7e90ae1
commit 4c4b7b3682
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e225f830b946378e214c5b2cfa8df28ba2aeb7e9d44f738cb2a926fd971f5bc0
size 287219

3
openai-1.59.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7b2e6e9e4777534e5258b993edd22978a72b57357f53fcb3c6773c499ef12392
size 353308

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jan 3 13:46:26 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
- Update to 1.59.1:
* bump license year (#1981) (f29011a)
- Update to 1.59.0:
* azure: support for the Realtime API (#1963) (9fda141)
* realtime: update docstrings (#1964) (3dee863)
-------------------------------------------------------------------
Thu Sep 19 07:33:34 UTC 2024 - Markéta Machová <mmachova@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-openai
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-openai
Version: 1.40.8
Version: 1.59.1
Release: 0
Summary: OpenAI bindings for python
License: Apache-2.0
@@ -49,6 +49,7 @@ BuildRequires: %{python_module importlib-metadata >= 6.7.0}
BuildRequires: %{python_module inline-snapshot >= 0.7.0}
BuildRequires: %{python_module jiter}
BuildRequires: %{python_module mypy}
BuildRequires: %{python_module nest-asyncio}
BuildRequires: %{python_module pydantic}
BuildRequires: %{python_module pyright >= 1.1.359}
BuildRequires: %{python_module pytest-asyncio}
@@ -76,7 +77,7 @@ You can find usage examples for the OpenAI Python library in
https://github.com/openai/openai-cookbook/.
%prep
%autosetup -p1 -n openai-%{version}
%autosetup -p1 -n openai-python-%{version}
%build
%pyproject_wheel