Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-httpx-sse for
openSUSE:Factory checked in at 2026-05-17 18:56:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-httpx-sse (Old)
and /work/SRC/openSUSE:Factory/.python-httpx-sse.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-httpx-sse"
Sun May 17 18:56:57 2026 rev:2 rq:1353574 version:0.4.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-httpx-sse/python-httpx-sse.changes
2026-01-15 16:48:53.238808994 +0100
+++
/work/SRC/openSUSE:Factory/.python-httpx-sse.new.1966/python-httpx-sse.changes
2026-05-17 18:57:20.005548017 +0200
@@ -1,0 +2,12 @@
+Sun May 10 09:07:18 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 0.4.3:
+ * Fix performance issue introduced by the improved line parsing
+ from release 0.4.2. (Pull #40)
+ * Fix incorrect newline parsing that was not compliant with SSE
+ spec. (Pull #37)
+ * Always close the response async generator in `aiter_sse()`.
+ (Pull #30)
+- drop httpx028.patch (upstream)
+
+-------------------------------------------------------------------
Old:
----
httpx-sse-0.4.0.tar.gz
httpx028.patch
New:
----
httpx_sse-0.4.3.tar.gz
----------(Old B)----------
Old: (Pull #30)
- drop httpx028.patch (upstream)
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-httpx-sse.spec ++++++
--- /var/tmp/diff_new_pack.j1QP3C/_old 2026-05-17 18:57:20.541569886 +0200
+++ /var/tmp/diff_new_pack.j1QP3C/_new 2026-05-17 18:57:20.541569886 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-httpx-sse
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-httpx-sse
-Version: 0.4.0
+Version: 0.4.3
Release: 0
Summary: Consume Server-Sent Event (SSE) messages with HTTPX
License: MIT
URL: https://github.com/florimondmanca/httpx-sse
-Source:
https://files.pythonhosted.org/packages/source/h/httpx-sse/httpx-sse-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM https://github.com/florimondmanca/httpx-sse/pull/29
chore: Migrate test case and bump python version
-Patch0: httpx028.patch
+Source:
https://files.pythonhosted.org/packages/source/h/httpx-sse/httpx_sse-%{version}.tar.gz
BuildRequires: %{python_module httpx}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest-asyncio}
@@ -44,7 +42,7 @@
Consume Server-Sent Event (SSE) messages with HTTPX.
%prep
-%autosetup -p1 -n httpx-sse-%{version}
+%autosetup -p1 -n httpx_sse-%{version}
# we don't need to run coverage
sed -i '/--cov/d' setup.cfg