4 Commits

Author SHA256 Message Date
f440336b75 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
f5b2ea8e06 - 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
62ad608c93 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
681ad27dbc - 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
4 changed files with 29 additions and 9 deletions

Binary file not shown.

3
jeepney-0.9.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cf0e9e845622b81e4a28df94c40345400256ec608d0e55bb8a3feaa9163f5732
size 106758

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sun Jul 13 12:14:17 UTC 2025 - Dirk Müller <dmueller@suse.com>
- 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`).
-------------------------------------------------------------------
Fri May 30 08:37:39 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to pip-based build
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 21 12:27:29 UTC 2023 - Dirk Müller <dmueller@suse.com> Fri Apr 21 12:27:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
@@ -64,7 +84,7 @@ Thu Nov 26 09:34:46 UTC 2020 - Dirk Mueller <dmueller@suse.com>
Mon Mar 9 16:22:55 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com> Mon Mar 9 16:22:55 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 0.4.3 - Update to 0.4.3
* Raise ConnectionResetError in blocking integration if socket.recv() * Raise ConnectionResetError in blocking integration if socket.recv()
gives no data gives no data
------------------------------------------------------------------- -------------------------------------------------------------------

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-jeepney # spec file for package python-jeepney
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -16,11 +16,9 @@
# #
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-jeepney Name: python-jeepney
Version: 0.8.0 Version: 0.9.0
Release: 0 Release: 0
Summary: Low-level, pure Python DBus protocol wrapper Summary: Low-level, pure Python DBus protocol wrapper
License: MIT License: MIT
@@ -32,6 +30,7 @@ BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module testpath} BuildRequires: %{python_module testpath}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildArch: noarch BuildArch: noarch
@@ -57,6 +56,7 @@ core, and integration modules for different event loops.
%files %{python_files} %files %{python_files}
%doc README.rst %doc README.rst
%license LICENSE %license LICENSE
%{python_sitelib}/* %{python_sitelib}/jeepney
%{python_sitelib}/jeepney-%{version}*-info
%changelog %changelog