summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| | | * | build: Use AS_HELP_STRING instead of deprecated AC_HELP_STRINGSimon McVittie2021-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has been available since at least autoconf 2.59c (2006). Signed-off-by: Simon McVittie <smcv@collabora.com>
| | | * | .gitignore: Ignore build-system backup filesSimon McVittie2021-09-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | | * | build: Update bug reporting URLSimon McVittie2021-09-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | | * | build: Use LT_INIT instead of deprecated AC_PROG_LIBTOOLSimon McVittie2021-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has been available since at least libtool 1.9b (2004). Signed-off-by: Simon McVittie <smcv@collabora.com>
| | | * | CI: Ensure we install into ${prefix}, even with Automake 1.16.4Simon McVittie2021-09-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | | * | build: Make distcheck use our ${prefix} with Automake 1.16.4Simon McVittie2021-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automake 1.16.4 changes the default behaviour for Python so that --prefix is no longer respected. Force it to behave as earlier versions did, so we can still distcheck. Signed-off-by: Simon McVittie <smcv@collabora.com>
| | | * | m4: Update AX_PYTHON_DEVEL for better forward-compatibilitySimon McVittie2021-09-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | | * | Remove support for Python 2Simon McVittie2021-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python 2 reached EOL on 2020-01-01, and the latest version of AX_PYTHON_DEVEL breaks the build with Python 2. This seems as good a time as any to drop compatibility. Signed-off-by: Simon McVittie <smcv@collabora.com>
| | | * | build: Use sysconfig in preference to distutils.utilSimon McVittie2021-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | distutils is deprecated and likely to be removed in Python 3.12. Signed-off-by: Simon McVittie <smcv@collabora.com>
| | | * | CI: Disable documentation build with Python 3.10Simon McVittie2021-09-14
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | The version of sphinx in Ubuntu impish is not currently fully compatible with Python 3.10. Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * | Release v1.2.18Simon McVittie2021-07-20
| | | | | | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * | Merge branch 'wip/smcv/py3' into 'master'Simon McVittie2021-07-20
| | |\ \ | | | | | | | | | | | | | | | | | | | | Move towards Python-3-only See merge request dbus/dbus-python!12
| | | * | Update NEWSSimon McVittie2021-07-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | | * | build: Use python3 if neither PYTHON nor PYTHON_VERSION is specifiedSimon McVittie2021-07-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | | * | examples: Convert to Python 3Simon McVittie2021-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python 2 reached EOL more than 18 months ago. For the gconf example, which is only still here because it provides an example of implementing a FallbackObject, use a mock implementation if the deprecated gconf module is no longer available. Signed-off-by: Simon McVittie <smcv@collabora.com>
| | | * | Use the same python for build and distcheckSimon McVittie2021-07-19
| | |/ / | | | | | | | | | | | | | | | | | | | | On modern distributions, /usr/bin/python often won't exist. Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * | Merge branch 'wip/smcv/misc' into 'master'Simon McVittie2021-07-19
| | |\ \ | | | | | | | | | | | | | | | | | | | | unixfd: Don't leak self if variant_level < 0 See merge request dbus/dbus-python!11
| | | * | Update NEWSSimon McVittie2021-07-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | | * | Remove Travis-CI integrationSimon McVittie2021-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We're using Gitlab-CI now. Signed-off-by: Simon McVittie <smcv@collabora.com>
| | | * | CI: Build with Python 3.10 beta, using Ubuntu 21.10 prereleaseSimon McVittie2021-07-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | | * | tests: Exercise negative variant_level for UnixFd typeSimon McVittie2021-07-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | | * | unixfd: Don't leak self if variant_level < 0Simon McVittie2021-07-19
| | |/ / | | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * | unixfd: Close fd in error pathDavid King2021-07-19
| | | | | | | | | | | | | | | | | | | | | | | | Found by Coverity. Bug-Redhat: https://bugzilla.redhat.com/show_bug.cgi?id=1938703
| | * | CI: Test with Python 3.9 on Debian 11 'bullseye'Simon McVittie2021-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Debian 11 hasn't actually been released yet, but it's in full freeze and is expected to be released in less than 2 weeks. Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * | Update NEWSSimon McVittie2020-11-23
| | | | | | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * | tests: Stop calling GLib.threads_initSimon McVittie2020-11-23
| | | | | | | | | | | | | | | | | | | | | | | | It is deprecated and no longer necessary. Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * | tests: Use gi.repository.GLib to avoid deprecation warningsSimon McVittie2020-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Back in the days of PyGTK, there was only the gobject module, containing bindings for both GLib and GObject. This is no longer the case. Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * | Fix getargspec() deprecation warningMartin Stumpf2020-11-19
| | | | | | | | | | | | | | | | Analogous to 7881666743df953227ccc403af4edfac7dd7ab8e
| | * | service: Adjust to deprecation of collections.SequenceSimon McVittie2020-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Since Python 3.3 the recommended location is collections.abc.Sequence, and the collections.Sequence alias will be removed in 3.9. Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * | build: Disable -Wdeclaration-after-statementSimon McVittie2020-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Python 3.9 nightly builds rely on intermixed declarations and statements in their headers, so we can no longer enforce this. Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * | CI: Don't install tap.py for Python 2Simon McVittie2020-01-14
| | | | | | | | | | | | | | | | | | | | | | | | The latest version only supports Python 3. Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * | Increment micro version after releaseSimon McVittie2020-01-14
| | | | | | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * | Release v1.12.16Simon McVittie2020-01-14
| | | | | | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * | Update NEWSSimon McVittie2020-01-11
| | | | | | | | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * | build: Forbid unexpanded AX_ macros more selectivelySimon McVittie2020-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The autoconf-archive macros do not guarantee not to use $AX_foo names for shell variables (see dbus/dbus#249, dbus/dbus!86). Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * | Add support for testing without tappySimon McVittie2020-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The latest version of tappy dropped Python 2 support, but I want to be able to continue to run dbus-python tests on Python 2 for now. Signed-off-by: Simon McVittie <smcv@collabora.com>
| | * | Post-release micro version bumpSimon McVittie2020-01-11
| | | |
* | | | Update changelogSimon McVittie2022-09-05
| | | |
* | | | Work around #998059 in sphinx by resetting language environment variablesSimon McVittie2022-09-05
| | | | | | | | | | | | | | | | This should make the documentation reproducible.
* | | | Release to unstabledebian/1.2.18-3Simon McVittie2021-09-15
| | | |
* | | | Standards-Version: 4.6.0 (no changes required)Simon McVittie2021-09-15
| | | |
* | | | d/rules: Don't let debhelper >= 13.4 make test data executableSimon McVittie2021-09-15
| | | |
* | | | Update lintian overridesSimon McVittie2021-09-15
| | | |
* | | | Don't do a separate build for python3.x-dbgSimon McVittie2021-09-15
| | | | | | | | | | | | | | | | Closes: #994299
* | | | Upload to unstabledebian/1.2.18-2Simon McVittie2021-08-15
| | | |
* | | | Release to experimentalSimon McVittie2021-07-20
| | | |
* | | | New upstream releaseSimon McVittie2021-07-20
| | | |
* | | | Update upstream source from tag 'upstream/1.2.18'Simon McVittie2021-07-20
|\| | | | | | | | | | | | | | | Update to upstream version '1.2.18' with Debian dir 98edd2b608509420f04ef69791a6d7303e88a129
| * | | New upstream version 1.2.18Simon McVittie2021-07-20
| | | |
* | | | Update changelogSimon McVittie2021-07-20
| | | |