David Runge pushed to branch main at Arch Linux / Packaging / Packages /
python-dbus-next
Commits:
20392046 by David Runge at 2025-11-13T10:31:08+01:00
upgpkg: 0.2.3-7
Rebuild against python-pytest-asyncio 1.0.0 and disable tests that are no
longer compatible.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-dbus-next
pkgdesc = The next great DBus library for Python with asyncio support
pkgver = 0.2.3
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/altdesktop/python-dbus-next
arch = any
license = MIT
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_name=dbus_next
pkgname=python-dbus-next
pkgver=0.2.3
-pkgrel=6
+pkgrel=7
pkgdesc="The next great DBus library for Python with asyncio support"
arch=(any)
url="https://github.com/altdesktop/python-dbus-next"
@@ -36,6 +36,12 @@ check() {
local pytest_options=(
# https://github.com/altdesktop/python-dbus-next/issues/135
--deselect test/test_tcp_address.py::test_tcp_connection_with_forwarding
+ # newer pytest-asyncio is incompatible with these tests
+ --deselect test/test_aio_low_level.py::test_sending_signals_between_buses
+ --deselect test/test_disconnect.py::test_bus_disconnect_before_reply
+ --deselect test/test_disconnect.py::test_unexpected_disconnect
+ --deselect test/test_fd_passing.py::test_high_level_service_fd_passing
+ --deselect test/test_fd_passing.py::test_sending_file_descriptor_with_proxy
)
cd $pkgname-$pkgver
export PYTHONPATH="build:${PYTHONPATH}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dbus-next/-/commit/203920464e93015ba70d1f6a2bbcce2aa9fca23a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dbus-next/-/commit/203920464e93015ba70d1f6a2bbcce2aa9fca23a
You're receiving this email because of your account on gitlab.archlinux.org.