From debbugs-submit-bounces@debbugs.gnu.org Wed May 28 03:42:07 2025 Received: (at submit) by debbugs.gnu.org; 28 May 2025 07:42:07 +0000 Received: from localhost ([127.0.0.1]:49769 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uKBQM-00050O-Tw for submit@debbugs.gnu.org; Wed, 28 May 2025 03:42:07 -0400 Received: from lists.gnu.org ([2001:470:142::17]:60480) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uKBQJ-0004zM-TI for submit@debbugs.gnu.org; Wed, 28 May 2025 03:42:04 -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 1uKBQE-0005vZ-FX for guix-patches@gnu.org; Wed, 28 May 2025 03:41:58 -0400 Received: from devianza.investici.org ([2c0f:f930:0:4::108]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uKBQC-0007B4-3D for guix-patches@gnu.org; Wed, 28 May 2025 03:41:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1748418109; bh=QKOXVq+KLJNaUquQRyATWshcReeRCr1rpAqsFUXY+AM=; h=From:To:Cc:Subject:Date:From; b=HP1GjMZWEzb2b1MCS5tpYhlpOcb+JVFsJEPEC2FXGK78fmBi/qdvVJs0Qb2i0n4gm aUDJu15sxxHyWzXhp6f5aXlCWBediQFR4TuslNKXq6FzyO1C4sce5QcGc/kj7gtKy8 1D07g4in9VJype8pzHb7M24H/ODcSCM+MDrEFYOg= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4b6hK94Wg4z6xpD; Wed, 28 May 2025 07:41:49 +0000 (UTC) Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4b6hK91mk6z6xp3; Wed, 28 May 2025 07:41:49 +0000 (UTC) From: Cayetano Santos To: guix-patches@gnu.org Subject: [PATCH emacs-team] gnu: emacs-wallabag: Update to 1.1.0-1.686fabf. Date: Wed, 28 May 2025 09:40:40 +0200 Message-ID: X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 X-Debbugs-Cc: Andrew Tropin , Cayetano Santos , Divya Ranjan Pattanaik , Hilton Chain , Ian Eure , Katherine Cox-Buday , Liliana Marie Prikler , Trevor Richards Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2c0f:f930:0:4::108; envelope-from=csantosb@inventati.org; helo=devianza.investici.org X-Spam_score_int: -8 X-Spam_score: -0.9 X-Spam_bar: / X-Spam_report: (-0.9 / 5.0 requ) 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, SPF_PASS=-0.001 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Cayetano Santos 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-wallabag): Update to 1.1.0-1.686fabf. Change-Id: I87768254bed30c31f4965abe563b19b771e11d83 --- Still no releases in this project, and latest update is 2 months old. Recent revision includes fixes and improvements. gnu/packages/emacs-xyz.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index f676ab7911..0548192602 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -43539,8 +43539,8 @@ (define-public emacs-semi-epg (license license:gpl2+)))) (define-public emacs-wallabag - (let ((commit "071cf68d3b150c4ae20eef79e301c3ba96d312ab") - (revision "0")) + (let ((commit "686fabf477b903857bc5d54a0a8e49620822e14e") + (revision "1")) (package (name "emacs-wallabag") (version (git-version "1.1.0" revision commit)) @@ -43552,7 +43552,7 @@ (define-public emacs-wallabag (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "17awlzmxw3l7l8882k89gj1wv3ssni9vfxhih6mrwcminns83drl")))) + (base32 "09xpc65psh8nf7gww3y2chnfkyi8b8mz1bs71g0zmz8h5djf821i")))) (build-system emacs-build-system) (arguments '(#:tests? #f ;no tests base-commit: d1ec5be63e2d8521a6bad61e5c478319280623c6 -- 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