From patchwork Tue Sep 26 13:24:06 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7254 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) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Rw0nw6MLgz3wkw for ; Tue, 26 Sep 2023 13:24:20 +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) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Rw0nv1PRYz208; Tue, 26 Sep 2023 13:24:19 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Rw0nv0JF4z2yvr; Tue, 26 Sep 2023 13:24:19 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Rw0ns4W8xz2xHS for ; Tue, 26 Sep 2023 13:24:17 +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 4Rw0nr2jRqz1Zb; Tue, 26 Sep 2023 13:24:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1695734656; 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; bh=yaqTBa3auCQZkwaMl68V8K5NPgszrpmxtbZXjOaM4UQ=; b=5H6CJxbFBF3gUV64Kxu5Yb0xnIVo9ge+lBWws26JNueqHOwUHrOMnF+kPBWs2okQ40A9AE /T2VwyXYhYXUCvAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1695734656; 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; bh=yaqTBa3auCQZkwaMl68V8K5NPgszrpmxtbZXjOaM4UQ=; b=B3kckguRoH+RMoBlB4MNCGVtYbwjWmenXERtR0jwoFe2EcO/Gp0xq9RX9QSqkWSgqHwo+v p3TSwBNuRpWvdiwTyTdhg3S2e3jLuVqDbx8uh2+HKqvvscDR5bvBy00aSzg2B7RQlYZmdG LhoKZRMzi9kQJxF9bQYnEZO+MjUwIunVmlw/gStHHYP7CMK6TGOywAmrKh/hG8CFguTRir iPHeTWfhQN780eC1IZdPk6Zea371/S9BU4CH0j9yRPuBP6naqaoRVDmG4uUOH3n5gCO8v+ brhxK8/jgV2r7C0Po3vN/Vkkt/RlTXgyIbOLK0wga77YrdAZAZVlLsNSOok0cA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] python3-cairo: Update to version 1.24.0-1 Date: Tue, 26 Sep 2023 15:24:06 +0200 Message-ID: <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 1.23.0-2 to 1.24.0-1 - Changelog 1.24.0 Dropped Python 3.7 support Bumped meson version requirement from 0.53.0 to 0.56.0 Various cairo dependency updates for the Windows wheel build examples: update to GTK4 #pr-307 examples: add a clip_image example #pr-316 docs: fix the build with Sphinx 6 #pr-318 Various code cleanups #pr-306 Added Python 3.12 Windows wheels Signed-off-by: Adolf Belka --- python3-cairo/python3-cairo.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python3-cairo/python3-cairo.nm b/python3-cairo/python3-cairo.nm index 29a2187f2..9d966b023 100644 --- a/python3-cairo/python3-cairo.nm +++ b/python3-cairo/python3-cairo.nm @@ -4,8 +4,8 @@ ############################################################################### name = python3-cairo -version = 1.23.0 -release = 2 +version = 1.24.0 +release = 1 thisapp = pycairo-%{version} groups = Development/Tools