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 2022-09-29 18:14:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-starlette (Old)
 and      /work/SRC/openSUSE:Factory/.python-starlette.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-starlette"

Thu Sep 29 18:14:31 2022 rev:12 rq:1006919 version:0.21.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-starlette/python-starlette.changes        
2022-08-11 18:32:45.394249507 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-starlette.new.2275/python-starlette.changes  
    2022-09-29 18:15:17.119481642 +0200
@@ -1,0 +2,19 @@
+Thu Sep 29 08:19:37 UTC 2022 - Michael Str??der <[email protected]>
+
+- Update to 0.21.0
+  * Changed
+    - Replace requests with httpx in TestClient #1376.
+  * Added
+    - Add WebSocketException and support for WebSocket exception handlers 
#1263.
+    - Add middleware parameter to Mount class #1649.
+    - Officially support Python 3.11 1863.
+    - Implement __repr__ for route classes #1864.
+  * Fixed
+    - Fix bug on which BackgroundTasks were cancelled when using 
BaseHTTPMiddleware and client disconnected #1715.
+- setup.py install is no longer supported by upstream => use pip-based 
installation
+- added build dependencies:
+  * python3-hatchling
+  * python3-pip
+  * python3-wheel
+
+-------------------------------------------------------------------

Old:
----
  starlette-0.20.4.tar.gz

New:
----
  starlette-0.21.0.tar.gz

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

Other differences:
------------------
++++++ python-starlette.spec ++++++
--- /var/tmp/diff_new_pack.wgnbdj/_old  2022-09-29 18:15:17.907483187 +0200
+++ /var/tmp/diff_new_pack.wgnbdj/_new  2022-09-29 18:15:17.915483203 +0200
@@ -27,7 +27,7 @@
 %{?!python_module:%define python_module() python3-%{**}}
 %define skip_python2 1
 Name:           python-starlette%{psuffix}
-Version:        0.20.4
+Version:        0.21.0
 Release:        0
 Summary:        Lightweight ASGI framework/toolkit
 License:        BSD-3-Clause
@@ -37,10 +37,13 @@
 BuildRequires:  %{python_module PyYAML}
 BuildRequires:  %{python_module anyio}
 BuildRequires:  %{python_module base >= 3.7}
+BuildRequires:  %{python_module hatchling}
+BuildRequires:  %{python_module httpx}
 BuildRequires:  %{python_module itsdangerous}
-BuildRequires:  %{python_module requests}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module typing_extensions}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-anyio >= 3.4.0
@@ -66,11 +69,11 @@
 %autosetup -n starlette-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
 %if ! %{with test}
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %endif
 

++++++ starlette-0.20.4.tar.gz -> starlette-0.21.0.tar.gz ++++++
++++ 3389 lines of diff (skipped)

Reply via email to