24 Commits

Author SHA256 Message Date
c0ff16cf95 Accepting request 1292494 from devel:languages:python
- update to 0.9.0:
  * Fixed subscribing to messages on the message bus with a
    path_namespace parameter (:mr:`38`)
  * Fixed authentication on (some?) BSDs, using SCM_CREDS
    (:mr:`33`), for all integrations except for asyncio
  * :class:`~.DBusAddress` and message generators will now raise
    :exc:`ValueError` if given invalid D-Bus names
  * Bindings can now be :doc:`generated <bindgen>` from D-Bus XML
    in a file with the new :option:`--file` option (:mr:`34`).
  * The async_timeout package is no longer required for running
    the tests on Python 3.11 or above (:mr:`39`).

  * Raise ConnectionResetError in blocking integration if socket.recv()

OBS-URL: https://build.opensuse.org/request/show/1292494
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jeepney?expand=0&rev=12
2025-07-15 14:42:59 +00:00
b5a344a79f - update to 0.9.0:
* Fixed subscribing to messages on the message bus with a
    path_namespace parameter (:mr:`38`)
  * Fixed authentication on (some?) BSDs, using SCM_CREDS
    (:mr:`33`), for all integrations except for asyncio
  * :class:`~.DBusAddress` and message generators will now raise
    :exc:`ValueError` if given invalid D-Bus names
  * Bindings can now be :doc:`generated <bindgen>` from D-Bus XML
    in a file with the new :option:`--file` option (:mr:`34`).
  * The async_timeout package is no longer required for running
    the tests on Python 3.11 or above (:mr:`39`).
  * Raise ConnectionResetError in blocking integration if socket.recv()

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jeepney?expand=0&rev=21
2025-07-13 12:15:31 +00:00
e2c328f760 Accepting request 1281309 from devel:languages:python
- Convert to pip-based build

OBS-URL: https://build.opensuse.org/request/show/1281309
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jeepney?expand=0&rev=11
2025-05-31 17:14:43 +00:00
ffdf004dad - Convert to pip-based build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jeepney?expand=0&rev=19
2025-05-30 08:37:52 +00:00
86e7d745bb Accepting request 1081869 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081869
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jeepney?expand=0&rev=10
2023-04-22 20:00:09 +00:00
464d125d5e Accepting request 1081469 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081469
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jeepney?expand=0&rev=17
2023-04-21 14:26:41 +00:00
db725e3538 Accepting request 1007472 from devel:languages:python
- 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`).

OBS-URL: https://build.opensuse.org/request/show/1007472
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jeepney?expand=0&rev=9
2022-10-03 11:43:45 +00:00
71346c9be8 - 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`).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jeepney?expand=0&rev=15
2022-10-01 17:16:09 +00:00
cdb8553c38 Accepting request 917207 from devel:languages:python
- 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/request/show/917207
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jeepney?expand=0&rev=8
2021-09-09 21:07:17 +00:00
92c773577e - 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
2021-09-07 06:53:23 +00:00
3f56092414 Accepting request 906828 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/906828
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jeepney?expand=0&rev=7
2021-07-21 17:05:35 +00:00
3d5134e202 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jeepney?expand=0&rev=13
2021-07-17 13:51:58 +00:00
4a764d5e11 Accepting request 857121 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/857121
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jeepney?expand=0&rev=6
2020-12-23 13:19:18 +00:00
279a31f688 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jeepney?expand=0&rev=11
2020-12-20 09:54:35 +00:00
44761f1143 Accepting request 850954 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/850954
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jeepney?expand=0&rev=5
2020-11-29 11:19:58 +00:00
e799306895 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jeepney?expand=0&rev=9
2020-11-26 09:36:00 +00:00
787018b16f Accepting request 783023 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/783023
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jeepney?expand=0&rev=4
2020-03-09 17:34:23 +00:00
Tomáš Chvátal
96c087bc47 Accepting request 783022 from home:mcalabkova:branches:devel:languages:python
- Update to 0.4.3
  * Raise ConnectionResetError in blocking integration if socket.recv() 
    gives no data

OBS-URL: https://build.opensuse.org/request/show/783022
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jeepney?expand=0&rev=7
2020-03-09 16:30:52 +00:00
8b296974bc Accepting request 780407 from devel:languages:python
- 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:

OBS-URL: https://build.opensuse.org/request/show/780407
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jeepney?expand=0&rev=3
2020-03-03 09:15:28 +00:00
c9b831560d - 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:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jeepney?expand=0&rev=5
2020-02-28 22:50:01 +00:00
Ludwig Nussel
c55eded05e Accepting request 730190 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/730190
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jeepney?expand=0&rev=2
2019-09-13 12:59:40 +00:00
Tomáš Chvátal
dd68d6b362 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jeepney?expand=0&rev=3
2019-09-11 14:40:58 +00:00
22d48e8642 Accepting request 710560 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/710560
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jeepney?expand=0&rev=1
2019-06-19 19:08:39 +00:00
Tomáš Chvátal
b6449fa568 Accepting request 710555 from home:mcalabkova:branches:devel:languages:python
future dependency of SecretStorage

OBS-URL: https://build.opensuse.org/request/show/710555
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jeepney?expand=0&rev=1
2019-06-18 12:16:38 +00:00