From unknown Thu Jun 19 12:36:39 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#76512 <76512@debbugs.gnu.org> To: bug#76512 <76512@debbugs.gnu.org> Subject: Status: [PATCH] gnu: emacs-ws-butler: Update to 1.1 from new maintainer. Reply-To: bug#76512 <76512@debbugs.gnu.org> Date: Thu, 19 Jun 2025 19:36:39 +0000 retitle 76512 [PATCH] gnu: emacs-ws-butler: Update to 1.1 from new maintain= er. reassign 76512 guix-patches submitter 76512 Liam Hupfer severity 76512 normal tag 76512 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 23 14:56:28 2025 Received: (at submit) by debbugs.gnu.org; 23 Feb 2025 19:56:28 +0000 Received: from localhost ([127.0.0.1]:36261 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tmI5T-0003OX-Ga for submit@debbugs.gnu.org; Sun, 23 Feb 2025 14:56:27 -0500 Received: from lists.gnu.org ([2001:470:142::17]:57816) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tmI5R-0003OG-Ag for submit@debbugs.gnu.org; Sun, 23 Feb 2025 14:56:26 -0500 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 1tmI5K-0007RP-L6 for guix-patches@gnu.org; Sun, 23 Feb 2025 14:56:18 -0500 Received: from out-179.mta0.migadu.com ([91.218.175.179]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tmI5H-0004Fi-6d for guix-patches@gnu.org; Sun, 23 Feb 2025 14:56:18 -0500 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hpfr.net; s=key1; t=1740340571; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=i5/qjm50iSO7llj669tA+PrxBaTAp+2lPIiLeLZJ05I=; b=XtoN83cgh3H8Bz0t/bsO1kmHHfxzQKdMXoRdESFyGZoJpYtOQewGUaER2zGgk5xkC2OqZl LKCUKCVu8ldj1KgbgW6J7vmH7YAxIBzvbzl8skMer25g3Is0GcgDsORZgYsyoMyMx81lyu hT4lfHmpQzBIpHlm2ypJWibfZ7IO+FuNxB1rAYRE+Z4Oo9X+qImVNSrgQEFWLpZ22Qsr/Y UHVd+f/larz7WXKzwFpN1PLRGlCt2PVNt9cl6gN+Ok+RbM2wGAlsgBYRn89RubkUbzUFUL TzAQ4W865Ogb88A9nDSmL6y9fLAJuxQ6zO5lemOYFgb7shDTp5WOPnAfbRgMXw== From: Liam Hupfer To: guix-patches@gnu.org Subject: [PATCH] gnu: emacs-ws-butler: Update to 1.1 from new maintainer. Date: Sun, 23 Feb 2025 13:55:50 -0600 Message-ID: <8807437ea73b0a394e85849aa8927b006d026e0f.1740340448.git.liam@hpfr.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Debbugs-Cc: Andrew Tropin , Divya Ranjan Pattanaik , Ian Eure , Katherine Cox-Buday , Liliana Marie Prikler Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=91.218.175.179; envelope-from=liam@hpfr.net; helo=out-179.mta0.migadu.com 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, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Liam Hupfer 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 (/) The original author of ws-butler is largely inactive. Sean Whitton has taken over maintenance at NonGNU ELPA and applied several outstanding patches. ELPA tarballs do not deploy tests, so remove test support and rely on upstream in alignment with other packages sourced from NonGNU ELPA. While we’re here, tidy the package docs and run guix style. * gnu/packages/emacs-xyz.scm (emacs-ws-butler): Update to 1.1 from new maintainer. Link: https://github.com/lewang/ws-butler/issues/52 Link: https://github.com/lewang/ws-butler/issues/58 Change-Id: I09db3d855c4b15d2253090884106e00bc1719607 --- gnu/packages/emacs-xyz.scm | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 59c1927135..06b50cd40c 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -22499,27 +22499,21 @@ (define-public emacs-hercules (define-public emacs-ws-butler (package (name "emacs-ws-butler") - (version "0.7") + (version "1.1") (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/lewang/ws-butler") - (commit "v0.7"))) - (file-name (git-file-name name version)) + (method url-fetch) + (uri (string-append "https://elpa.nongnu.org/nongnu/ws-butler-" version + ".tar")) (sha256 - (base32 "17f73isx2wdwzjcxparyy7ngl4cha0g69da1d72b3yidzim1kh6h")))) + (base32 "1vy7g2ryg1drcz9zpn011d36zcd9a5b5yny5hwpjrllqj5dg73jx")))) (build-system emacs-build-system) - (arguments - `(#:tests? #t - #:test-command '("ert-runner" "tests"))) - (native-inputs - (list emacs-ert-runner)) - (home-page "https://github.com/lewang/ws-butler") - (synopsis "Trim spaces from end of lines") + (home-page "https://elpa.nongnu.org/nongnu/ws-butler.html") + (synopsis "Unobtrusively remove trailing whitespace") (description - "This Emacs package automatically and unobtrusively trims whitespace -characters from end of lines.") + "ws-butler automatically trims trailing whitespace characters on save. +In contrast with other whitespace cleanup solutions, only modified lines are +trimmed.") (license license:gpl3+))) (define-public emacs-opencl-mode base-commit: 23b068c036223e70bdea9d7d579850a1cffc02a7 -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 24 09:57:36 2025 Received: (at 76512) by debbugs.gnu.org; 24 Feb 2025 14:57:36 +0000 Received: from localhost ([127.0.0.1]:41919 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tmZtn-0002hS-HS for submit@debbugs.gnu.org; Mon, 24 Feb 2025 09:57:35 -0500 Received: from fhigh-a8-smtp.messagingengine.com ([103.168.172.159]:38541) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tmZtl-0002hF-2Y for 76512@debbugs.gnu.org; Mon, 24 Feb 2025 09:57:34 -0500 Received: from phl-compute-04.internal (phl-compute-04.phl.internal [10.202.2.44]) by mailfhigh.phl.internal (Postfix) with ESMTP id 4D89D11401CB; Mon, 24 Feb 2025 09:57:26 -0500 (EST) Received: from phl-mailfrontend-02 ([10.202.2.163]) by phl-compute-04.internal (MEProxy); Mon, 24 Feb 2025 09:57:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=retrospec.tv; h= cc:cc:content-transfer-encoding:content-type:content-type:date :date:from:from:in-reply-to:message-id:mime-version:reply-to :subject:subject:to:to; s=fm3; t=1740409046; x=1740495446; bh=2N j/78Hm/yTypttK7iqLdU2wMp8iGnI25OvGo9VqSRI=; b=e1cuhEfMf08yA4WP69 Ns1VF3JqMT0aaQ39BmyJpPFgGsvApX8AL5iL1chy/QqIKQpat9LIRVqD8KrNlpvw FXRZRK9I5xC8yjhruGFkPG+9NGh06n8qQz2Ad65kY1ZqKna9lF+icIWiuybr9Ejj cQ+ExWJO8EApCFEeIvVflBuOFq1Qm7wJYeiuz7kgmsSZkT2PH7XJ6npMpfe2na8h qsuwdSPo2fmt3rIaejn4wVj9T1CSgwp77teP66q856AmAJ2cgCyus390OXGSPoT0 GpcHSjNXG5H7N0jzIxUyMlrH1dr616mVzChdZcMcMS5BGzJLc3BTfJuIQWaEpPJd jNxg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:content-type:date:date:feedback-id:feedback-id :from:from:in-reply-to:message-id:mime-version:reply-to:subject :subject:to:to:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm1; t=1740409046; x=1740495446; bh=2Nj/78Hm/yTypttK7iqLdU2wMp8i GnI25OvGo9VqSRI=; b=YAbUaFml+Qg9OxexMVgHgzoIy2o0L3F9MgSuM55kUmW0 FIIUA2CFY5PlE3Tgx6RDciOh/tnKxvnOUVcGMGrHFKdLcK7tz7Xzmt6xNRoiF68b VrFgqKdPAkekV5/SGDq+Q/8wlIRqxbEUyk1gYYoTXUCUgbfRq72bsNnkFsKEJDcd tiYvuIm/b8QlDJpbOC2XdHNWlQ3tbu5ZgzsW0ksEGVmoV+yxFdeDDFSHRfcOJ26E lza8aGcXueXvKgHcLiLKNWHfttZOmG2uy+9QhrthbYo/+4/J4300XM6LBEQXHOY+ b2JxXVZ50fsinLtK4koBGFrpfLu3S2/obgHhe41sWg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgdejledtkecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpggftfghnshhusghstghrihgsvgdp uffrtefokffrpgfnqfghnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivg hnthhsucdlqddutddtmdenucfjughrpefhvfevufgffffkgggtgfesthhqredttderjeen ucfhrhhomhepkfgrnhcugfhurhgvuceoihgrnhesrhgvthhrohhsphgvtgdrthhvqeenuc ggtffrrghtthgvrhhnpeelhfffgedvieevleffteekhfehuddtgefgveekjefgueekudej heejieelueefleenucffohhmrghinhepghhithhhuhgsrdgtohhmpdhnohhnghhnuhdroh hrghenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehi rghnsehrvghtrhhoshhpvggtrdhtvhdpnhgspghrtghpthhtohepvddpmhhouggvpehsmh htphhouhhtpdhrtghpthhtohepjeeiheduvdesuggvsggsuhhgshdrghhnuhdrohhrghdp rhgtphhtthhopehlihgrmheshhhpfhhrrdhnvght X-ME-Proxy: Feedback-ID: id9014242:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 24 Feb 2025 09:57:25 -0500 (EST) From: Ian Eure To: Liam Hupfer Subject: Re: [bug#76512] [PATCH] gnu: emacs-ws-butler: Update to 1.1 from new maintainer. User-Agent: mu4e 1.12.8; emacs 29.4 Date: Mon, 24 Feb 2025 06:57:23 -0800 Message-ID: <87a5abgzl8.fsf@retrospec.tv> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 76512 Cc: 76512@debbugs.gnu.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: -1.7 (-) Hi Liam, Liam Hupfer writes: > The original author of ws-butler is largely inactive. Sean=20 > Whitton has > taken over maintenance at NonGNU ELPA and applied several=20 > outstanding > patches. ELPA tarballs do not deploy tests, so remove test=20 > support and > rely on upstream in alignment with other packages sourced from=20 > NonGNU > ELPA. > > While we=E2=80=99re here, tidy the package docs and run guix style. > > * gnu/packages/emacs-xyz.scm (emacs-ws-butler): Update to 1.1=20 > from new > maintainer. > > Link: https://github.com/lewang/ws-butler/issues/52 > Link: https://github.com/lewang/ws-butler/issues/58 > Change-Id: I09db3d855c4b15d2253090884106e00bc1719607 > --- > gnu/packages/emacs-xyz.scm | 26 ++++++++++---------------- > 1 file changed, 10 insertions(+), 16 deletions(-) > > diff --git a/gnu/packages/emacs-xyz.scm=20 > b/gnu/packages/emacs-xyz.scm > index 59c1927135..06b50cd40c 100644 > --- a/gnu/packages/emacs-xyz.scm > +++ b/gnu/packages/emacs-xyz.scm > @@ -22499,27 +22499,21 @@ (define-public emacs-hercules > (define-public emacs-ws-butler > (package > (name "emacs-ws-butler") > - (version "0.7") > + (version "1.1") > (source > (origin > - (method git-fetch) > - (uri (git-reference > - (url "https://github.com/lewang/ws-butler") > - (commit "v0.7"))) > - (file-name (git-file-name name version)) > + (method url-fetch) > + (uri (string-append=20 > "https://elpa.nongnu.org/nongnu/ws-butler-" version > + ".tar")) Is there an upstream source repo? If it=E2=80=99s reasonable to do so,=20 it=E2=80=99s preferable to use that rather than M/ELPA URLs. Everything else looks good to me. Thanks, -- Ian From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 24 23:33:21 2025 Received: (at 76512) by debbugs.gnu.org; 25 Feb 2025 04:33:21 +0000 Received: from localhost ([127.0.0.1]:44234 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tmmdE-0007AA-PI for submit@debbugs.gnu.org; Mon, 24 Feb 2025 23:33:21 -0500 Received: from out-171.mta0.migadu.com ([2001:41d0:1004:224b::ab]:63080) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tmmdA-00079l-RV for 76512@debbugs.gnu.org; Mon, 24 Feb 2025 23:33:18 -0500 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hpfr.net; s=key1; t=1740457986; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=FDdKIQhxbg3IdrcPj3fo9mRIevVFYQRiglSKxIvh8Vc=; b=oWUGuYzZJyrhU+Fg1vdm4mBIMkX9NmOcpCMXdIUhNGK6Rc5sjKkYBLM0ytr8l6yasNQnAI e0FRk162AyTLdFJ/jsM76wvtxTX/HHfC95PBtekKVoFVCHXJVg0rP9zkcvQCEmR6w3nFQV d3sDR0SSobbg5pyteHATpjoc1SkfslBjtH/Q6gKOPBmSQbQZuFjveICttc600H4Z8Dk+B9 Dfsw/BLwTtbuqA0T/EbFhMrQ4W/286R+/HOW94l/AcEsaDwqFDYFMz4XOiVq8GULzmF2P4 1VmbHLI97asq2exNNklgLAupIpjvPb1eOfGz9e1Nuq08r4b/WtNTP3DWs+/Pgg== From: Liam Hupfer To: Ian Eure Subject: Re: [bug#76512] [PATCH] gnu: emacs-ws-butler: Update to 1.1 from new maintainer. In-Reply-To: <87a5abgzl8.fsf@retrospec.tv> References: <87a5abgzl8.fsf@retrospec.tv> Date: Mon, 24 Feb 2025 22:33:01 -0600 Message-ID: <87eczmk5j6.fsf@hpfr.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Migadu-Flow: FLOW_OUT X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 76512 Cc: 76512@debbugs.gnu.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: -1.0 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Ian Eure writes: > Is there an upstream source repo? If it=E2=80=99s reasonable to do so,=20 > it=E2=80=99s preferable to use that rather than M/ELPA URLs. Sean seems to be maintaining it directly in the NonGNU ELPA repo: I took a look at other packages from NonGNU ELPA in emacs-xyz and they all seem to use the generated tarballs, so I followed suit here. I think using the ELPA tarball means =E2=80=98guix refresh=E2=80=99 will work, whic= h seems noteworthy. I know upstream Git repos are preferable to MELPA, but I think deploying to ELPA and NonGNU ELPA is more intentional on the upstream maintainer=E2=80=99s part (focused on tagged releases). > Everything else looks good to me. Good to hear, thanks for reviewing! =E2=80=94Liam --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 24 23:54:09 2025 Received: (at 76512) by debbugs.gnu.org; 25 Feb 2025 04:54:09 +0000 Received: from localhost ([127.0.0.1]:44266 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tmmxN-0008AE-Cf for submit@debbugs.gnu.org; Mon, 24 Feb 2025 23:54:09 -0500 Received: from fhigh-a8-smtp.messagingengine.com ([103.168.172.159]:60317) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tmmxK-00089b-0U for 76512@debbugs.gnu.org; Mon, 24 Feb 2025 23:54:07 -0500 Received: from phl-compute-09.internal (phl-compute-09.phl.internal [10.202.2.49]) by mailfhigh.phl.internal (Postfix) with ESMTP id CFC8C1140113; Mon, 24 Feb 2025 23:53:59 -0500 (EST) Received: from phl-mailfrontend-02 ([10.202.2.163]) by phl-compute-09.internal (MEProxy); Mon, 24 Feb 2025 23:53:59 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=retrospec.tv; h= cc:cc:content-transfer-encoding:content-type:content-type:date :date:from:from:in-reply-to:message-id:mime-version:reply-to :subject:subject:to:to; s=fm3; t=1740459239; x=1740545639; bh=F/ JS24TRApXEFAk1t3E3iXjRjWhpY+2WsZq0Lbri5Q0=; b=jx/qZM2nzBffj7CfjM iNQ2Cv9TOUMw6dRV8jD+jm5NqGk4h/jTQy4K6LSjZzlAc90N5HN4wdwtiY6B1O+C ueRhO+6ieZuhx6dpzLIGidBwcql10fMasXGGYWLSkehd6VdDtXS+mT1fkDA83uw1 Hi5LwJEf/D5fneiq4GeqlBuMUO6/DqDoctvvAxaDn6EbtQaMNQypLV5xKssYbKIP VQcJ/TX/qRKqevEmzqGRwGfYauEmoi0LIIipe8qOUQAbOR6ycZprI/86yd0TzXDp PmcmR+CUAWbdLn7irdsXT9Z03IO5/cPYI075ZODMmQwGV3owShrRXPo0DQxVZrUO szdw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:content-type:date:date:feedback-id:feedback-id :from:from:in-reply-to:message-id:mime-version:reply-to:subject :subject:to:to:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm1; t=1740459239; x=1740545639; bh=F/JS24TRApXEFAk1t3E3iXjRjWhp Y+2WsZq0Lbri5Q0=; b=3tjNPsFaTU/INzMD8bNG/mpf0faRkpFVGBKFlmzVhLdc ksovPCICrU4RGdIvMTWBDKzy68+SSJ4e/Qo5DvnY+3N5FggdX6bgd9MqQMHBNVur HomQmDsmJKQ1F3lNG/6iWMEN6wOT1+Ygu+3lpCGUte/OB/p8unm/IAUF/GTF1yDB 1q1uEGr3Z5LXA9TxUE2UEJm++WlKzcgWrq4U7e6WdESvoghao///Sd2TwSRxJIMV jLvAyTrKbmZp2EuWJKh+8KNYOqbdL7ONu4s7bvA0ccWVpdYJXwHCPV/XA0HWbkuO hgW0shwRJNJ5VERpoTGkF+Xgiuz39p+CScp9Nf+m/Q== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgdektdejkecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpggftfghnshhusghstghrihgsvgdp uffrtefokffrpgfnqfghnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivg hnthhsucdlqddutddtmdenucfjughrpefhvfevufgffffkgggtgfesthhqredttderjeen ucfhrhhomhepkfgrnhcugfhurhgvuceoihgrnhesrhgvthhrohhsphgvtgdrthhvqeenuc ggtffrrghtthgvrhhnpeetuefgleeikefhhfehieffteffiefgfeeuueeggeffleegjedu veeigeeljefgkeenucffohhmrghinhepghhnuhdrohhrghenucevlhhushhtvghrufhiii gvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehirghnsehrvghtrhhoshhpvggtrdht vhdpnhgspghrtghpthhtohepvddpmhhouggvpehsmhhtphhouhhtpdhrtghpthhtohepje eiheduvdesuggvsggsuhhgshdrghhnuhdrohhrghdprhgtphhtthhopehlihgrmheshhhp fhhrrdhnvght X-ME-Proxy: Feedback-ID: id9014242:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 24 Feb 2025 23:53:59 -0500 (EST) From: Ian Eure To: Liam Hupfer Subject: Re: [bug#76512] [PATCH] gnu: emacs-ws-butler: Update to 1.1 from new maintainer. User-Agent: mu4e 1.12.8; emacs 29.4 Date: Mon, 24 Feb 2025 20:53:56 -0800 Message-ID: <87plj6fwuz.fsf@retrospec.tv> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 76512 Cc: 76512@debbugs.gnu.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: -1.7 (-) Hi Liam, Liam Hupfer writes: > Ian Eure writes: > >> Is there an upstream source repo? If it=E2=80=99s reasonable to do so,= =20 >> it=E2=80=99s preferable to use that rather than M/ELPA URLs. > > Sean seems to be maintaining it directly in the NonGNU ELPA=20 > repo: > > > I took a look at other packages from NonGNU ELPA in emacs-xyz=20 > and they > all seem to use the generated tarballs, so I followed suit=20 > here. I think > using the ELPA tarball means =E2=80=98guix refresh=E2=80=99 will work, wh= ich=20 > seems > noteworthy. I know upstream Git repos are preferable to MELPA,=20 > but I > think deploying to ELPA and NonGNU ELPA is more intentional on=20 > the > upstream maintainer=E2=80=99s part (focused on tagged releases). Okay, that sure sounds like "not reasonable to do so" to me.=20 Thank you for following up, I=E2=80=99ll push this momentarily. -- Ian From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 25 00:39:24 2025 Received: (at control) by debbugs.gnu.org; 25 Feb 2025 05:39:25 +0000 Received: from localhost ([127.0.0.1]:44326 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tmnfA-0001w9-Mv for submit@debbugs.gnu.org; Tue, 25 Feb 2025 00:39:24 -0500 Received: from fout-a6-smtp.messagingengine.com ([103.168.172.149]:40663) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tmnf8-0001vr-1c for control@debbugs.gnu.org; Tue, 25 Feb 2025 00:39:23 -0500 Received: from phl-compute-04.internal (phl-compute-04.phl.internal [10.202.2.44]) by mailfout.phl.internal (Postfix) with ESMTP id 85F631381718 for ; Tue, 25 Feb 2025 00:39:16 -0500 (EST) Received: from phl-mailfrontend-01 ([10.202.2.162]) by phl-compute-04.internal (MEProxy); Tue, 25 Feb 2025 00:39:16 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=retrospec.tv; h= cc:content-type:date:date:from:from:in-reply-to:message-id :reply-to:subject:subject:to:to; s=fm3; t=1740461956; x= 1740548356; bh=tLp1lgjeC6+o6WWlthcY/X/5yiubCJ++YErPAMvZmLY=; b=Q 6xWtE3CRtOmnPThVQZ8bxfLV1xm9TZw2IOYM8eD6z9t3CZNXoT4C+lecepvDMf1X 5j5g5eIQcNRe9vHLohzj23qkzagX2VwgciUUt8ZgHsf/ZUUaf7J0d6lMsJKRcMo7 WV9TIpnVk8El3boptiM7cpncXunN47o0py0upYT8bKAw1nNgT6zI2zBF6ikBsUOM 4t+dgXlovFJglwMUtIMGOCV/oRzh+x/m0VygnA40KELdgdp4WeeoCZpEIGEPU/XO pJI79L7wLu+7UZaXZuCoyIvBkvRSvGf5ZNJ3/9umqZyr4ljWKEncrdPlI9PHFkhp Q1D6W3qBZg5FhMgi459gw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:date:feedback-id :feedback-id:from:from:in-reply-to:message-id:reply-to:subject :subject:to:to:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm1; t=1740461956; x=1740548356; bh=tLp1lgjeC6+o6WWlthcY/X/5yiub CJ++YErPAMvZmLY=; b=8LRMpcHsQ2X0v3mrz8G88r1fgf6RkeIP0C9wcMz8Vuj9 d+Orwo7GJ7cdo3EgELiNr9NiWmnKseFke/L6Wx/q3/U1Gz6OT+yL8PIvKxTut4wO WXE6f0gHavH9EkrHmm5hsOR85qaCZOcEfbjEaYkCnDbtB/V7s6AHkGMocQ28f5PV x7DEmBp5pTetjAcIRoHTBCuDJ6HqIslWlXBtzs3XIXitV4x+AgYl5PgLFoC1HZfG MSjDs/w7w6qmUZ7elfAJNHdEoTtSI9MH4HNS9qlMephnfuIXEfOFph3c2izrZ75P yPurNAx0R18xeFrB6o46HrbIoMMWYFCxsjeJETDldQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgdektdekkecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpggftfghnshhusghstghrihgsvgdp uffrtefokffrpgfnqfghnecuuegrihhlohhuthemuceftddtnecunecujfgurhepfffkvf fhufestddtredttddttdenucfhrhhomhepkfgrnhcugfhurhgvuceoihgrnhesrhgvthhr ohhsphgvtgdrthhvqeenucggtffrrghtthgvrhhnpeetkeejhfefhfetieegkeehheevvd efgffggeevffdtvddufeehiefgteeiueehkeenucevlhhushhtvghrufhiiigvpedtnecu rfgrrhgrmhepmhgrihhlfhhrohhmpehirghnsehrvghtrhhoshhpvggtrdhtvhdpnhgspg hrtghpthhtohepuddpmhhouggvpehsmhhtphhouhhtpdhrtghpthhtoheptghonhhtrhho lhesuggvsggsuhhgshdrghhnuhdrohhrgh X-ME-Proxy: Feedback-ID: id9014242:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA for ; Tue, 25 Feb 2025 00:39:15 -0500 (EST) Date: Mon, 24 Feb 2025 21:39:14 -0800 Message-Id: <87o6yqfurh.fsf_-_@retrospec.tv> To: control@debbugs.gnu.org From: Ian Eure Subject: control message for bug #76512 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control 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: -1.7 (-) close 76512 quit From unknown Thu Jun 19 12:36:39 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 25 Mar 2025 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator