Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f440336b75 | |||
| f5b2ea8e06 | |||
| 62ad608c93 | |||
| 681ad27dbc |
BIN
jeepney-0.8.0.tar.gz
LFS
BIN
jeepney-0.8.0.tar.gz
LFS
Binary file not shown.
3
jeepney-0.9.0.tar.gz
Normal file
3
jeepney-0.9.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cf0e9e845622b81e4a28df94c40345400256ec608d0e55bb8a3feaa9163f5732
|
||||||
|
size 106758
|
||||||
@@ -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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user