15
0

- uppate to 0.6.0:

* New method :meth:`~.blocking.DBusConnection.recv_until_filtered` in the
    blocking I/O integration to receive messages until one is filtered into a
    queue.
  * More efficient buffering of received data waiting to be parsed into D-Bus
    messages.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jeepney?expand=0&rev=11
This commit is contained in:
2020-12-20 09:54:35 +00:00
committed by Git OBS Bridge
parent 9e9aa4d4ad
commit 87bd8e0861
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Dec 20 09:53:53 UTC 2020 - Dirk Müller <dmueller@suse.com>
- uppate to 0.6.0:
* New method :meth:`~.blocking.DBusConnection.recv_until_filtered` in the
blocking I/O integration to receive messages until one is filtered into a
queue.
* More efficient buffering of received data waiting to be parsed into D-Bus
messages.
-------------------------------------------------------------------
Thu Nov 26 09:34:46 UTC 2020 - Dirk Mueller <dmueller@suse.com>