Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 88E0E63CA81 for ; Fri, 26 Oct 2012 10:18:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 602E614A214; Fri, 26 Oct 2012 10:18:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 04B9E14A212 for ; Fri, 26 Oct 2012 10:18:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id qNMwip4w94rY for ; Fri, 26 Oct 2012 10:18:43 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 2E5AC14A20F for ; Fri, 26 Oct 2012 10:18:42 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id E1389175DD; Fri, 26 Oct 2012 10:18:42 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Date: Fri, 26 Oct 2012 10:18:42 +0000 From: "Patrick Welche" Subject: CVS commit: pkgsrc/devel/py-gobject3 To: pkgsrc-changes@NetBSD.org Reply-To: prlw1@netbsd.org X-Mailer: log_accum Message-Id: <20121026101842.E1389175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: prlw1 Date: Fri Oct 26 10:18:42 UTC 2012 Modified Files: pkgsrc/devel/py-gobject3: Makefile PLIST distinfo Log Message: Update py-gobject3 to 3.4.1.1 - thanks to drochner@ 3.4.1.1 17-Oct-2012 - Bump g-i dependency to >= 1.34.1.1 (Paolo Borelli) - Fix leaked vfunc return values (Simon Feltman) (#686140) - Install egg-info files in the right dir Kalev Lember) (#686315) 3.4.1 15-Oct-2012 - Skip Regress tests with --disable-cairo (Martin Pitt) (#685094) - Fix leak with python callables as closure argument. (Simon Feltman) (#685598) - Gio overrides: Handle setting GSettings enum keys (Martin Pitt) (#685947) - Fix unsigned values in GArray/GList/GSList/GHash (Martin Pitt) (#685860) - _pygi_marshal_from_py_uint64(): Use correct data type in py2.7 check (Alban Browaeys) (#685000) - Install an .egg-info file (Johan Dahlin) (#680138) - PyGProps_getattro(): Fix GObjectClass leak (Johan Dahlin) (#685218) - pygobject.c: Don't leak GObjectClass reference (Olivier CrĂȘte) (#684062) - Fix memory leak in _pygi_argument_to_array() (Alban Browaeys) (#685082) - Fix error messages for out of range numbers (Martin Pitt) (#684314) - Kill dbus-daemon after running tests (Martin Pitt) (#685009) - GVariant overrides: Support empty tuple arrays (Martin Pitt) (#684928) - tests: Fix wrong return type in test_int64_callback() (Martin Pitt) (#684700) - Fix GValue marshalling of long and unsigned long (Giovanni Campagna) (#684331) - Clean up deprecation message for assigning gpointers to objects. (Simon Feltman) (#683599) - pygi-property: Lookup property in base classes of non-introspected types (Olivier CrĂȘte) (#684058) To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-gobject3/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-gobject3/PLIST cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-gobject3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.