15
0

- update to 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jeepney?expand=0&rev=14
This commit is contained in:
2021-09-07 06:53:23 +00:00
committed by Git OBS Bridge
parent d5fdf19c24
commit bb66ad7f99
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Sep 7 06:51:44 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 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.
-------------------------------------------------------------------
Sat Jul 17 13:51:07 UTC 2021 - Dirk Müller <dmueller@suse.com>