From 4c4b7b36820a1365c96f2f123ae9f248fdaa8786108b4962f1fb3e53845939d3 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 6 Jan 2025 04:25:56 +0000 Subject: [PATCH] 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 --- openai-1.40.8.tar.gz | 3 --- openai-1.59.1.tar.gz | 3 +++ python-openai.changes | 9 +++++++++ python-openai.spec | 7 ++++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 openai-1.40.8.tar.gz create mode 100644 openai-1.59.1.tar.gz diff --git a/openai-1.40.8.tar.gz b/openai-1.40.8.tar.gz deleted file mode 100644 index cf08143..0000000 --- a/openai-1.40.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e225f830b946378e214c5b2cfa8df28ba2aeb7e9d44f738cb2a926fd971f5bc0 -size 287219 diff --git a/openai-1.59.1.tar.gz b/openai-1.59.1.tar.gz new file mode 100644 index 0000000..5ec99c6 --- /dev/null +++ b/openai-1.59.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b2e6e9e4777534e5258b993edd22978a72b57357f53fcb3c6773c499ef12392 +size 353308 diff --git a/python-openai.changes b/python-openai.changes index 9fec0be..7225df1 100644 --- a/python-openai.changes +++ b/python-openai.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Jan 3 13:46:26 UTC 2025 - Nico Krapp + +- 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á diff --git a/python-openai.spec b/python-openai.spec index 952b4d0..d775f45 100644 --- a/python-openai.spec +++ b/python-openai.spec @@ -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