dbus-1-python
NOTE: Automatically created during Factory devel project migration by admin.
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
10
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/python-dbus-python && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
dbus-python-1.2.18.tar.gz | 0000578204 565 KB | |
dbus-python-1.2.18.tar.gz.asc | 0000000833 833 Bytes | |
python-dbus-python-rpmlintrc | 0000000036 36 Bytes | |
python-dbus-python.changes | 0000025756 25.2 KB | |
python-dbus-python.spec | 0000006533 6.38 KB |
Revision 11 (latest revision is 13)
Dominique Leuenberger (dimstar_suse)
accepted
request 908517
from
Dirk Mueller (dirkmueller)
(revision 11)
- update to 1.2.18: * dbus-python will be built for python3 * Python 2 reached end-of-life on 2020-01-01. A future version of dbus-python is likely to remove Python 2 support. * Move from collections.Sequence to collections.abc.Sequence on Python ≥ 3.3, for Python 3.10 compatibility * Avoid another deprecation warning for inspect.getargspec(). This is similar to the one fixed in 1.2.4, but for dbus.decorators.signal rather than dbus.decorators.method. (dbus-python!8; Martin Stumpf) * Fix an unlikely fd leak if memory allocation fails for UnixFd * Fix memory and fd leak if UnixFd is given an invalid negative variant_level * Avoid more deprecation warnings * Disable -Wdeclaration-after-statement. Python 3.9 relies on intermixed declarations and statements in its headers, so we can no longer enforce this. (Simon McVittie) * Convert examples to Python 3 (Simon McVittie) * Use the same Python executable for build and dist/distcheck by default * CI fixes
Comments 0