Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 776737A218 for ; Fri, 8 Apr 2016 07:41:28 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 29DC785F0E; Fri, 8 Apr 2016 07:41:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ABB4785EBB for ; Fri, 8 Apr 2016 07:41:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id sqX-pPr5JYRP for ; Fri, 8 Apr 2016 07:41:27 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1320D85E25 for ; Fri, 8 Apr 2016 07:41:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 81B2AFBBA; Fri, 8 Apr 2016 07:41:26 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 8 Apr 2016 07:41:26 +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: <20160408074126.81B2AFBBA@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 Apr 8 07:41:26 UTC 2016 Modified Files: pkgsrc/devel/py-gobject3: Makefile Makefile.common distinfo Log Message: Update py-gobject3 to 3.20.0 3.20.0 21-Mar-2016 3.19.92 15-Mar-2016 3.19.91 01-Mar-2016 - Fix marshaling of GError stored in GValue (Simon Feltman) (Thibault Saunier) (#761592) - Fix marshaling or GError from Python to C from function calls (Simon Feltman) (#685197) - Error handling/reporting fixes (Christoph Reiter) (#751956) - Fix crash due to GVariant implemented as PyGBoxed not PyGIStruct (Christoph Reiter) (#751956) - Fix crash with GValueArray stored in GValue (Mikhail Fludkov) (#754359) 3.19.90 20-Feb-2016 - tests: Set the active style context state before retrieving values (Simon Feltman) - tests: Fix crash with empty drag source icon names (Simon Feltman) (#762392) - Try to import GdkX11 in Gdk overrides (Christoph Reiter) (#673396) - Fix import warnings pointing to the wrong code with CPython 3.3/3.5 (Christoph Reiter) (#757184) 3.19.2 31-Oct-2015 - tests: Fix failure due to new GTK+ warning regarding size_allocate() (Simon Feltman) - Fix build warnings regarding _POSIX_C_SOURCE redefinition (Simon Feltman) - Drop -std=c90 for now (Matthias Clasen) 3.19.1 30-Oct-2015 - Use a named tuple for returning multiple values (Christoph Reiter) (#727374) - enum/flags: use gir info for type names and __repr__ instead of the gtype name (Christoph Reiter) (#657915) - Improve and unify __repr__ format for PyGObject, PyGBoxed and PyGIStruct (Christoph Reiter) (#657915) - Don't leak internal RepositoryError on import. (Christoph Reiter) (#756033) - Import dependencies when importing typelibs from gi.repository (Christoph Reiter) (#656314) - Fix Gdk.rectangle_intersect/rectangle_union missing with GTK+ 3.18 (Christoph Reiter) (#756364) - Don't import inspect at module level (Christoph Reiter) - invoke state: add a free memory cache for PyGIInvokeArgState (Christoph Reiter) (#750658) - invoke/closure: reduce g_slice_alloc usage (Christoph Reiter) (#750658) - pep8: ignore new errors reported by pep8 1.6 (Christoph Reiter) - Bump g-i dependency to latest stable (Garrett Regier) - Avoid calling g_slist_length() during invoke (Garrett Regier) - Simplify closure_convert_arguments() (Garrett Regier) - Remove a level of indentation in convert_ffi_arguments() (Garrett Regier) - Prevent passing the user data multiple times to callbacks (Garrett Regier) (#750347) - Support throwing exceptions in closures (Garrett Regier) (#710671) - Don't emit require_version warning if namespace was loaded previously using g_irepository_require (Christoph Reiter) (#754491) - configure.ac: post release version bump to 3.19.1 (Garrett Regier) 3.18.0 22-Sep-2015 3.17.90 19-Aug-2015 - Allow passing unicode lists to GStrv properties on Python 2 (Christoph Reiter) (#744745) - Avoid a silent long to int truncation (Rui Matos) (#749698) - Handle gtype marshalling (Mathieu Bridon) (#749696) - pygi-foreign-cairo.c: fix include for py3cairo.h (Daniel Hahler) (#746742) - tests: Silence various error messages and warnings (Christoph Reiter) (#751156) - Fix test regression when xdg-user-dirs is not installed (Christoph Reiter) (#751299) - Explicitly check if an override exists instead of ImportError (Garrett Regier) (#749532) 3.17.1 15-Jun-2015 - Add gi.PyGIWarning used when import version is not specified (Christoph Reiter) (#727379) - Remove Gdk.Rectangle alias with newer gobject-introspection and GTK+ (Christoph Reiter) (#749625) - overrides: Provide _overrides_module attribute (Christoph Reiter) (#736678) - overrides: Conditionalize touch override support in Gdk (Simon Feltman) (#747717) - Field setters: Remove unneeded type/range checks and unused code (Christoph Reiter) (#746985) - pygi-argument: Remove unused imports/includes (Christoph Reiter) (#746985) - Improve test coverage for field setters/getters (Christoph Reiter) (#746985) To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/py-gobject3/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-gobject3/Makefile.common cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-gobject3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.