Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-anthropic for
openSUSE:Factory checked in at 2026-07-03 16:11:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-anthropic (Old)
and /work/SRC/openSUSE:Factory/.python-anthropic.new.1982 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-anthropic"
Fri Jul 3 16:11:03 2026 rev:2 rq:1363655 version:0.112.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-anthropic/python-anthropic.changes
2026-07-01 16:35:29.806678726 +0200
+++
/work/SRC/openSUSE:Factory/.python-anthropic.new.1982/python-anthropic.changes
2026-07-03 16:11:48.239613533 +0200
@@ -1,0 +2,10 @@
+Fri Jul 3 09:46:46 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Lower the typing_extensions dependency floor to >= 4.13.2
+ (the version in openSUSE Leap 16.0) instead of >= 4.14; the
+ newest typing_extensions name used by the code is TypeIs,
+ available since 4.10.0, and typing_extensions.Sentinel (added
+ later) is not used. Verified by running the packaged offline
+ test selection (211 passed) against typing_extensions 4.13.2.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-anthropic.spec ++++++
--- /var/tmp/diff_new_pack.fXqiIQ/_old 2026-07-03 16:11:49.035641140 +0200
+++ /var/tmp/diff_new_pack.fXqiIQ/_new 2026-07-03 16:11:49.035641140 +0200
@@ -36,7 +36,7 @@
Requires: python-jiter >= 0.4.0
Requires: python-pydantic >= 1.9.0
Requires: python-sniffio
-Requires: python-typing_extensions >= 4.14
+Requires: python-typing_extensions >= 4.13.2
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module anyio >= 3.5.0}
@@ -47,7 +47,7 @@
BuildRequires: %{python_module pydantic >= 1.9.0}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module sniffio}
-BuildRequires: %{python_module typing_extensions >= 4.14}
+BuildRequires: %{python_module typing_extensions >= 4.13.2}
# /SECTION
%python_subpackages