From patchwork Tue Sep 26 13:24:09 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7257 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Rw0p11q3tz3wtY for ; Tue, 26 Sep 2023 13:24:25 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Rw0nx2Ks3z4Mk; Tue, 26 Sep 2023 13:24:21 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Rw0nx1QVNz3031; Tue, 26 Sep 2023 13:24:21 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Rw0nt5TbVz2xrm for ; Tue, 26 Sep 2023 13:24:18 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Rw0nt2Q89z1Zb; Tue, 26 Sep 2023 13:24:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1695734658; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=kuTodogeFF05301bSxmJY6t+nBjyOroTJBgWunEjXD4=; b=Ws54QtRcp3DC4pQv48p5XHLVi7GN7lyLDpi80ILrQ9qXwZ3hUeMouOj5mlHGVPNlGR5oYb JKxxf+QlWUbClV43yH9ay0f9T34YNqVOE/eeWLq48qQLsd/AVZ1MQbnpLvqBANJ0ZnygX+ vN47hCjrQNF63rJL8rqa+X4XoKm/+QkaJsAPyoBl24uL/xRJ8jBA1V7r5qOAfqFya+slKu BZwaD7SvSvWrpKsml3K1YdQ6c6oQbmBLMmAd3sCZhUma0XG/cClSrqxy+qt5H/vvvPckQq 9D/EFYl7WxhJn+xhwuxi0J5ojw5m0l368c1YaCofN53J9Md89WiKTIR+YRvSyg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1695734658; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=kuTodogeFF05301bSxmJY6t+nBjyOroTJBgWunEjXD4=; b=S/Rx6YdLlpeN7kOn7hAejS6cjyMbMRuUbiVEh4FyLtizhzIY9bkMUkCLpkXbeJYqo2T9N0 RCpGX7nawBtuhYBA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] python3-gobject3: Update to version 3.46.0-1 Date: Tue, 26 Sep 2023 15:24:09 +0200 Message-ID: <20230926132410.7915-4-adolf.belka@ipfire.org> In-Reply-To: <20230926132410.7915-1-adolf.belka@ipfire.org> References: <20230926132410.7915-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - IPFire-3.x - Update from version 3.42.2-2 to 3.46.0-1 - Changelog 3.46.0 build: Drop Python 3.7 support !238 build: Require glib 2.64 and gobject-introspection 1.64 !243 Add support for Python 3.12 (minor test fixes) !247 Drop GTK 2 support (after being effectively unsupported for 12 years) !182 meson: Require meson 0.56.0 !220 meson: Set PYTHONPATH in devenv !235 meson: define pycairo_dep in case pycairo=disabled !242 meson: Use pycairo from target python before pkg-config !223 Complete the PEP-451 implementation in gi.importer !229 Replace usage of deprecated FFI closure API !241 Fix invalid marshalling in some cases for boxed values, for example with Gtk.StyleContext.get_property() !213 Consistent setting of enum and flag property !192 Fix docstring for methods that return an array and have a length (out) argument !249 overrides: Fix incompatibility for CssProvider.load_from_data() (GTK 4.10) !231 overrides: Allow Gdk.{Color,RGBA} instances to be compared with other objects !233 overrides: Add overrides for Gdk.FileList in Gdk-4.0 !245 docs: Fix underline too short warning !246 docs: Fix build failure due to extlinks with Sphinx 6 !244 docs: List additional projects using PyGObject !230 docs: Update Development Environment Docs !232 docs: Update docs and code examples to GTK 4 !215 3.44.1 Fix tests with glib 2.76 !240 3.44.0 No changes compared to 3.43.1 3.43.1 Note: PyGObject is in need of more maintainers, please read https://www.bassi.io/articles/2022/12/02/on-pygobject/ Note: This is an unstable release. Drop support for Python 3.6 !184 meson: bump minimum version to 0.53.0 and update subprojects !227 gimodule: fix floating state of python objects created with g_object_new !129 Gtk.Template: Accept PathLike objects as a filename !195 info: Show which type/object callables are bound to !194 IntrospectionModule: handle two threads loading type at same time !149 Port to Py_TRASHCAN_BEGIN !226 Other cleanups/improvements: !181 !173 This release also includes all changes from 3.42.1 and 3.42.2 Signed-off-by: Adolf Belka --- python3-gobject3/python3-gobject3.nm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python3-gobject3/python3-gobject3.nm b/python3-gobject3/python3-gobject3.nm index 50518fea5..0cef4c1e7 100644 --- a/python3-gobject3/python3-gobject3.nm +++ b/python3-gobject3/python3-gobject3.nm @@ -5,9 +5,9 @@ name = python3-gobject3 version = %{ver_major}.%{ver_minor} -ver_major = 3.42 -ver_minor = 2 -release = 2 +ver_major = 3.46 +ver_minor = 0 +release = 1 thisapp = pygobject-%{version} groups = Development/Tools