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 2025-06-27 23:00:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-starlette (Old)
 and      /work/SRC/openSUSE:Factory/.python-starlette.new.7067 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-starlette"

Fri Jun 27 23:00:13 2025 rev:31 rq:1283002 version:0.47.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-starlette/python-starlette.changes        
2024-12-13 22:33:33.266102792 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-starlette.new.7067/python-starlette.changes  
    2025-06-27 23:00:21.782925883 +0200
@@ -1,0 +2,48 @@
+Wed Jun  4 12:21:42 UTC 2025 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- Update to 0.47.0
+  * Added
+    + Add support for ASGI pathsend extension #2671.
+    + Add partitioned attribute to Response.set_cookie #2501.
+  * Changed
+    + Change methods parameter type from list[str] to Collection[str] #2903.
+    + Replace import typing by from typing import ... in the whole codebase 
#2867.
+  * Fixed
+    + Mark ExceptionMiddleware.http_exception as async to prevent thread 
creation #2922.
+
+-------------------------------------------------------------------
+Thu May  1 06:01:43 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Update to 0.46.2:
+  * Added
+    + GZipMiddleware: Make sure Vary header is always added if a response can
+      be compressed
+    + Add max_part_size parameter to Request.form()
+    + Add client parameter to TestClient
+    + Make UUID path parameter conversion more flexible
+    + Raise ClientDisconnect on StreamingResponse
+  * Fixed
+    + Use correct index on backwards compatible logic in TemplateResponse
+    + Prevents reraising of exception from BaseHTTPMiddleware
+    + w relative directory path when follow_symlinks=True
+    + Raise exception from background task on BaseHTTPMiddleware
+    + GZipMiddleware: Don't compress on server sent events
+    + Turn directory into string on lookup_path on commonpath comparison
+    + Make create_memory_object_stream compatible with old anyio versions
+      once again, and bump anyio minimum version to 3.6.2
+    + Collect errors more reliably from WebSocket test client
+    + Fix unclosed MemoryObjectReceiveStream upon exception in
+      BaseHTTPMiddleware children
+    + Use ETag from headers when parsing If-Range in FileResponse
+    + Follow directory symlinks in StaticFiles when follow_symlinks=True
+    + Bump minimum python-multipart version to 0.0.18
+    + Bump minimum httpx version to 0.27.0
+  * Removed
+    + Drop Python 3.8
+    + Remove ExceptionMiddleware import proxy from starlette.exceptions
+      module
+    + Remove deprecated WS_1004_NO_STATUS_RCVD and WS_1005_ABNORMAL_CLOSURE
+    + Remove deprecated allow_redirects argument from TestClient
+- Drop patch starlette-pr2773-httpx0.28.patch, included upstream.
+
+-------------------------------------------------------------------

Old:
----
  starlette-0.41.3.tar.gz
  starlette-pr2773-httpx0.28.patch

New:
----
  starlette-0.47.0.tar.gz

----------(Old B)----------
  Old:    + Remove deprecated allow_redirects argument from TestClient
- Drop patch starlette-pr2773-httpx0.28.patch, included upstream.
----------(Old E)----------

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

Other differences:
------------------
++++++ python-starlette.spec ++++++
--- /var/tmp/diff_new_pack.TfzuT2/_old  2025-06-27 23:00:25.519079863 +0200
+++ /var/tmp/diff_new_pack.TfzuT2/_new  2025-06-27 23:00:25.523080027 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-starlette
 #
-# 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
@@ -27,31 +27,29 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-starlette%{psuffix}
-Version:        0.41.3
+Version:        0.47.0
 Release:        0
 Summary:        Lightweight ASGI framework/toolkit
 License:        BSD-3-Clause
 URL:            https://github.com/encode/starlette
 Source:         
https://github.com/encode/starlette/archive/refs/tags/%{version}.tar.gz#/starlette-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM starlette-pr2773-httpx0.28.patch gh#encode/starlette#2773
-Patch0:         
https://github.com/encode/starlette/pull/2773.patch#/starlette-pr2773-httpx0.28.patch
-BuildRequires:  %{python_module base >= 3.8}
+BuildRequires:  %{python_module base >= 3.9}
 BuildRequires:  %{python_module hatchling}
 BuildRequires:  %{python_module pip}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-anyio >= 3.4.0
+Requires:       python-anyio >= 3.6.2
 Requires:       (python-typing_extensions >= 3.10.0 if python-base < 3.10)
 BuildArch:      noarch
 %if %{with test}
-BuildRequires:  %{python_module anyio >= 3.4.0}
+BuildRequires:  %{python_module anyio >= 3.6.2}
 # typing_extensions, see below
 # SECTION [full]
 BuildRequires:  %{python_module PyYAML}
 BuildRequires:  %{python_module Jinja2}
 BuildRequires:  %{python_module httpx >= 0.28}
 BuildRequires:  %{python_module itsdangerous}
-BuildRequires:  %{python_module python-multipart >= 0.0.7}
+BuildRequires:  %{python_module python-multipart >= 0.0.18}
 # /SECTION
 # SECTION test
 BuildRequires:  %{python_module exceptiongroup}
@@ -93,7 +91,7 @@
 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"
+##ignored_tests="$ignored_tests or test_lifespan_with_on_events"
 %pytest -W ignore::PendingDeprecationWarning --asyncio-mode=strict -k "not 
($ignored_tests)"
 
 %endif

++++++ starlette-0.41.3.tar.gz -> starlette-0.47.0.tar.gz ++++++
++++ 6607 lines of diff (skipped)

Reply via email to