Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-openai for openSUSE:Factory 
checked in at 2024-03-13 22:18:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openai (Old)
 and      /work/SRC/openSUSE:Factory/.python-openai.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-openai"

Wed Mar 13 22:18:15 2024 rev:4 rq:1157103 version:1.13.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-openai/python-openai.changes      
2024-01-28 19:40:08.971179226 +0100
+++ /work/SRC/openSUSE:Factory/.python-openai.new.1770/python-openai.changes    
2024-03-13 22:19:12.477663305 +0100
@@ -1,0 +2,42 @@
+Mon Mar 11 21:21:09 UTC 2024 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 1.13.3
+  ## Features
+  * api: add wav and pcm to response_format (#1189) (dbd20fc)
+  ## Chores
+  * client: use anyio.sleep instead of asyncio.sleep (#1198)
+    (b6d025b)
+  * internal: bump pyright (#1193) (9202e04)
+  * types: extract run status to a named type (#1178) (249ecbd)
+- Release 1.13.2
+  ## Bug Fixes
+  * ci: revert "move github release logic to github app" (#1170)
+    (f1adc2e)
+- Release 1.13.1
+  ## Chores
+  * internal: bump rye to v0.24.0 (#1168) (84c4256)
+- Release 1.13.0
+  ## Features
+  * api: updates (#1146) (79b7675)
+  ## Bug Fixes
+  * api: remove non-GA instance_id param (#1164) (1abe139)
+  ## Chores
+  * client: use correct accept headers for binary data (#1161)
+    (e536437)
+- Release 1.12.0
+  ## Features
+  * api: add timestamp_granularities, add gpt-3.5-turbo-0125 model
+    (#1125) (1ecf8f6)
+  * cli/images: add support for --model arg (#1132) (0d53866)
+  ## Bug Fixes
+  * remove double brackets from timestamp_granularities param
+    (#1140) (3db0222)
+  * types: loosen most List params types to Iterable (#1129)
+    (bdb31a3)
+  ## Chores
+  * internal: add lint command (#1128) (4c021c0)
+  * internal: support serialising iterable types (#1127) (98d4e59)
+- Restrict to pytest-asyncio < 0.23
+- Fix License tag: They changed it for release 1.0.0 
gh#openai/openai-python#677
+
+-------------------------------------------------------------------

Old:
----
  openai-1.10.0.tar.gz

New:
----
  openai-1.13.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-openai.spec ++++++
--- /var/tmp/diff_new_pack.dQ1CtU/_old  2024-03-13 22:19:13.033683802 +0100
+++ /var/tmp/diff_new_pack.dQ1CtU/_new  2024-03-13 22:19:13.037683949 +0100
@@ -16,32 +16,16 @@
 #
 
 
-%define         skip_python2 1
-%define         skip_python36 1
 Name:           python-openai
-Version:        1.10.0
+Version:        1.13.3
 Release:        0
 Summary:        OpenAI bindings for python
-License:        MIT
+License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://github.com/openai/openai-python
 Source:         
https://github.com/openai/openai-python/archive/refs/tags/v%{version}.tar.gz#/openai-%{version}.tar.gz
-BuildRequires:  %{python_module anyio}
-BuildRequires:  %{python_module dirty-equals}
-BuildRequires:  %{python_module distro}
 BuildRequires:  %{python_module hatchling}
-BuildRequires:  %{python_module httpx}
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module poetry}
-BuildRequires:  %{python_module pydantic}
-BuildRequires:  %{python_module pytest >= 3.5}
-BuildRequires:  %{python_module pytest-asyncio}
-BuildRequires:  %{python_module pytest-mock}
-BuildRequires:  %{python_module respx}
-BuildRequires:  %{python_module sniffio}
-BuildRequires:  %{python_module tqdm}
-BuildRequires:  %{python_module typing_extensions}
-BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-anyio >= 3.5.0
@@ -52,7 +36,20 @@
 Requires:       python-tqdm > 4
 Requires:       python-typing_extensions
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
+# SECTION test-requirements
+BuildRequires:  %{python_module anyio}
+BuildRequires:  %{python_module dirty-equals}
+BuildRequires:  %{python_module distro}
+BuildRequires:  %{python_module httpx}
+BuildRequires:  %{python_module pydantic}
+BuildRequires:  %{python_module pytest >= 3.5}
+BuildRequires:  %{python_module pytest-asyncio < 0.23}
+BuildRequires:  %{python_module respx}
+BuildRequires:  %{python_module sniffio}
+BuildRequires:  %{python_module tqdm}
+BuildRequires:  %{python_module typing_extensions}
+# /SECTION
 BuildArch:      noarch
 %python_subpackages
 
@@ -93,5 +90,5 @@
 %files %{python_files}
 %python_alternative %{_bindir}/openai
 %{python_sitelib}/openai
-%{python_sitelib}/openai-%{version}*-info
+%{python_sitelib}/openai-%{version}.dist-info
 

++++++ openai-1.10.0.tar.gz -> openai-1.13.3.tar.gz ++++++
++++ 3179 lines of diff (skipped)

Reply via email to