summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* d/tests/build2, d/tests/python2: Use python2, not pythonSimon McVittie2019-11-04
|
* Standards-Version: 4.4.1 (no changes required)Simon McVittie2019-10-01
|
* Release to unstabledebian/1.2.12-1Simon McVittie2019-09-12
|
* New upstream releaseSimon McVittie2019-09-12
| | | | | | | Fixes a build regression in libsecret by restoring the ability to raise SystemExit from a dbus-python method. Closes: #940087
* Update upstream source from tag 'upstream/1.2.12'Simon McVittie2019-09-12
|\ | | | | | | Update to upstream version '1.2.12' with Debian dir af5c57307af64f8d14c785f859c2cf33b86ae7e7
| * New upstream version 1.2.12Simon McVittie2019-09-12
| |\
| | * Prepare version 1.2.12Simon McVittie2019-09-12
| | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * Revert "Consistently save/restore exception indicator when called from C code"Simon McVittie2019-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Saving and restoring the exception indicator breaks users of dbus-python that rely on being able to raise SystemExit (or call sys.exit()) from a dbus-python method, such as libsecret's test suite. This reverts commit dbc0f7ef463922c026f1183a07368aa61ffe98dc. Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * Merge commit 'c786e961343b1acd9ac78c035b8e335bf1f3e634'Simon McVittie2019-09-02
| | |\
| | | * Post-release version bumpSimon McVittie2019-09-02
| | | | | | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * | Document how to release dbus-pythonSimon McVittie2019-09-02
| | |/ | | | | | | | | | | | | | | | Otherwise I'll probably forget a step, usually updating PyPI. Signed-off-by: Simon McVittie <smcv@collabora.com>
* | | Release to unstabledebian/1.2.10-1Simon McVittie2019-09-02
| | |
* | | Install the egg-info metadataSimon McVittie2019-09-02
| | | | | | | | | | | | Closes: #910881
* | | Standards-Version: 4.4.0 (no further changes)Simon McVittie2019-09-02
| | |
* | | d/tests/control: Mark python2 tests as skip-not-installableSimon McVittie2019-09-02
| | | | | | | | | | | | Eventually, we want Python 2 to disappear.
* | | Drop patches, applied upstreamSimon McVittie2019-09-02
| | |
* | | New upstream releaseSimon McVittie2019-09-02
| | |
* | | d/copyright: UpdateSimon McVittie2019-09-02
| | |
* | | Update upstream source from tag 'upstream/1.2.10'Simon McVittie2019-09-02
|\| | | | | | | | | | | Update to upstream version '1.2.10' with Debian dir 21af816d6f7beb365ccd5c5fb1d0f1af5b7abe0f
| * | New upstream version 1.2.10Simon McVittie2019-09-02
| |\|
| | * Prepare releaseSimon McVittie2019-09-02
| | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * Update NEWSSimon McVittie2019-09-02
| | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * Consistently save/restore exception indicator when called from C codeSimon McVittie2019-09-02
| | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * Fix NO_REPLY test for Python 3Simon McVittie2019-09-02
| | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * NEWS: Mention corner-case incompatibilitySimon McVittie2019-09-02
| | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * Update NEWSSimon McVittie2019-09-02
| | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * Configure test bus to allow unrequested repliesSimon McVittie2019-09-02
| | | | | | | | | | | | | | | | | | | | | This lets us catch them in the test code. Fixes: e9f658d9d57b97395545c5ed2eaf9a85436f135d Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * Don't reply to NO_REPLY method callsSimon McVittie2019-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids unnecessary bus traffic, and when used on the system bus it also avoids system log spam from the dbus-daemon rejecting the unexpected reply. Closes: https://gitlab.freedesktop.org/dbus/dbus-python/issues/26 Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * Add a test for NO_REPLY method callsSimon McVittie2019-09-02
| | | | | | | | | | | | | | | | | | See https://gitlab.freedesktop.org/dbus/dbus-python/issues/26 Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * TRACE: Fix NULL argument to format stringSimon McVittie2019-09-02
| | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * test-p2p: Add test coverage for sending and receiving fdsSimon McVittie2019-09-02
| | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * Add basic test coverage for UnixFdSimon McVittie2019-09-02
| | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * unixfd: Adjust docstringSimon McVittie2019-09-02
| | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * Merge remote-tracking branch 'origin/merge-requests/3'Simon McVittie2019-09-02
| | |\
| | | * Add variant_level to UnixFd typeJohn Baublitz2019-08-30
| | | |
| | * | Replace doc/HACKING.txt with a Gitlab-style CONTRIBUTING.mdSimon McVittie2019-07-29
| | |/ | | | | | | | | | | | | | | | | | | | | | As with dbus-glib and dbus-gmain, much of the text here was taken from Wayland's contributing guide (thanks to Ander Conselvan de Oliveira, Bryce Harrington, Eric Engestrom, Pekka Paalanen and Daniel Stone). Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * doc: Include inherited members when documenting objectsSimon McVittie2019-07-29
| | | | | | | | | | | | | | | | | | epydoc did this by default, but sphinx apparently doesn't. Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * NEWS: UpdateSimon McVittie2019-07-23
| | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * Remove ChangeLog from source releasesSimon McVittie2019-07-23
| | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * Add Gitlab-CI integrationSimon McVittie2019-07-23
| | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * CI: Explicitly install python*-devSimon McVittie2019-07-23
| | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * uninstall: Delete dbus/__pycache__Simon McVittie2019-07-23
| | | | | | | | | | | | | | | | | | This fixes distcheck on python3.7. Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * Silence -Wcast-function-type with gcc 8Simon McVittie2019-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | Casting via void (*)(void) is the documented way to suppress this warning. This is required because the CPython API treats function pointers as generic, with flags to indicate different calling conventions. Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * CI: Use Debian 10 'buster' to test Python 3.7Simon McVittie2019-07-15
| | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * CI: Try to use a system copy of sphinx and tap.pySimon McVittie2019-07-15
| | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * Don't set deprecated tp_print to NULL on Python 3Simon McVittie2019-07-15
| | | | | | | | | | | | | | | | | | | | | This has apparently never actually done anything in the Python 3 series. Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * Stop supporting Debian 8 'jessie' or Python 3.4Simon McVittie2019-07-15
| | | | | | | | | | | | | | | | | | | | | These are no longer under mainstream security support from their respective vendors. Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * with-session-bus.sh: Remove unused scriptSimon McVittie2019-07-15
| | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * Add clearer licensing information in SPDX formatSimon McVittie2019-07-15
| | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * Update CI build infrastructure from dbusSimon McVittie2019-07-15
| | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>