15
0

- update to 0.7.0:

* Support for :ref:`sending and receiving file descriptors <send_recv_fds>`.
    This is available with the blocking, threading and trio integration layers.
  * Deprecated older integration APIs, in favour of new APIs introduced in 0.5.
  * Fixed passing a deque in to :meth:`~.blocking.DBusConnection.filter` in the
    blocking integration API.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jeepney?expand=0&rev=13
This commit is contained in:
2021-07-17 13:51:58 +00:00
committed by Git OBS Bridge
parent 87bd8e0861
commit d5fdf19c24
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Jul 17 13:51:07 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 0.7.0:
* Support for :ref:`sending and receiving file descriptors <send_recv_fds>`.
This is available with the blocking, threading and trio integration layers.
* Deprecated older integration APIs, in favour of new APIs introduced in 0.5.
* Fixed passing a deque in to :meth:`~.blocking.DBusConnection.filter` in the
blocking integration API.
-------------------------------------------------------------------
Sun Dec 20 09:53:53 UTC 2020 - Dirk Müller <dmueller@suse.com>