pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr 15 10:15:15 UTC 2016

Modified Files:
        pkgsrc/sysutils/dbus-python-common: Makefile distinfo
        pkgsrc/sysutils/py-dbus: Makefile PLIST distinfo
        pkgsrc/sysutils/py-dbus/patches: patch-aa

Log Message:
Update python dbus bindings to 1.2.4.

D-Bus Python Bindings 1.2.4 (2016-03-06)
========================================

The “75,000 microchips” release.

Enhancements:

• Continous integration metadata for travis-ci.org is now available.
  Similar to dbus, this is split into .travis.yml (Travis-specifics)
  and tools/ci-build.sh (intended to be useful for any CI framework,
  although it does include various workarounds for travis-ci oddities).
  (Simon McVittie)

Fixes:

• Make dbus.version a tuple again, not a list, for consistent sorting.
  This was a regression in 1.2.2. (Debian #816729, Simon McVittie)

• Use inspect.signature() instead of inspect.getargspec() on Python
  versions that have it. inspect.getargspec() is deprecated in recent
  Python 3 and seems to have disappeared from 3.6 nightly builds.
  (Simon McVittie)

• Make the tests pass in "narrow" Python builds where unicode objects
  are UTF-16, rather than the UCS-4 used in Linux distributions.
  (fd.o #57140, Simon McVittie)

• Always include headers in a consistent order (Debian #749133, Simon McVittie)

• Include config.h in all C code that we compile. This is necessary
  on platforms where it might contain something like "#define _GNU_SOURCE"
  or "#define inline __inline".
  (Simon McVittie)


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/dbus-python-common/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/dbus-python-common/distinfo
cvs rdiff -u -r1.31 -r1.32 pkgsrc/sysutils/py-dbus/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/py-dbus/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/py-dbus/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/py-dbus/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index