From unknown Sat Jun 21 12:21:52 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#55671] [PATCH] gnu: python-shellingham: Update to 1.4.0. Resent-From: jgart Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 27 May 2022 05:28:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 55671 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 55671@debbugs.gnu.org Cc: jgart X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16536292357148 (code B ref -1); Fri, 27 May 2022 05:28:01 +0000 Received: (at submit) by debbugs.gnu.org; 27 May 2022 05:27:15 +0000 Received: from localhost ([127.0.0.1]:60639 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nuSVF-0001rC-J9 for submit@debbugs.gnu.org; Fri, 27 May 2022 01:27:15 -0400 Received: from lists.gnu.org ([209.51.188.17]:44950) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nuSVA-0001r2-MN for submit@debbugs.gnu.org; Fri, 27 May 2022 01:27:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56660) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nuSVA-0005l0-Bj for guix-patches@gnu.org; Fri, 27 May 2022 01:27:08 -0400 Received: from mx1.dismail.de ([78.46.223.134]:32648) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nuSV8-0005b6-Et for guix-patches@gnu.org; Fri, 27 May 2022 01:27:08 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id be74f40f for ; Fri, 27 May 2022 07:27:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=fcmnovLcz48K50mZ3qxArdpG74mSYgKtE8LnF2sEVBo=; b= lAMxor7UJEnvMKlNRT4q4vUjgZ6HPRPQZCLDpTVGsaPkgSwZnwhNl4jYVMIEaI+g 6Hyp6dusCvS9C7PYvjCUdRvkdryiMR2Dl0fBzF/wyTdJR0eeX11Hef+Gp/xju6yX B4hJaucC5mCONzniSA7c3qQWd5cGFwXgrTP3WqO+pzGRGtDlW7xr24IePwdVofXr JKseo9tOHrMKLEmS422Mu2iR1DinzKbEEPhaiJii5LQ3BNW29NzX5u/Ha8ni21Vt mEDK3F8NUCp5W9OjCvtEbBDd9FFjwDgtQTaQM8CO8dqsL5+1UviKigh1o3oJ1zV1 tBQrPKyS3GscJtHkR2Kq0g== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 3ca19987 for ; Fri, 27 May 2022 07:27:03 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id d96a0d41 for ; Fri, 27 May 2022 07:27:03 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id fa50c1a2 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Fri, 27 May 2022 07:26:57 +0200 (CEST) From: jgart Date: Fri, 27 May 2022 00:26:52 -0500 Message-Id: <20220527052652.18566-1-jgart@dismail.de> X-Mailer: git-send-email 2.35.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de 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_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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.4 (--) * gnu/packages/python-xyz.scm (python-shellingham): Update to 1.4.0. [arguments]: Remove arguments block since upstream now includes a setup.py file. --- gnu/packages/python-xyz.scm | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index de4fcd1b32..658fd8a9aa 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -17635,25 +17635,14 @@ (define-public python-tomlkit (define-public python-shellingham (package (name "python-shellingham") - (version "1.3.2") + (version "1.4.0") (source (origin (method url-fetch) (uri (pypi-uri "shellingham" version)) (sha256 - (base32 "07kmia2hvd2q7wik89m82hig9mqr2faynvy38vxq5fm0ps11jv2p")))) + (base32 "07hpndvcv9mf9hp54b4apzpwzmzfzl8ryaacsfdq4139im2w4ma8")))) (build-system python-build-system) - (arguments - `(#:phases - (modify-phases %standard-phases - (add-after 'unpack 'restore-setup.py - ;; setup.py will return in the next release. - ;; - (lambda _ - (with-output-to-file "setup.py" - (lambda _ - (display "from setuptools import setup\nsetup()\n"))) - #t))))) (home-page "https://github.com/sarugaku/shellingham") (synopsis "Tool to detect surrounding shell") (description -- 2.35.3 From unknown Sat Jun 21 12:21:52 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: jgart Subject: bug#55671: closed (Re: bug#55671: [PATCH] gnu: python-shellingham: Update to 1.4.0.) Message-ID: References: <8735glh0hm.fsf@gnu.org> <20220527052652.18566-1-jgart@dismail.de> X-Gnu-PR-Message: they-closed 55671 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 55671@debbugs.gnu.org Date: Fri, 03 Jun 2022 22:00:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1654293602-29473-1" This is a multi-part message in MIME format... ------------=_1654293602-29473-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #55671: [PATCH] gnu: python-shellingham: Update to 1.4.0. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 55671@debbugs.gnu.org. --=20 55671: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D55671 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1654293602-29473-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 55671-done) by debbugs.gnu.org; 3 Jun 2022 21:59:47 +0000 Received: from localhost ([127.0.0.1]:57180 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nxFKd-0007ed-5r for submit@debbugs.gnu.org; Fri, 03 Jun 2022 17:59:47 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37444) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nxFKX-0007eG-SZ for 55671-done@debbugs.gnu.org; Fri, 03 Jun 2022 17:59:45 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36936) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nxFKR-0006DN-Lr; Fri, 03 Jun 2022 17:59:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=inJr9P7T7A04q24MHG8a6j10X3nF/2bobfwNsTdRODI=; b=KDZ0+v0ew7VCRs4B99Z6 MouYqhFrq9Sn8hDPwVhmWWvYvWNNKftoEGx4TMXbmcHiwF47LqlYgU6HGspDZVsx3FVmCgb2xZmIa axyUraXStNjgSa3WqVDnMysQ0WC+jaLr8RjxQ4WTL8DgxQ1w89IpkeF+CdbAOyhUBL0aBfjW1DgUm dgj2OUanqRv0GfHvafzabEi9nglsUxikeNnIjGVD6/YqHTNZWm++WF06281b+cC4NhATrofP0w0wZ DMWy32iD2z9kSoE2B3qnousx4wprjFdtSWa9UvZjaqpCaTUnw6d0B1EwoWyAZ5iWsfk9aNUWTktWO ueS94ToEp33F7Q==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:62938 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nxFKR-00065O-9E; Fri, 03 Jun 2022 17:59:35 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: jgart Subject: Re: bug#55671: [PATCH] gnu: python-shellingham: Update to 1.4.0. References: <20220527052652.18566-1-jgart@dismail.de> Date: Fri, 03 Jun 2022 23:59:33 +0200 In-Reply-To: <20220527052652.18566-1-jgart@dismail.de> (jgart@dismail.de's message of "Fri, 27 May 2022 00:26:52 -0500") Message-ID: <8735glh0hm.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 55671-done Cc: 55671-done@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: -3.3 (---) Hi, jgart skribis: > * gnu/packages/python-xyz.scm (python-shellingham): Update to 1.4.0. > [arguments]: Remove arguments block since upstream now includes > a setup.py file. Applied, thanks! Ludo=E2=80=99. ------------=_1654293602-29473-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 27 May 2022 05:27:15 +0000 Received: from localhost ([127.0.0.1]:60639 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nuSVF-0001rC-J9 for submit@debbugs.gnu.org; Fri, 27 May 2022 01:27:15 -0400 Received: from lists.gnu.org ([209.51.188.17]:44950) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nuSVA-0001r2-MN for submit@debbugs.gnu.org; Fri, 27 May 2022 01:27:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56660) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nuSVA-0005l0-Bj for guix-patches@gnu.org; Fri, 27 May 2022 01:27:08 -0400 Received: from mx1.dismail.de ([78.46.223.134]:32648) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nuSV8-0005b6-Et for guix-patches@gnu.org; Fri, 27 May 2022 01:27:08 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id be74f40f for ; Fri, 27 May 2022 07:27:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=fcmnovLcz48K50mZ3qxArdpG74mSYgKtE8LnF2sEVBo=; b= lAMxor7UJEnvMKlNRT4q4vUjgZ6HPRPQZCLDpTVGsaPkgSwZnwhNl4jYVMIEaI+g 6Hyp6dusCvS9C7PYvjCUdRvkdryiMR2Dl0fBzF/wyTdJR0eeX11Hef+Gp/xju6yX B4hJaucC5mCONzniSA7c3qQWd5cGFwXgrTP3WqO+pzGRGtDlW7xr24IePwdVofXr JKseo9tOHrMKLEmS422Mu2iR1DinzKbEEPhaiJii5LQ3BNW29NzX5u/Ha8ni21Vt mEDK3F8NUCp5W9OjCvtEbBDd9FFjwDgtQTaQM8CO8dqsL5+1UviKigh1o3oJ1zV1 tBQrPKyS3GscJtHkR2Kq0g== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 3ca19987 for ; Fri, 27 May 2022 07:27:03 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id d96a0d41 for ; Fri, 27 May 2022 07:27:03 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id fa50c1a2 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Fri, 27 May 2022 07:26:57 +0200 (CEST) From: jgart To: guix-patches@gnu.org Subject: [PATCH] gnu: python-shellingham: Update to 1.4.0. Date: Fri, 27 May 2022 00:26:52 -0500 Message-Id: <20220527052652.18566-1-jgart@dismail.de> X-Mailer: git-send-email 2.35.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de 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_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: jgart 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.4 (--) * gnu/packages/python-xyz.scm (python-shellingham): Update to 1.4.0. [arguments]: Remove arguments block since upstream now includes a setup.py file. --- gnu/packages/python-xyz.scm | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index de4fcd1b32..658fd8a9aa 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -17635,25 +17635,14 @@ (define-public python-tomlkit (define-public python-shellingham (package (name "python-shellingham") - (version "1.3.2") + (version "1.4.0") (source (origin (method url-fetch) (uri (pypi-uri "shellingham" version)) (sha256 - (base32 "07kmia2hvd2q7wik89m82hig9mqr2faynvy38vxq5fm0ps11jv2p")))) + (base32 "07hpndvcv9mf9hp54b4apzpwzmzfzl8ryaacsfdq4139im2w4ma8")))) (build-system python-build-system) - (arguments - `(#:phases - (modify-phases %standard-phases - (add-after 'unpack 'restore-setup.py - ;; setup.py will return in the next release. - ;; - (lambda _ - (with-output-to-file "setup.py" - (lambda _ - (display "from setuptools import setup\nsetup()\n"))) - #t))))) (home-page "https://github.com/sarugaku/shellingham") (synopsis "Tool to detect surrounding shell") (description -- 2.35.3 ------------=_1654293602-29473-1--