- update to 0.30.2:
* bluez5: Fix invalid arguments to PairDevice
- update to 0.30.1:
* bluez: Clean up static default properties, re-drop
PairDevice() `class_` parameter
- update to 0.30.0:
* api: Add pytest support and helpers
* api: Factor the server spawning into a new SpawnedMock object
* cli: Add support for running custom commands on the mock
environment
- update to 0.29.1:
* spec: Update License: to SPDX format
- update to 0.29.0:
* Support loading templates from XDG_DATA_DIRS
* iio-sensors-proxy: Throw proper D-Bus errors instead of
Python Exception
- update to 0.28.7:
* blue5-obex template: Fix OBEX PullAll
* power_profiles template: Fix Actions property type
* README: Explain container tests and how to debug them
- update to 0.28.6:
* Fix generated _version.py in release tarball
- update to 0.28.4:
* setup.py: Fix ModuleNotFoundError
* ofono template: Fix conversion to f-strings (Debian #1015286)
* Ship FMF tests in release tarballs
- update to 0.28.3:
* Bring back dbusmock.__version__
- update to 0.28.2:
* Dynamically compute version with setuptools-scm
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-dbusmock?expand=0&rev=26
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-python-dbusmock
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-python-dbusmock
|
||||
Version: 0.24.1
|
||||
Version: 0.30.2
|
||||
Release: 0
|
||||
Summary: Python library for creating mock D-Bus objects
|
||||
License: LGPL-3.0-or-later
|
||||
@@ -28,11 +28,12 @@ BuildRequires: %{python_module gobject}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: dbus-1-daemon
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: upower
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: dbus-1-daemon
|
||||
Requires: dbus-1-x11
|
||||
Requires: python-dbus-python
|
||||
Requires: python-gobject
|
||||
@@ -65,7 +66,7 @@ to what one may expect in tests.
|
||||
|
||||
%files %{python_files}
|
||||
%license COPYING
|
||||
%doc NEWS README.rst
|
||||
%doc NEWS README.md
|
||||
%{python_sitelib}/dbusmock
|
||||
%{python_sitelib}/python_dbusmock-%{version}*-info
|
||||
|
||||
|
||||
Reference in New Issue
Block a user