Revisions of python-jeepney
buildservice-autocommit
accepted
request 1081869
from
Dirk Mueller (dirkmueller)
(revision 18)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
accepted
request 1081469
from
Dirk Mueller (dirkmueller)
(revision 17)
SR for python stack proposal
buildservice-autocommit
accepted
request 1007472
from
Dirk Mueller (dirkmueller)
(revision 16)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 15)
- update to 0.8.0: * Removed ``jeepney.integrate`` APIs, which were deprecated in 0.7. Use ``jeepney.io`` instead (see :doc:`integrate`). * Removed deprecated ``jeepney.io.tornado`` API. Tornado now uses the asyncio event loop, so you can use it along with ``jeepney.io.asyncio``. * Deprecated ``conn.router`` attribute in the :doc:`api/blocking` integration. Use :ref:`proxies <msggen_proxies>` or :meth:`~.blocking.DBusConnection.send_and_get_reply` to find replies to method calls, and :meth:`~.blocking.DBusConnection.filter` for other routing. * Added docs page with background on D-Bus (:doc:`dbus-background`).
Dirk Mueller (dirkmueller)
committed
(revision 14)
- 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.
Dirk Mueller (dirkmueller)
committed
(revision 13)
- update to 0.7.0: * 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.
buildservice-autocommit
accepted
request 857121
from
Dirk Mueller (dirkmueller)
(revision 12)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 11)
- uppate to 0.6.0: * New method :meth:`~.blocking.DBusConnection.recv_until_filtered` in the blocking I/O integration to receive messages until one is filtered into a queue. * More efficient buffering of received data waiting to be parsed into D-Bus messages.
buildservice-autocommit
accepted
request 850954
from
Dirk Mueller (dirkmueller)
(revision 10)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 9)
- update to 0.5.0: * New common scheme for I/O integration - see Connections and Routers. * Message.serialise() accepts a serial number, to serialise outgoing messages without modifying the message object. * Improved documentation, including API docs.
buildservice-autocommit
accepted
request 783023
from
Tomáš Chvátal (scarabeus_iv)
(revision 8)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
accepted
request 783022
from
Markéta Machová (mcalabkova)
(revision 7)
- Update to 0.4.3 * Raise ConnectionResetError in blocking integration if socket.recv() gives no data
buildservice-autocommit
accepted
request 780407
from
Dirk Mueller (dirkmueller)
(revision 6)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 5)
- 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:
buildservice-autocommit
accepted
request 730190
from
Tomáš Chvátal (scarabeus_iv)
(revision 4)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
committed
(revision 3)
- 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.
Dominique Leuenberger (dimstar_suse)
accepted
request 710560
from
Tomáš Chvátal (scarabeus_iv)
(revision 2)
initialized devel package after accepting 710560
Tomáš Chvátal (scarabeus_iv)
accepted
request 710555
from
Markéta Machová (mcalabkova)
(revision 1)
future dependency of SecretStorage
Displaying all 18 revisions