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 2023-10-20 23:16:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-starlette (Old) and /work/SRC/openSUSE:Factory/.python-starlette.new.1945 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-starlette" Fri Oct 20 23:16:12 2023 rev:21 rq:1118530 version:0.31.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-starlette/python-starlette.changes 2023-06-13 16:08:45.874621551 +0200 +++ /work/SRC/openSUSE:Factory/.python-starlette.new.1945/python-starlette.changes 2023-10-20 23:16:58.890989372 +0200 @@ -1,0 +2,40 @@ +Wed Oct 18 07:31:47 UTC 2023 - David Anes <david.a...@suse.com> + +- Update to 0.31.1: + * Fixes: + - Fix import error when exceptiongroup isn't available #2231. + - Set url_for global for custom Jinja environments #2230. + +- Update to 0.31.0: + * Added + - Officially support Python 3.12 #2214. + - Support AnyIO 4.0 #2211. + - Strictly type annotate Starlette (strict mode on mypy) #2180. + * Fixed + - Don't group duplicated headers on a single string when using the TestClient #2219. + +- Update to 0.30.0 + * Removed + - Drop Python 3.7 support #2178. + +- Update to 0.29.0: + * Added + - Add follow_redirects parameter to TestClient #2207. + - Add __str__ to HTTPException and WebSocketException #2181. + - Warn users when using lifespan together with on_startup/on_shutdown #2193. + - Collect routes from Host to generate the OpenAPI schema #2183. + - Add request argument to TemplateResponse #2191. + * Fixed + - Stop body_stream in case more_body=False on BaseHTTPMiddleware #2194. + +- Update to 0.28.0: + * Changed + - Reuse Request's body buffer for call_next in BaseHTTPMiddleware #1692. + - Move exception handling logic to Route #2026. + * Added + . Add env parameter to Jinja2Templates, and deprecate **env_options #2159. + . Add clear error message when httpx is not installed #2177. + * Fixed + - Allow "name" argument on templates url_for() #2127. + +------------------------------------------------------------------- Old: ---- starlette-0.27.0.tar.gz New: ---- starlette-0.31.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-starlette.spec ++++++ --- /var/tmp/diff_new_pack.Xghkq1/_old 2023-10-20 23:17:00.435045708 +0200 +++ /var/tmp/diff_new_pack.Xghkq1/_new 2023-10-20 23:17:00.439045854 +0200 @@ -27,7 +27,7 @@ %{?sle15_python_module_pythons} Name: python-starlette%{psuffix} -Version: 0.27.0 +Version: 0.31.1 Release: 0 Summary: Lightweight ASGI framework/toolkit License: BSD-3-Clause @@ -81,11 +81,6 @@ %check %if %{with test} -# Remove unrecognized arguments: --strict-config --strict-markers -sed -i "s|--strict-config||" setup.cfg -sed -i "s|--strict-markers||" setup.cfg -sed -i "s| error$||" setup.cfg - # The following tests don't work in some archs because time_t cannot # hold the values the test expect, as they go beyond the maximum # value in i586 and armv7l. As we are using Buildarch: noarch, we ++++++ starlette-0.27.0.tar.gz -> starlette-0.31.1.tar.gz ++++++ ++++ 4017 lines of diff (skipped)