dev-python/dasbus
DBus library in Python 3.
-
dasbus-9999test python_targets_python3_10 python_targets_python3_11
View
Download
Browse License: LGPL-2.1 Overlay: wayland-desktop -
dasbus-1.7-r2~amd64test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
View
Download
Browse License: LGPL-2.1 Overlay: guru -
dasbus-1.7-r1~amd64test python_targets_python3_11 python_targets_python3_12
View
Download
Browse License: LGPL-2.1 Overlay: guru -
dasbus-1.7~amd64test python_targets_python3_10 python_targets_python3_11
View
Download
Browse License: LGPL-2.1 Overlay: wayland-desktop
ChangeLog
commit a135e83a6ff6dc211c636c42ee656f323ca9d906
Author: Pascal Jäger <pascal.jaeger@leimstift.de>
Date: Fri May 2 00:21:08 2025 +0200
dev-python/dasbus: add py3.13
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
commit bb0aae8ad3292e932111cb0c52be559a6740b4b8
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Thu Feb 20 18:56:40 2025 +0500
*/*: disable py3.10
Python 3.10 target is scheduled for removal in Gentoo:
https://public-inbox.gentoo.org/gentoo-dev/e6ca9f1f4ababb79ab2a3d005c39b483c3ecef6e.camel@gentoo.org/
Sphinx 8.2.0 already dropped support for CPython 3.10 and PyPy 3.10,
leading to multiple CI failures in ::guru.
We can safely remove this target, because GURU is "experimental" and
does not have stable keywords.
Let's not remove "pypy3" right now because
a) There are not many packages using it.
b) So we can see which packages supported PyPy 3.10, and test them with
PyPy 3.11.
Closes: https://github.com/gentoo/guru/pull/291
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit ab547b03d15a300c76a6c34767a3adfbe578077f
Author: Lucio Sauer <watermanpaint@posteo.net>
Date: Mon Apr 29 11:58:40 2024 +0200
dev-python/dasbus: update upstream name
Fix VariableOrderCheck
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
commit 8c7f39b0c18ff07cd0cb49bba23f32df6bd50695
Author: Julien Roy <julien@jroy.ca>
Date: Sat Apr 13 14:33:27 2024 -0400
dev-python/dasbus: enable py3.12, use PEP517
Closes: https://bugs.gentoo.org/921795
Signed-off-by: Julien Roy <julien@jroy.ca>
commit 81746b9c4a26bc5ca39823524f4c6b6539b700ce
Author: Julien Roy <julien@jroy.ca>
Date: Sat Mar 23 10:26:50 2024 -0400
*/*: drop to maintainer-needed
Closes: https://github.com/gentoo/guru/pull/141
Signed-off-by: Julien Roy <julien@jroy.ca>
commit 12088906c597f38640e866db39c7ba6dea3f5ec0
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Tue May 2 00:45:35 2023 +0500
*/*: drop dead py3.9 impl
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit 41008d715cc7b84056a64933f14288647f14b6fa
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Sun Mar 12 17:53:56 2023 +0500
*/*: drop dead py3.8 impl
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit 22e1bf83ad1421ea1cd855c01629d964823740b3
Author: Stepan Kulikov <stepan_kk@pm.me>
Date: Wed Mar 8 01:37:30 2023 +0300
dev-python/dasbus: bump version to 1.7
Signed-off-by: Stepan Kulikov <stepan_kk@pm.me>
commit 1e95f22062b44b3708c09b56fb2334f41c633e2e
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Sat Mar 4 18:56:32 2023 +0500
*/*: update metadata schema uri
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit 7b92060b49f6c4e6b47d5cfc88ff45e2281c3a42
Author: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Date: Thu Jun 16 15:45:52 2022 +0200
dev-python/dasbus: enable tests
Closes: https://bugs.gentoo.org/852266
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
commit ace14ea90cae99da234db5091616879abf4d05e3
Author: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Date: Wed Jun 15 00:31:41 2022 +0200
dev-python/dasbus: new package, add 1.6
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Author: Pascal Jäger <pascal.jaeger@leimstift.de>
Date: Fri May 2 00:21:08 2025 +0200
dev-python/dasbus: add py3.13
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
commit bb0aae8ad3292e932111cb0c52be559a6740b4b8
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Thu Feb 20 18:56:40 2025 +0500
*/*: disable py3.10
Python 3.10 target is scheduled for removal in Gentoo:
https://public-inbox.gentoo.org/gentoo-dev/e6ca9f1f4ababb79ab2a3d005c39b483c3ecef6e.camel@gentoo.org/
Sphinx 8.2.0 already dropped support for CPython 3.10 and PyPy 3.10,
leading to multiple CI failures in ::guru.
We can safely remove this target, because GURU is "experimental" and
does not have stable keywords.
Let's not remove "pypy3" right now because
a) There are not many packages using it.
b) So we can see which packages supported PyPy 3.10, and test them with
PyPy 3.11.
Closes: https://github.com/gentoo/guru/pull/291
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit ab547b03d15a300c76a6c34767a3adfbe578077f
Author: Lucio Sauer <watermanpaint@posteo.net>
Date: Mon Apr 29 11:58:40 2024 +0200
dev-python/dasbus: update upstream name
Fix VariableOrderCheck
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
commit 8c7f39b0c18ff07cd0cb49bba23f32df6bd50695
Author: Julien Roy <julien@jroy.ca>
Date: Sat Apr 13 14:33:27 2024 -0400
dev-python/dasbus: enable py3.12, use PEP517
Closes: https://bugs.gentoo.org/921795
Signed-off-by: Julien Roy <julien@jroy.ca>
commit 81746b9c4a26bc5ca39823524f4c6b6539b700ce
Author: Julien Roy <julien@jroy.ca>
Date: Sat Mar 23 10:26:50 2024 -0400
*/*: drop to maintainer-needed
Closes: https://github.com/gentoo/guru/pull/141
Signed-off-by: Julien Roy <julien@jroy.ca>
commit 12088906c597f38640e866db39c7ba6dea3f5ec0
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Tue May 2 00:45:35 2023 +0500
*/*: drop dead py3.9 impl
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit 41008d715cc7b84056a64933f14288647f14b6fa
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Sun Mar 12 17:53:56 2023 +0500
*/*: drop dead py3.8 impl
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit 22e1bf83ad1421ea1cd855c01629d964823740b3
Author: Stepan Kulikov <stepan_kk@pm.me>
Date: Wed Mar 8 01:37:30 2023 +0300
dev-python/dasbus: bump version to 1.7
Signed-off-by: Stepan Kulikov <stepan_kk@pm.me>
commit 1e95f22062b44b3708c09b56fb2334f41c633e2e
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Sat Mar 4 18:56:32 2023 +0500
*/*: update metadata schema uri
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit 7b92060b49f6c4e6b47d5cfc88ff45e2281c3a42
Author: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Date: Thu Jun 16 15:45:52 2022 +0200
dev-python/dasbus: enable tests
Closes: https://bugs.gentoo.org/852266
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
commit ace14ea90cae99da234db5091616879abf4d05e3
Author: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Date: Wed Jun 15 00:31:41 2022 +0200
dev-python/dasbus: new package, add 1.6
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>

