Accepting request 1140314 from devel:languages:python
- 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/request/show/1140314 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-dbusmock?expand=0&rev=10
This commit is contained in:
commit
cd062c7059
BIN
python-dbusmock-0.24.1.tar.gz
(Stored with Git LFS)
BIN
python-dbusmock-0.24.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
python-dbusmock-0.30.2.tar.gz
Normal file
3
python-dbusmock-0.30.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1d7b3794af7b280942f7f6cda4d8bb5d17d8c7216000825cf8b43b6af8792d7d
|
||||||
|
size 98188
|
@ -1,3 +1,70 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 21 17:35:02 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
- update to 0.28.1:
|
||||||
|
* Again works on RHEL/CentOS 8 (0.27 broke there), now in CI
|
||||||
|
* Avoid glib GI dependency for main dbusmock, for running in
|
||||||
|
virtualenv (thanks Allison Karlitskaya)
|
||||||
|
- update to 0.27.5:
|
||||||
|
* bluez and accountsservice templates: Drop default arguments
|
||||||
|
from D-Bus methods (thanks Simon McVittie)
|
||||||
|
- update to 0.27.4:
|
||||||
|
* Fix D-Bus signature detection regression from 0.27.0
|
||||||
|
- update to 0.27.3:
|
||||||
|
* packit: Fix file name to sync
|
||||||
|
- update to 0.27.2:
|
||||||
|
* packit: Really fix Fedora dist-git syncing
|
||||||
|
- update to 0.27.1:
|
||||||
|
* packit: Fix Fedora dist-git syncing
|
||||||
|
- update to 0.27.0:
|
||||||
|
* Do not register standard session service directories, add API
|
||||||
|
to enable selected services (thanks Benjamin Berg)
|
||||||
|
* Log static method calls from templates (thanks Peter
|
||||||
|
Hutterer)
|
||||||
|
- update to 0.26.1:
|
||||||
|
* Fix README content type to Markdown, to fix releasing to PyPi
|
||||||
|
- update to 0.26.0:
|
||||||
|
* logind template: Add locking API (thanks Andy Holmes)
|
||||||
|
* bluez5 template: Add RemoveDevice() and
|
||||||
|
RemoveAdapterWithDevices() methods,
|
||||||
|
* fix properties (thanks Bastien Nocera)
|
||||||
|
* Documentation improvements, particularly wrt. raising errors
|
||||||
|
- update to 0.25.0:
|
||||||
|
* bluez template: Implement adapter discovery, connect,
|
||||||
|
disconnect, and removal
|
||||||
|
* Fix changing array properties (thanks Jonas Ådahl)
|
||||||
|
* Fix CLI upower tests (thanks Marco Trevisan)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 11 01:31:56 UTC 2023 - Simon Lees <sflees@suse.de>
|
Wed Oct 11 01:31:56 UTC 2023 - Simon Lees <sflees@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-python-dbusmock
|
# 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
|
# 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
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-python-dbusmock
|
Name: python-python-dbusmock
|
||||||
Version: 0.24.1
|
Version: 0.30.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python library for creating mock D-Bus objects
|
Summary: Python library for creating mock D-Bus objects
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
@ -28,11 +28,12 @@ BuildRequires: %{python_module gobject}
|
|||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
|
BuildRequires: dbus-1-daemon
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
BuildRequires: upower
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||||
BuildRequires: dbus-1-daemon
|
|
||||||
Requires: dbus-1-x11
|
Requires: dbus-1-x11
|
||||||
Requires: python-dbus-python
|
Requires: python-dbus-python
|
||||||
Requires: python-gobject
|
Requires: python-gobject
|
||||||
@ -65,7 +66,7 @@ to what one may expect in tests.
|
|||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc NEWS README.rst
|
%doc NEWS README.md
|
||||||
%{python_sitelib}/dbusmock
|
%{python_sitelib}/dbusmock
|
||||||
%{python_sitelib}/python_dbusmock-%{version}*-info
|
%{python_sitelib}/python_dbusmock-%{version}*-info
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user