Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-starlette for
openSUSE:Factory checked in at 2026-06-13 18:45:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-starlette (Old)
and /work/SRC/openSUSE:Factory/.python-starlette.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-starlette"
Sat Jun 13 18:45:51 2026 rev:37 rq:1358969 version:1.2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-starlette/python-starlette.changes
2026-03-30 18:30:50.925946735 +0200
+++
/work/SRC/openSUSE:Factory/.python-starlette.new.1981/python-starlette.changes
2026-06-13 18:46:45.823999256 +0200
@@ -1,0 +2,13 @@
+Fri May 29 08:40:00 UTC 2026 - Nico Krapp <[email protected]>
+
+- Update to 1.2.0
+ * Support httpx2 in the test client
+- Update to 1.1.0
+ * Use "application/octet-stream" as the FileResponse media type fallback
+ * Only dispatch standard HTTP verbs in HTTPEndpoint
+ * Reject absolute paths in StaticFiles.lookup_path
+- Update to 1.0.1 (fixes CVE-2026-48710, bsc#1266369)
+ * Ignore malformed Host header when constructing request.url
+- disable some tests that require httpx2[zstd]
+
+-------------------------------------------------------------------
Old:
----
starlette-1.0.0.tar.gz
New:
----
starlette-1.2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-starlette.spec ++++++
--- /var/tmp/diff_new_pack.jwl1CB/_old 2026-06-13 18:46:46.848041800 +0200
+++ /var/tmp/diff_new_pack.jwl1CB/_new 2026-06-13 18:46:46.852041966 +0200
@@ -27,7 +27,7 @@
%{?sle15_python_module_pythons}
Name: python-starlette%{psuffix}
-Version: 1.0.0
+Version: 1.2.0
Release: 0
Summary: Lightweight ASGI framework/toolkit
License: BSD-3-Clause
@@ -43,6 +43,7 @@
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module anyio >= 3.6.2}
+BuildRequires: %{python_module starlette}
# typing_extensions, see below
# SECTION [full]
BuildRequires: %{python_module PyYAML}
@@ -90,8 +91,8 @@
# cannot just use ifarch conditionals here...
ignored_tests="test_set_cookie"
ignored_tests="$ignored_tests or test_expires_on_set_cookie"
-# fails to raise a deprecation warning as of 2024/04/25
-##ignored_tests="$ignored_tests or test_lifespan_with_on_events"
+# disable these until we have httpx2 packaged
+ignored_tests="$ignored_tests or test_request_headers or
test_websocket_headers"
%pytest -W ignore::PendingDeprecationWarning --asyncio-mode=strict -k "not
($ignored_tests)"
%endif
++++++ starlette-1.0.0.tar.gz -> starlette-1.2.0.tar.gz ++++++
++++ 1661 lines of diff (skipped)