AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to 0.4.3 * Raise ConnectionResetError in blocking integration if socket.recv() gives no data
- 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:
- 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.
- initial packaging (version 0.4)