Path to this page:
Subject: CVS commit: pkgsrc/sysutils/py-jeepney
From: Adam Ciarcinski
Date: 2022-01-23 10:09:52
Message id: 20220123090952.1D71EFB24@cvs.NetBSD.org
Log Message:
py-jeepney: updated to 0.7.1
0.7.1
-----
* Add ``async with`` support to :class:`~.asyncio.DBusConnection` in the
asyncio integration.
* Fix calling :meth:`~.asyncio.DBusConnection.receive` immediately after opening
a connection in the asyncio integration.
0.7
---
* 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.
Files: