From 1e58f73c3c690d14ede29cc259d4eedd63fab16633b79067299cf09a861de459 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 13 Jul 2025 12:15:31 +0000 Subject: [PATCH] - 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 ` 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 --- jeepney-0.8.0.tar.gz | 3 --- jeepney-0.9.0.tar.gz | 3 +++ python-jeepney.changes | 17 ++++++++++++++++- python-jeepney.spec | 2 +- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 jeepney-0.8.0.tar.gz create mode 100644 jeepney-0.9.0.tar.gz diff --git a/jeepney-0.8.0.tar.gz b/jeepney-0.8.0.tar.gz deleted file mode 100644 index 46efd50..0000000 --- a/jeepney-0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5efe48d255973902f6badc3ce55e2aa6c5c3b3bc642059ef3a91247bcfcc5806 -size 106005 diff --git a/jeepney-0.9.0.tar.gz b/jeepney-0.9.0.tar.gz new file mode 100644 index 0000000..04781ab --- /dev/null +++ b/jeepney-0.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0e9e845622b81e4a28df94c40345400256ec608d0e55bb8a3feaa9163f5732 +size 106758 diff --git a/python-jeepney.changes b/python-jeepney.changes index ca9c85c..cf66901 100644 --- a/python-jeepney.changes +++ b/python-jeepney.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Jul 13 12:14:17 UTC 2025 - Dirk Müller + +- 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 ` 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`). + ------------------------------------------------------------------- Fri May 30 08:37:39 UTC 2025 - Markéta Machová @@ -69,7 +84,7 @@ Thu Nov 26 09:34:46 UTC 2020 - Dirk Mueller Mon Mar 9 16:22:55 UTC 2020 - Marketa Calabkova - Update to 0.4.3 - * Raise ConnectionResetError in blocking integration if socket.recv() + * Raise ConnectionResetError in blocking integration if socket.recv() gives no data ------------------------------------------------------------------- diff --git a/python-jeepney.spec b/python-jeepney.spec index db6c090..f241c2e 100644 --- a/python-jeepney.spec +++ b/python-jeepney.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-jeepney -Version: 0.8.0 +Version: 0.9.0 Release: 0 Summary: Low-level, pure Python DBus protocol wrapper License: MIT