Package Release Info

python-jeepney-0.4.3-bp152.1.8

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-jeepney

Change Logs

* Mon Mar 09 2020 Marketa Calabkova <mcalabkova@suse.com>
- Update to 0.4.3
  * Raise ConnectionResetError in blocking integration if socket.recv()
    gives no data
* Fri Feb 28 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:
* Wed Sep 11 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.
* Tue Jun 18 2019 Marketa Calabkova <mcalabkova@suse.com>
- initial packaging (version 0.4)