Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-dbus_fast for
openSUSE:Factory checked in at 2026-08-12 16:13:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dbus_fast (Old)
and /work/SRC/openSUSE:Factory/.python-dbus_fast.new.17972 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dbus_fast"
Wed Aug 12 16:13:32 2026 rev:6 rq:1370830 version:5.0.22
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dbus_fast/python-dbus_fast.changes
2026-05-23 23:27:03.851945064 +0200
+++
/work/SRC/openSUSE:Factory/.python-dbus_fast.new.17972/python-dbus_fast.changes
2026-08-12 16:14:51.728439113 +0200
@@ -2 +2,68 @@
-Fri May 22 11:23:29 UTC 2026 - Ana Guerrero <[email protected]>
+Wed Aug 12 08:52:52 UTC 2026 - Ana Guerrero <[email protected]>
+
+- Update to version 5.0.22:
+ * 5.0.22
+ * perf(proxy): check path first in signal handler guard (#750)
+ * chore(deps-dev): bump pytest-asyncio from 1.3.0 to 1.4.0 (#736)
+ * 5.0.21
+ * perf(proxy): index signals by name to drop per-signal list scan (#748)
+ * 5.0.20
+ * perf(proxy): skip Coroutine ABC check for sync signal handlers (#749)
+ * 5.0.19
+ * perf: skip fd substitution when a received message carries no fds (#747)
+ * 5.0.18
+ * test(benchmarks): add signal dispatch benchmark (#746)
+ * fix(service): log ObjectManager.InterfacesAdded callback exceptions
cleanly (#739)
+ * docs(service): show how to define interface members dynamically (#742)
+ * test(benchmarks): add bluez InterfacesRemoved unmarshall benchmark (#741)
+ * test(benchmarks): add bluez ServiceData unmarshall benchmark (#740)
+ * chore(deps-ci): bump the github-actions group with 4 updates (#737)
+ * 5.0.17
+ * fix: gate cython import behind TYPE_CHECKING to avoid bundler bloat (#735)
+ * docs: build installation page so README link resolves (#733)
+ * docs(readme): repair broken CI shields badge (#734)
+ * docs: explain how to install without the Cython extension (#730)
+ * chore(pre-commit.ci): pre-commit autoupdate (#728)
+ * 5.0.16
+ * fix(message_bus): log missing NO_REPLY_EXPECTED handler at debug (#727)
+ * 5.0.15
+ * test: skip blockbuster on python < 3.12 (#726)
+ * fix(message_bus): skip socket shutdown when bus is already finalized (#725)
+ * 5.0.14
+ * fix(introspection): reject annotations missing name or value attribute
(#705)
+ * 5.0.13
+ * fix(message): reject outgoing messages over the 128 MiB D-Bus limit (#701)
+ * test: skip blockbuster on the cython matrix leg (#724)
+ * 5.0.12
+ * fix(marshaller): reject arrays larger than the 64 MiB D-Bus limit (#700)
+ * chore(deps-dev): bump pytest-codspeed from 5.0.2 to 5.0.3 (#722)
+ * chore(deps-dev): bump cython from 3.2.4 to 3.2.5 (#723)
+ * 5.0.11
+ * fix(unmarshaller): reject body with a malformed signature field (#704)
+ * chore(pre-commit.ci): pre-commit autoupdate (#720)
+ * ci: enable additional clean ruff lint rule families (#721)
+ * 5.0.10
+ * refactor(service): drop unused _get_handler accessor (#714)
+ * fix(aio): drop stray %s format token from message-reader error log (#715)
+ * docs(validators): allow hyphens in member names (#718)
+ * test(benchmarks): add isolated bluez manufacturer-data unmarshall
benchmark (#717)
+ * 5.0.9
+ * fix(unmarshaller): ignore header fields with an unknown field code (#706)
+ * 5.0.8
+ * fix(unmarshaller): reject messages with an unknown type byte (#703)
+ * 5.0.7
+ * perf(marshaller): write dict entries without a throwaway list (#713)
+ * test(benchmarks): add dict-heavy marshall benchmarks (#712)
+ * 5.0.6
+ * perf(unmarshaller): build struct results without a generator object (#710)
+ * perf(unpack): build unpacked tuples without a generator object (#711)
+ * 5.0.5
+ * fix(auth): raise AuthError on unknown server response (#702)
+ * refactor(marshaller): drop unused align() and buffer wrappers (#707)
+ * test(benchmarks): add systemd ListUnits array-of-structs unmarshall
benchmark (#708)
+ * test(benchmarks): add unpack_variants benchmark (#709)
+ * 5.0.4
+ * fix(signature): bound container nesting depth during parsing (#699)
+
+-------------------------------------------------------------------
+Fri May 22 11:23:29 UTC 2026 - Ana Guerrero <[email protected]>
@@ -107,5 +173,0 @@
-
--------------------------------------------------------------------
-Fri May 22 11:22:37 UTC 2026 - Ana Guerrero <[email protected]>
-
-- Update to version 5.0.3:
Old:
----
python-dbus_fast-5.0.3.tar.xz
New:
----
python-dbus_fast-5.0.22.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-dbus_fast.spec ++++++
--- /var/tmp/diff_new_pack.JA6qAV/_old 2026-08-12 16:14:52.492471378 +0200
+++ /var/tmp/diff_new_pack.JA6qAV/_new 2026-08-12 16:14:52.492471378 +0200
@@ -28,7 +28,7 @@
%endif
%{?sle15_python_module_pythons}
Name: %{pname}%{?psuffix}
-Version: 5.0.3
+Version: 5.0.22
Release: 0
Summary: Python library for DBus
License: MIT
@@ -46,11 +46,11 @@
BuildRequires: %{python_module gobject}
BuildRequires: %{python_module pycairo}
BuildRequires: %{python_module pytest-asyncio}
-BuildRequires: %{python_module pytest-codspeed < 5.0.0}
+BuildRequires: %{python_module pytest-codspeed < 6.0.0}
BuildRequires: %{python_module pytest-codspeed >= 3.1.1}
BuildRequires: %{python_module pytest-cov < 8.0.0}
BuildRequires: %{python_module pytest-cov >= 3.0.0}
-BuildRequires: %{python_module pytest-timeout}
+BuildRequires: %{python_module pytest-timeout >= 2.1.0}
BuildRequires: %{python_module pytest}
BuildRequires: dbus-1
%if 0%{?suse_version} && 0%{?suse_version} > 1500
++++++ _service ++++++
--- /var/tmp/diff_new_pack.JA6qAV/_old 2026-08-12 16:14:52.548473742 +0200
+++ /var/tmp/diff_new_pack.JA6qAV/_new 2026-08-12 16:14:52.552473912 +0200
@@ -6,7 +6,7 @@
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>
- <param name="revision">v5.0.3</param>
+ <param name="revision">v5.0.22</param>
</service>
<service name="recompress" mode="manual">
<param name="compression">xz</param>
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.JA6qAV/_old 2026-08-12 16:14:52.580475093 +0200
+++ /var/tmp/diff_new_pack.JA6qAV/_new 2026-08-12 16:14:52.588475432 +0200
@@ -1,7 +1,7 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/bluetooth-devices/dbus-fast.git</param>
- <param
name="changesrevision">c14441137125677db3a6056fd8199813eb19c82f</param>
+ <param
name="changesrevision">350eed7095f58bdae4d0482ebfd4d9f55a919f75</param>
</service>
</servicedata>
(No newline at EOF)
++++++ python-dbus_fast-5.0.3.tar.xz -> python-dbus_fast-5.0.22.tar.xz ++++++
++++ 2806 lines of diff (skipped)