Skip to content

Commit 760b8da

Browse files
committed
feat: update python-dbusmock to 0.34.3
mock D-Bus objects for tests Issue: deepin-community/sig-deepin-sysdev-team#558 Log: update repo
1 parent 2bc6336 commit 760b8da

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+8976
-5463
lines changed

.fmf/version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1

.pre-commit-config.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
repos:
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v4.5.0
4+
hooks:
5+
- id: end-of-file-fixer
6+
- id: trailing-whitespace
7+
- id: check-merge-conflict
8+
- id: check-toml
9+
- id: check-symlinks
10+
- id: no-commit-to-branch
11+
args: ['--branch', 'main']
12+
- repo: https://github.com/psf/black
13+
rev: 23.11.0
14+
hooks:
15+
- id: black
16+
args: ['--check', '--diff', '.']
17+
- repo: https://github.com/charliermarsh/ruff-pre-commit
18+
rev: v0.1.6
19+
hooks:
20+
- id: ruff

MANIFEST.in

Lines changed: 0 additions & 3 deletions
This file was deleted.

NEWS

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
OBSOLETE: Release news of newer versions are contained in the git tag descriptions.
2+
3+
## [0.28.1] - 2022-06-28
4+
- Again works on RHEL/CentOS 8 (0.27 broke there), now in CI
5+
- Avoid glib GI dependency for main dbusmock, for running in virtualenv (thanks Allison Karlitskaya)
6+
7+
## [0.28.0] - 2022-06-19
8+
- Drop unmaintained and broken accountsservice template
9+
- testcase: Throw an error when spawning a well-known name that exists (thanks Benjamin Berg)
10+
- mockobject: Allow sending signals with extra details (thanks Peter Hutterer)
11+
12+
## [0.27.5] - 2022-04-05
13+
- bluez and accountsservice templates: Drop default arguments from D-Bus methods (thanks Simon McVittie)
14+
15+
## [0.27.4] - 2022-04-04
16+
- Fix D-Bus signature detection regression from 0.27.0 (thanks Peter Hutterer) (#118)
17+
18+
## [0.27.3] - 2022-03-22
19+
- packit: Fix file name to sync
20+
21+
## [0.27.2] - 2022-03-22
22+
- packit: Really fix Fedora dist-git syncing
23+
24+
## [0.27.1] - 2022-03-22
25+
- packit: Fix Fedora dist-git syncing
26+
27+
## [0.27.0] - 2022-03-22
28+
- Do not register standard session service directories, add API to enable selected services (thanks Benjamin Berg)
29+
- Log static method calls from templates (thanks Peter Hutterer)
30+
31+
## [0.26.1] - 2022-02-25
32+
- Fix README content type to Markdown, to fix releasing to PyPi
33+
34+
## [0.26.0] - 2022-02-25
35+
- logind template: Add locking API (thanks Andy Holmes)
36+
- bluez5 template: Add RemoveDevice() and RemoveAdapterWithDevices() methods,
37+
fix properties (thanks Bastien Nocera)
38+
- Documentation improvements, particularly wrt. raising errors
39+
40+
## [0.25.0] - 2021-12-25
41+
- bluez template: Implement adapter discovery, connect, disconnect, and removal
42+
(thanks Bastien Nocera)
43+
- Fix changing array properties (thanks Jonas Ådahl)
44+
- Fix CLI upower tests (thanks Marco Trevisan)
45+
- Add testing and Fedora updating through packit
46+
147
## [0.24.1] - 2021-10-27
248
- Do not register standard D-Bus service directories (Thanks Benjamin Berg)
349
- templates: Add IIO Sensors Proxy support (Thanks Marco Trevisan)

0 commit comments

Comments
 (0)