Skip to content

Commit a4df8ff

Browse files
committed
user/python-dbus-fast: update to 5.0.2
1 parent 2043319 commit a4df8ff

2 files changed

Lines changed: 12 additions & 9 deletions

File tree

user/python-dbus-fast/patches/remove_pytest_cov.patch

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
diff --color -ruN python-dbus-fast/pyproject.toml python-dbus-fast-patched/pyproject.toml
2-
--- python-dbus-fast/pyproject.toml 2026-04-02 04:41:00.000000000 +0000
3-
+++ python-dbus-fast-patched/pyproject.toml 2026-04-07 17:38:23.494416545 +0000
2+
--- python-dbus-fast/pyproject.toml 2026-05-20 13:42:08.000000000 +0000
3+
+++ python-dbus-fast-patched/pyproject.toml 2026-05-20 16:49:02.878437546 +0000
44
@@ -46,7 +46,6 @@
55

66
[tool.poetry.group.dev.dependencies]
77
pytest = ">=7,<10"
88
-pytest-cov = ">=3,<8"
99
pytest-asyncio = ">=0.19,<1.4"
1010
pycairo = "^1.21.0"
11-
PyGObject = {version = ">=3.50,<3.51", python = "<4"}
11+
PyGObject = {version = ">=3.50,<3.57", python = "<4"}
1212
@@ -54,7 +53,6 @@
1313
setuptools = ">=65.4.1,<83.0.0"
1414
pytest-timeout = "^2.1.0"
15-
pytest-codspeed = ">=3.1.1,<5.0.0"
15+
pytest-codspeed = ">=3.1.1,<6.0.0"
1616
-covdefaults = "^2.3.0"
17+
blockbuster = ">=1.5.5,<2.0.0"
1718

1819
[tool.semantic_release]
19-
branch = "main"
20-
@@ -63,21 +61,11 @@
20+
@@ -64,7 +62,7 @@
2121
build_command = "pip install poetry && poetry build"
2222

2323
[tool.pytest.ini_options]
@@ -26,7 +26,10 @@ diff --color -ruN python-dbus-fast/pyproject.toml python-dbus-fast-patched/pypro
2626
pythonpath = ["src"]
2727
filterwarnings = [
2828
"error",
29-
'''ignore:The global interpreter lock \(GIL\) has been enabled to load module 'gi\._gi'.*:RuntimeWarning''',
29+
@@ -83,16 +81,6 @@
30+
# builds (Ubuntu 25.10 / s390x leg) for symbols moved to the GLibUnix
31+
# namespace. The override loader trips the warning before any test runs.
32+
'''ignore:GLib\.unix_[a-z_]+ is deprecated.*:DeprecationWarning''',
3033
-]
3134
-
3235
-[tool.coverage.run]

user/python-dbus-fast/template.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname = "python-dbus-fast"
2-
pkgver = "4.0.5"
2+
pkgver = "5.0.2"
33
pkgrel = 0
44
build_style = "python_pep517"
55
make_check_args = [
@@ -39,7 +39,7 @@
3939
license = "MIT"
4040
url = "https://pypi.org/project/dbus-fast"
4141
source = f"https://github.com/Bluetooth-Devices/dbus-fast/archive/refs/tags/v{pkgver}.tar.gz"
42-
sha256 = "0de71ec2f24d04fdcf22f82bda19deea02e249b179f4d30c589c0e8f509500db"
42+
sha256 = "2429e6d2b6f470e08f08b166a62a98173d93863669beccdf0e983152d87a67aa"
4343
# tests fail since pygobject update
4444
options = ["!check"]
4545

0 commit comments

Comments
 (0)