2020-03-09 17:30:52 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 9 16:22:55 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.4.3
|
|
|
|
* Raise ConnectionResetError in blocking integration if socket.recv()
|
|
|
|
gives no data
|
|
|
|
|
2020-02-28 23:50:01 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 28 22:49:01 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 0.4.2:
|
|
|
|
The blocking ``DBusConnection`` integration class now has a ``.close()``
|
|
|
|
method, and can be used as a context manager::
|
|
|
|
|
|
|
|
from jeepney.integrate.blocking import connect_and_authenticate
|
|
|
|
with connect_and_authenticate() as connection:
|
|
|
|
|
2019-09-11 16:40:58 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 11 14:40:14 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.4.1:
|
|
|
|
* Avoid using :class:`asyncio.Future` for the blocking integration.
|
|
|
|
* Set the 'destination' field on method return and error messages to the
|
|
|
|
'sender' from the parent message.
|
|
|
|
|
2019-06-18 14:16:38 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 18 12:07:09 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
- initial packaging (version 0.4)
|