From unknown Sat Jun 14 19:25:41 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#78711] [PATCH emacs-team] gnu: emacs-pg: Update to 0.54. Resent-From: Cayetano Santos Original-Sender: "Debbugs-submit" Resent-CC: andrew@trop.in, csantosb@inventati.org, divya@subvertising.org, hako@ultrarare.space, ian@retrospec.tv, cox.katherine.e+guix@gmail.com, liliana.prikler@gmail.com, trev@trevdev.ca, guix-patches@gnu.org Resent-Date: Fri, 06 Jun 2025 09:44:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 78711 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 78711@debbugs.gnu.org Cc: Cayetano Santos , Andrew Tropin , Cayetano Santos , Divya Ranjan Pattanaik , Hilton Chain , Ian Eure , Katherine Cox-Buday , Liliana Marie Prikler , Trevor Richards X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Andrew Tropin , Cayetano Santos , Divya Ranjan Pattanaik , Hilton Chain , Ian Eure , Katherine Cox-Buday , Liliana Marie Prikler , Trevor Richards Received: via spool by submit@debbugs.gnu.org id=B.174920301328749 (code B ref -1); Fri, 06 Jun 2025 09:44:01 +0000 Received: (at submit) by debbugs.gnu.org; 6 Jun 2025 09:43:33 +0000 Received: from localhost ([127.0.0.1]:41950 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uNTbo-0007Ta-EL for submit@debbugs.gnu.org; Fri, 06 Jun 2025 05:43:32 -0400 Received: from lists.gnu.org ([2001:470:142::17]:32816) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uNTbm-0007TM-D7 for submit@debbugs.gnu.org; Fri, 06 Jun 2025 05:43:30 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uNTbf-0006lq-Mz for guix-patches@gnu.org; Fri, 06 Jun 2025 05:43:24 -0400 Received: from latitanza.investici.org ([2001:888:2000:56::19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uNTbX-0003ls-7Z for guix-patches@gnu.org; Fri, 06 Jun 2025 05:43:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1749202989; bh=VBEtZe1PP6lgE6XiWH1Q5e3BBpQaKuTntbLlMrGsCV4=; h=From:To:Cc:Subject:Date:From; b=bZQop6O8P58whfahJts2ANjPZFL/8WgDIag8cAZYt84NYGaGCv1d1cObPElwG0HDr FJRoFZQUwEDqQe112cLaEFy1Xnhiofm3+nDBpmIchUz42vJ1m8PmsHTBOGGT1/JuBD ZTlVeIQuEK6oBiae4b0pEPM9c247QvRpMhPVK7RE= Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4bDGb12f0gzGp9F; Fri, 6 Jun 2025 09:43:09 +0000 (UTC) Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4bDGb10S2vzGp96; Fri, 6 Jun 2025 09:43:08 +0000 (UTC) From: Cayetano Santos Date: Fri, 6 Jun 2025 11:43:02 +0200 Message-ID: <3a61fadb2a922bf3fbf3aa8754a7526c51df05c4.1749202982.git.csantosb@inventati.org> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:888:2000:56::19; envelope-from=csantosb@inventati.org; helo=latitanza.investici.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, T_SPF_TEMPERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) * gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.54. Change-Id: Ibaad6f779f1de72e39ee3a81ab0291266ee948b5 --- gnu/packages/emacs-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 5f285d0761..fb4782d8de 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -25881,7 +25881,7 @@ (define-public emacs-evil-anzu (define-public emacs-pg (package (name "emacs-pg") - (version "0.48") + (version "0.54") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/emarsden/pg-el") @@ -25889,7 +25889,7 @@ (define-public emacs-pg (file-name (git-file-name name version)) (sha256 (base32 - "0xgs49acgvjgjlrndx9gxajzh3aml0yn9dln94j51fr1knjwa441")))) + "0q7s0f1clqr57pifs0wz7kcws0i1gb824c0glrdpmjagax87w28v")))) (build-system emacs-build-system) (propagated-inputs (list emacs-peg)) (home-page "https://github.com/emarsden/pg-el") base-commit: 60e332adae600e230efb76e4027b764e3ae2c7dc -- 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 14 10:48:04 2025 Received: (at control) by debbugs.gnu.org; 14 Jun 2025 14:48:04 +0000 Received: from localhost ([127.0.0.1]:39988 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uQSAu-0000FJ-6W for submit@debbugs.gnu.org; Sat, 14 Jun 2025 10:48:04 -0400 Received: from mail-wr1-x444.google.com ([2a00:1450:4864:20::444]:47571) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1uQSAq-0000Ea-0n; Sat, 14 Jun 2025 10:48:01 -0400 Received: by mail-wr1-x444.google.com with SMTP id ffacd0b85a97d-3a361b8a664so3123453f8f.3; Sat, 14 Jun 2025 07:47:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1749912473; x=1750517273; darn=debbugs.gnu.org; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:from:to:cc:subject :date:message-id:reply-to; bh=SiKh7QwoVNBsrm8K0ceFtQo76MjVK5KJlimcNkKyUBA=; b=gSLGuzOy2rFCLG/egbwJC3Wiat0343hpzPjR8BEQVYSgr5AagyX7YOnQ+w3cWIV600 QoP9UdbnuT3SJ8k6Rf4GzWLHmdnCHEAzLzxr0YF4lPcGIpauzHuzKZmRR7qXZIXhInmA w/0egKotUh8YaRQzXATi3xue1GUdM74LWeurxhQRtfqdTDQbtZXXEyyzRrimA/1xJT8L M2B1Mw71uLNvR+GZR3rIMqk4kY/xXYE87l0BObF8HjGRIghQgl5Ks9ynsWjPBIS9E6r/ M7fhwsA6M/whdojmWwRazuJjl9Ehq0Xb0VeH6xZB2H4Jx4mscYMi2qwAaLcxiC76VWTB ubRg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1749912473; x=1750517273; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=SiKh7QwoVNBsrm8K0ceFtQo76MjVK5KJlimcNkKyUBA=; b=imeVAWTbsJ2WqOr+8sHNOCK1k9MAJzWw6Ny3nKUdLb6cqn2Ctg5ZcpulOf0EuloLHk IPmCZizcEvpxX9+YbGpPZj67xC7bhB4s8O849vRAlGXBuBHd5y3PkPoguA0pzPVg02xf thdV8QPH7Vm89aqkIQvkwwoDhbBcEDW5HxvkoffBcbIwt/XvHAhIyXUQx3rCouY+5VZa xGt4Wvp/e6Ma7jv1KF/9Jy4/bMe9TUVtDSv8CfZGQEwAok0i8jvwpA1usjk66Tw+59zY PpmQ02zvv0YU2oc64/I05ycWFW01rpDJlo+RWgsqhqMHW9WEIv/L2/0Ut6PLAc0boR/6 I3Mw== X-Forwarded-Encrypted: i=1; AJvYcCVmdm7BGuBTfT8g/lSchSlQUeIbkmqQnA27eKEumdnSyxtiF9WDxTLRPHPU/7/Zu5ws6vR10w==@debbugs.gnu.org, AJvYcCWfxbb0AZj53XB9ygseXl8Loik2el8jLGNVs4KYSKsaY/bSQ4dAOT1D3TQ4Dz3RPmopAQ69SL9L3Q==@debbugs.gnu.org X-Gm-Message-State: AOJu0YysOHNMYttVWqKHKjhjk+FAKlPeSClj9y3/dqtwNgkQx+PiSb3+ 18sqp1CAVOOKXB8ezsn9mVCNmXLjdritWH0BByLNScvxwNT6xaJp7Fe0 X-Gm-Gg: ASbGncubr1aY2FivHa8y+JZD9W8C43NJ1YoWwOcszwptCCEgm3Jbhcp0qukRZAIT2kq vILyT2EfPBMWgZ7GKb3tAmzOVcNsAKitI0SO/urQg0hBl7gNxMzLMQww6txSRR41C8iE40vK0cU A369WB+z8aekeuz9ks7mhq3VdljEsjNkX5czMM10kDmCLy1HjnPW7k+iR+fJS7ueZnzmIQGBV8j g5QlPutgFE0+D8pJXhcnR6POQBgkv8s0JiO3u0BZVc7YdNHB0lAqFVX4kWkcyK913kGGzMi8WI/ nfcTLOctyyn+MRNfGi8jZR5AEOIN2YF1qIihzL6fqKmzlkSzzJm9nlEiouRKXGJPHl8AUFssPzO /dBMXEfGIU3Fwhpjw6AyEOQ9aCcF25lahLtZzWA== X-Google-Smtp-Source: AGHT+IGul+eg33XGS7iPwAocO020iTfTOnOC/Eaju2wx6FF6/8Rc0Qv3HwR3qEf8sHt3Kes47I/pmw== X-Received: by 2002:a05:6000:188f:b0:3a4:d722:5278 with SMTP id ffacd0b85a97d-3a572e8bfbdmr3378754f8f.39.1749912472978; Sat, 14 Jun 2025 07:47:52 -0700 (PDT) Received: from lumine.fritz.box (85-127-114-32.dsl.dynamic.surfer.at. [85.127.114.32]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-3a568b0898fsm5454867f8f.54.2025.06.14.07.47.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 14 Jun 2025 07:47:52 -0700 (PDT) Message-ID: Subject: Re: [bug#78257] Request for merging "emacs-team" branch From: Liliana Marie Prikler To: Andreas Enge , control@debbugs.gnu.org Date: Sat, 14 Jun 2025 16:47:49 +0200 In-Reply-To: References: <83271d89e4f6721477ff3e3d767814dae24a47ab.camel@gmail.com> <87plgn2vrd.fsf@ngraves.fr> <6b92beba8434b493cd9191fecc955a04cac0a8ae.camel@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.54.3 MIME-Version: 1.0 X-Spam-Score: 3.0 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 78615 close 78645 close 78646 close 78708 close 78710 close 78711 thanks Am Samstag, dem 14.06.2025 um 15:46 +0200 schrieb Andreas Enge: > If everything goes well, please rebase on master and push to master. I assume we still want to wait for QA to process the branch? Content analysis details: (3.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.0 MANY_TO_CC Sent to 10+ recipients -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2a00:1450:4864:20:0:0:0:444 listed in] [list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (liliana.prikler[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record X-Debbugs-Envelope-To: control Cc: Christopher Baines , ngraves@ngraves.fr, 78257@debbugs.gnu.org, ian@retrospec.tv, cox.katherine.e+guix@gmail.com, csantosb@inventati.org, andrew@trop.in, hako@ultrarare.space, divya@subvertising.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 78615 close 78645 close 78646 close 78708 close 78710 close 78711 thanks Am Samstag, dem 14.06.2025 um 15:46 +0200 schrieb Andreas Enge: > If everything goes well, please rebase on master and push to master. I assume we still want to wait for QA to process the branch? Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2a00:1450:4864:20:0:0:0:444 listed in] [list.dnswl.org] 3.0 MANY_TO_CC Sent to 10+ recipients 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (liliana.prikler[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager close 78615 close 78645 close 78646 close 78708 close 78710 close 78711 thanks Am Samstag, dem 14.06.2025 um 15:46 +0200 schrieb Andreas Enge: > If everything goes well, please rebase on master and push to master. I assume we still want to wait for QA to process the branch? > There are a number of package updates tagged emacs-team with a green > badge on QA: > =C2=A0=C2=A0 https://qa.guix.gnu.org/patches >=20 > Please feel free to either add them on top of the emacs-team branch > and close the issues, or wait until after the merge. See above. Cheers