From unknown Fri Jun 20 07:16:31 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#77087 <77087@debbugs.gnu.org> To: bug#77087 <77087@debbugs.gnu.org> Subject: Status: [PATCH] gnu: emacs-chatgpt-shell: Update to 2.16.1. Reply-To: bug#77087 <77087@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:16:31 +0000 retitle 77087 [PATCH] gnu: emacs-chatgpt-shell: Update to 2.16.1. reassign 77087 guix-patches submitter 77087 Cayetano Santos severity 77087 normal tag 77087 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 17 17:31:38 2025 Received: (at submit) by debbugs.gnu.org; 17 Mar 2025 21:31:38 +0000 Received: from localhost ([127.0.0.1]:33059 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tuI3c-00051J-Pw for submit@debbugs.gnu.org; Mon, 17 Mar 2025 17:31:38 -0400 Received: from lists.gnu.org ([2001:470:142::17]:40354) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tuI3a-00050N-Gj for submit@debbugs.gnu.org; Mon, 17 Mar 2025 17:31:34 -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 1tuI3Q-0004GO-8U for guix-patches@gnu.org; Mon, 17 Mar 2025 17:31:24 -0400 Received: from devianza.investici.org ([198.167.222.108]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tuI3N-0000hh-U6 for guix-patches@gnu.org; Mon, 17 Mar 2025 17:31:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1742247079; bh=7oK3OlQgC7mMOrEsjXyu+Ng6M8HzsEdHIXF6X2f9XMA=; h=From:To:Cc:Subject:Date:From; b=SA2KqqqyyEgIZopj6A00Gnj03T8ryGOiuCIUF+pEwUUXKA2D6GEa8fYPHRuoPkhk6 H4mZ4ynd7EvVTatYS7HpXiqmhAYBrrAh6pB5xgrITEfkj9PWgARp5f19qe/VexAIn3 Ow4EtHJ3rsVdIFoV5drxunFacgCS3Ln0UFeCKXzI= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4ZGp7W2xVqz6vHD; Mon, 17 Mar 2025 21:31:19 +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 4ZGp7W0448z6v91; Mon, 17 Mar 2025 21:31:18 +0000 (UTC) From: Cayetano Santos To: guix-patches@gnu.org Subject: [PATCH] gnu: emacs-chatgpt-shell: Update to 2.16.1. Date: Mon, 17 Mar 2025 22:30:50 +0100 Message-ID: <1c68f89a8cf6bf073db3714db0a98d25c11012ef.1742247050.git.csantosb@inventati.org> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=198.167.222.108; envelope-from=csantosb@inventati.org; helo=devianza.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, 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: 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-chatgpt-shell): Update to 2.16.1. Change-Id: Ie27454e83b8b93c85485c099c490fcab7b320aa6 --- - update - activate tests gnu/packages/emacs-xyz.scm | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 984f6fb7e5..74df54c22c 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -644,7 +644,7 @@ (define-public emacs-gptel-quick (define-public emacs-chatgpt-shell (package (name "emacs-chatgpt-shell") - (version "2.13.1") + (version "2.16.1") (source (origin (method git-fetch) (uri (git-reference @@ -653,19 +653,24 @@ (define-public emacs-chatgpt-shell (file-name (git-file-name name version)) (sha256 (base32 - "1vlvwim1v14cvd4w3bd10xfzaw3mhsiv5qh4ka67jgninq8kjls5")))) + "1xq4hfr3m5sgi9wrr3nrp6fsnnw8d044gz0y50d4h46cvq8c6f2g")))) (build-system emacs-build-system) (arguments (list #:phases #~(modify-phases %standard-phases ;; This phase prevents build phase failure. - (add-before 'build 'generate-empty-config-file + (add-after 'unpack 'generate-empty-config-file (lambda _ (setenv "HOME" (getcwd)) (mkdir-p ".emacs.d") (call-with-output-file ".emacs.d/.chatgpt-shell.el" (lambda (port) - (display "nil" port)))))))) + (display "nil" port)))))) + #:tests? #t + #:test-command #~(list "emacs" "-Q" "--batch" + "-l" "test_chatgpt-shell.el" + "-l" "chatgpt-shell.el" + "-f" "ert-run-tests-batch-and-exit"))) (propagated-inputs (list emacs-shell-maker)) (home-page "https://github.com/xenodium/chatgpt-shell") (synopsis "ChatGPT and DALL-E Emacs shells and Org Babel libraries") base-commit: 11eb2c0ffc9a08166ec8cb8874e323bba2e74557 -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 22 11:40:21 2025 Received: (at 77087) by debbugs.gnu.org; 22 Mar 2025 15:40:21 +0000 Received: from localhost ([127.0.0.1]:44740 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tw0xR-0004yX-HI for submit@debbugs.gnu.org; Sat, 22 Mar 2025 11:40:21 -0400 Received: from fout-b5-smtp.messagingengine.com ([202.12.124.148]:43289) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tw0xP-0004uw-La for 77087@debbugs.gnu.org; Sat, 22 Mar 2025 11:40:20 -0400 Received: from phl-compute-12.internal (phl-compute-12.phl.internal [10.202.2.52]) by mailfout.stl.internal (Postfix) with ESMTP id 43EA21140138; Sat, 22 Mar 2025 11:40:14 -0400 (EDT) Received: from phl-mailfrontend-01 ([10.202.2.162]) by phl-compute-12.internal (MEProxy); Sat, 22 Mar 2025 11:40:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=retrospec.tv; h= cc:cc:content-type:content-type:date:date:from:from:in-reply-to :message-id:mime-version:reply-to:subject:subject:to:to; s=fm3; t=1742658014; x=1742744414; bh=IZMtnfL0TuVK8ky9fE+pvIlnhlcgy7ls vE0fh68KXB8=; b=DNgpX9asUKl4/BshxDSC4rDFU/v4D/vKwIBoo0n9uktwzOQP 1qtZIrQ4pGP7vKLc2Yy0gZHJukANiXc/H3jpdgru99LstddXGtF1k8Y5FWwCEyPv yMFBH2+28RbPYvJ0SdiL1eQCG6cHPoK1JB4nq5wLfXOWoDJhGDFdqdaYNfPdLMLR wrGd9DAi9sOsmsuJIE1U0WIyerYvYKLRABxqdbTXshUY2M3A5nIS6E+5gEYZ6raq 59Hdz4YHnURB1B/rlPUeM5/3RYVdLSe8C+g/SUPM0oznoFIabv14R2JxUV1VouhR N+rDK4kU+ID64cPH3ccD6y5zsDNmOaUappNcTw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc: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=1742658014; x= 1742744414; bh=IZMtnfL0TuVK8ky9fE+pvIlnhlcgy7lsvE0fh68KXB8=; b=X zsTwOz7EkXuFxOWk0JxsC3yWNR2WqjrthR60YG8KA3+FqkMnumRQbL4MlNuNvbs7 l05uwMjeQJwBdoh7BmfAvCQ5t7gVLYASTFa183KYQecRZZtzxBcibJhIamx2zyw6 AvEypoCZ6HiryK+MRkpMrvfT2OAscmeVfmDTmeafTSsK0cACh1W9406bQjHlnusF qatD1BfwL5S5GiWWr3GGBFJKjqNYVPQGnf+1XHJBCJIlNHV9zJx4K/QA9S1vc89q vAm2iWvkyDoT2+WXvTW4l8LV2Pm450CzwP0SeFF70p/Zz4L3FKke1SuCYOCd/est 9KZQVDHHodvic2yLj0OOg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgdduheegfeehucetufdoteggodetrf dotffvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdggtfgfnhhsuhgsshgtrhhisggv pdfurfetoffkrfgpnffqhgenuceurghilhhouhhtmecufedttdenucenucfjughrpefhvf evufgffffkgggtsehttdertddtredtnecuhfhrohhmpefkrghnucfguhhrvgcuoehirghn sehrvghtrhhoshhpvggtrdhtvheqnecuggftrfgrthhtvghrnhepfeeggedtvddujedvvd efleejheeljeffveehveffuefghffffeelkefhhfethfetnecuvehluhhsthgvrhfuihii vgeptdenucfrrghrrghmpehmrghilhhfrhhomhepihgrnhesrhgvthhrohhsphgvtgdrth hvpdhnsggprhgtphhtthhopedvpdhmohguvgepshhmthhpohhuthdprhgtphhtthhopeej jedtkeejseguvggssghughhsrdhgnhhurdhorhhgpdhrtghpthhtoheptghsrghnthhosh gssehinhhvvghnthgrthhirdhorhhg X-ME-Proxy: Feedback-ID: id9014242:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sat, 22 Mar 2025 11:40:13 -0400 (EDT) From: Ian Eure To: Cayetano Santos Subject: Re: [bug#77087] [PATCH] gnu: emacs-chatgpt-shell: Update to 2.16.1. User-Agent: mu4e 1.12.9; emacs 29.4 Date: Sat, 22 Mar 2025 08:40:12 -0700 Message-ID: <87y0wxhy5f.fsf@retrospec.tv> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 77087 Cc: 77087@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 Cayetano, Pushed as cf87c55d8a. -- Ian From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 22 11:40:27 2025 Received: (at control) by debbugs.gnu.org; 22 Mar 2025 15:40:27 +0000 Received: from localhost ([127.0.0.1]:44745 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tw0xW-0004yq-UX for submit@debbugs.gnu.org; Sat, 22 Mar 2025 11:40:27 -0400 Received: from fout-b5-smtp.messagingengine.com ([202.12.124.148]:53119) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tw0xT-0004xv-88 for control@debbugs.gnu.org; Sat, 22 Mar 2025 11:40:23 -0400 Received: from phl-compute-05.internal (phl-compute-05.phl.internal [10.202.2.45]) by mailfout.stl.internal (Postfix) with ESMTP id D79661140100 for ; Sat, 22 Mar 2025 11:40:17 -0400 (EDT) Received: from phl-mailfrontend-01 ([10.202.2.162]) by phl-compute-05.internal (MEProxy); Sat, 22 Mar 2025 11:40:17 -0400 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=1742658017; x= 1742744417; bh=2KWnSfXI9QxTzShWGouXp7rdOC7Cp89EGp2ukVieDVY=; b=b aYcSzBw5HcDLcqDeW93sSp33BVTrANU/K5FlXblgyqO+KdySrz1Qet5v9M6+hND4 2mvKDoOYmZMApFbDgDDDyzsbQ9MMwISatnfxnQejEYuhNc2x4Z6jANc5oy8TV6zf hc83PIwM/RWcdplgz3dc+Wv2G1rncbbiGuv4GUCAT80XvWLfLzPS4lGgZRFtHkQu vBxeZGlk3zb3FQKTJFUSfWvuIXzyvkHeHM5fI+ICSQ7nsNkPTmRU2/Uhig2dRjEy kBmEloNQVAEvL9FWAr05neie33XvtxQo7CqLo5ozOacBO38tjLKfu0ITJ+4fqQOB O9rbTuyxUAqQ2fs+NA+pg== 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=1742658017; x=1742744417; bh=2KWnSfXI9QxTzShWGouXp7rdOC7C p89EGp2ukVieDVY=; b=X08DUKDmtIhAlj/RBRmhiepR9IeKf+gOxRvPNe9TNljy p2wpz4CPbAbJXiG4B+pumUHQGBJf9vE2R1GMjKHg2WfT8NF76Gu85lLeUxwSsPE6 zrT6C62iqNPUwkBFb2IfwJYZ+w9VO0euEgz/H44wkQdp0yWvon0xzcuewAj/M6Ph tvX9LQFI+kNwwUzh4qoDmp+AJiTdR2wjMR0z0rCFZfg3/nHI/532JpW2p0ZVCnXa QM7+QSh8inyFqW4geN8/E9ZYmnimJOQsuZ6nXvyE+sTteWbXkyo/8/jePbuggFHE qVBeHENx3ljNc+9bqnwBrxUeoyNJXVtfpErBbDjkig== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgdduheegfeehucetufdoteggodetrf dotffvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdggtfgfnhhsuhgsshgtrhhisggv pdfurfetoffkrfgpnffqhgenuceurghilhhouhhtmecufedttdenucenucfjughrpeffkf fvhffusedttdertddttddtnecuhfhrohhmpefkrghnucfguhhrvgcuoehirghnsehrvght rhhoshhpvggtrdhtvheqnecuggftrfgrthhtvghrnhepteekjefhfefhteeigeekheehve dvfefggfegvefftddvudefheeigfetieeuheeknecuvehluhhsthgvrhfuihiivgeptden ucfrrghrrghmpehmrghilhhfrhhomhepihgrnhesrhgvthhrohhsphgvtgdrthhvpdhnsg gprhgtphhtthhopedupdhmohguvgepshhmthhpohhuthdprhgtphhtthhopegtohhnthhr ohhlseguvggssghughhsrdhgnhhurdhorhhg X-ME-Proxy: Feedback-ID: id9014242:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA for ; Sat, 22 Mar 2025 11:40:17 -0400 (EDT) Date: Sat, 22 Mar 2025 08:40:16 -0700 Message-Id: <87wmchhy5b.fsf@retrospec.tv> To: control@debbugs.gnu.org From: Ian Eure Subject: control message for bug #77087 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 77087 quit From unknown Fri Jun 20 07:16:31 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 20 Apr 2025 11:24:35 +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