From unknown Sat Aug 16 19:17:05 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#43526] [PATCH] gnu: Update oil to 0.8.0. Resent-From: Ryan Prior Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 20 Sep 2020 03:29:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 43526 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43526@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Reply-To: Ryan Prior Received: via spool by submit@debbugs.gnu.org id=B.16005724976919 (code B ref -1); Sun, 20 Sep 2020 03:29:01 +0000 Received: (at submit) by debbugs.gnu.org; 20 Sep 2020 03:28:17 +0000 Received: from localhost ([127.0.0.1]:48481 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kJq1Q-0001nX-Iv for submit@debbugs.gnu.org; Sat, 19 Sep 2020 23:28:16 -0400 Received: from lists.gnu.org ([209.51.188.17]:38944) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kJq1N-0001nM-PF for submit@debbugs.gnu.org; Sat, 19 Sep 2020 23:28:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37656) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kJq1N-0007V6-Il for guix-patches@gnu.org; Sat, 19 Sep 2020 23:28:13 -0400 Received: from mail2.protonmail.ch ([185.70.40.22]:35916) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kJq1J-00087y-Lt for guix-patches@gnu.org; Sat, 19 Sep 2020 23:28:13 -0400 Date: Sun, 20 Sep 2020 03:28:02 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1600572485; bh=YlUTfpQBcfvjmRTaJmZNxw0rx4hHEz6wA1C56TU/7Kc=; h=Date:To:From:Reply-To:Subject:From; b=hQ7Vxj2TVXWGLv215iQTYiBtko2g0yHWs5iBTLqZyIZWEFZ8+CuJjXaN5ggwIFM8b XQ4qJAjS96xH/V/ZDlIfGWMg5Gubmuy2fOK2bW9W/d6CYyQkH7YX7tGVb8CSL/arFO hxC3ECaflL3KaUtJ1SMGfkWIqJWpyC05xjNoBZbo= From: Ryan Prior Message-ID: <20200920032758.20381-1-rprior@protonmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch Received-SPF: pass client-ip=185.70.40.22; envelope-from=rprior@protonmail.com; helo=mail2.protonmail.ch X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/19 23:28:06 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-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.7 (/) 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.3 (--) * gnu/packages/shells.scm (oil): Update to 0.8.0. --- gnu/packages/shells.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 7868dc40f0..affc98a6e6 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -813,15 +813,14 @@ Shell (pdksh).") (define-public oil (package (name "oil") - ;; https://www.oilshell.org/blog/2020/04/release-0.8.pre4.html#comment= -on-version-numbering - (version "0.8.pre6") + (version "0.8.0") (source (origin (method url-fetch) (uri (string-append "https://www.oilshell.org/download/oil-" version ".tar.gz")) (sha256 - (base32 "11nfwn5b1w74hv78065jg2zm45mqzi59381b0f649j7n3g7yp3iq")))) + (base32 "1455hy61prznzp05vigh96ypyz9zarhvvzmmxvf8cnpa39s39a8c")))) (build-system gnu-build-system) (arguments `(#:strip-binaries? #f ; strip breaks the binary @@ -838,7 +837,7 @@ Shell (pdksh).") (replace 'check ;; The tests are not distributed in the tarballs but upstream ;; recommends running this smoke test. - ;; https://github.com/oilshell/oil/blob/release/0.8.pre6/INSTAL= L.txt#L38-L48 + ;; https://github.com/oilshell/oil/blob/release/0.8.0/INSTALL.t= xt#L38-L48 (lambda _ (let* ((oil "_bin/oil.ovm")) (invoke/quiet oil "osh" "-c" "echo hi") --=20 2.17.1 From unknown Sat Aug 16 19:17:05 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: Ryan Prior Subject: bug#43526: closed (Re: [bug#43526] [PATCH] gnu: Update oil to 0.8.0.) Message-ID: References: <20200920204154.GB6984@E5400> <20200920032758.20381-1-rprior@protonmail.com> X-Gnu-PR-Message: they-closed 43526 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 43526@debbugs.gnu.org Date: Sun, 20 Sep 2020 20:43:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1600634582-21038-1" This is a multi-part message in MIME format... ------------=_1600634582-21038-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #43526: [PATCH] gnu: Update oil to 0.8.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 43526@debbugs.gnu.org. --=20 43526: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D43526 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1600634582-21038-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 43526-done) by debbugs.gnu.org; 20 Sep 2020 20:42:36 +0000 Received: from localhost ([127.0.0.1]:52774 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kK6AO-0005Se-01 for submit@debbugs.gnu.org; Sun, 20 Sep 2020 16:42:36 -0400 Received: from flashner.co.il ([178.62.234.194]:43398) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kK6AL-0005SQ-Kn for 43526-done@debbugs.gnu.org; Sun, 20 Sep 2020 16:42:35 -0400 Received: from localhost (unknown [31.210.181.177]) by flashner.co.il (Postfix) with ESMTPSA id BC64840313; Sun, 20 Sep 2020 20:42:26 +0000 (UTC) Date: Sun, 20 Sep 2020 23:41:54 +0300 From: Efraim Flashner To: Ryan Prior Subject: Re: [bug#43526] [PATCH] gnu: Update oil to 0.8.0. Message-ID: <20200920204154.GB6984@E5400> References: <20200920032758.20381-1-rprior@protonmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="VrqPEDrXMn8OVzN4" Content-Disposition: inline In-Reply-To: <20200920032758.20381-1-rprior@protonmail.com> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 43526-done Cc: 43526-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: -1.0 (-) --VrqPEDrXMn8OVzN4 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Patch looks good and I pushed it. I'm not too happy about the bundled python source code though. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --VrqPEDrXMn8OVzN4 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl9nvpIACgkQQarn3Mo9 g1E6vxAAhTqpKl/HFmnmfEY+arPzjc1zxZ9XrsZHjxGnKw8+MOW7fHlodw8omkuI cVipTCfQvQd9mN3zIAHD4laMYD6zXTC7m5GcOtFZlR+kxa9forAC7KaaER5JTfgh XXNyf+zbTGSuddLyUXWhxGEPkrxK7qnds2KgPIxxWm2sCFWr9HrOAr+3QatDLZVZ DVe0TLkNMYIxxM83P0VROVv5zi+11rQoT1AFDEHYQetzukbDh/2VzKPiBLwD2HAi /QPHanS7sYAUAJGeyv3C0XoNTfrNK3AJFKUypb5Akw7hFUZyZWyjZ6EMrTQv1p7i 9WoCcwdY7ATHvPhsMOEiMGYlraWjVwknsH1LfJgUogRTUKcUJky5ZEKiwMm2+NzT 8YMsLaKg+yqUnnhIM4swLmDUI8U1XsTy5iSIOkiy2tQKOLwSql4VY12kpUu3A7fi youtM4h12+913kwr83wb7HphGXHsfUYxTF8xwkuBpC2PfbiTDKUOz843TMOLMqwa bLnMZVLdXO9grItNG5b1h3WELZ6h7hVSm6CWSeFnYD2jVO72n8x4X3ONHWRADsKW HacYeeTTYKvPEw8MrSppFyG90i6ReMSJ//HIMjvM+Iuoz+3px7hWev7L6HAQ83eK dVKroyFo9iYq+wCI5kFVjIOa1tm14SlXkK2/QEAgju3g64omBKY= =eH14 -----END PGP SIGNATURE----- --VrqPEDrXMn8OVzN4-- ------------=_1600634582-21038-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 20 Sep 2020 03:28:17 +0000 Received: from localhost ([127.0.0.1]:48481 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kJq1Q-0001nX-Iv for submit@debbugs.gnu.org; Sat, 19 Sep 2020 23:28:16 -0400 Received: from lists.gnu.org ([209.51.188.17]:38944) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kJq1N-0001nM-PF for submit@debbugs.gnu.org; Sat, 19 Sep 2020 23:28:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37656) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kJq1N-0007V6-Il for guix-patches@gnu.org; Sat, 19 Sep 2020 23:28:13 -0400 Received: from mail2.protonmail.ch ([185.70.40.22]:35916) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kJq1J-00087y-Lt for guix-patches@gnu.org; Sat, 19 Sep 2020 23:28:13 -0400 Date: Sun, 20 Sep 2020 03:28:02 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1600572485; bh=YlUTfpQBcfvjmRTaJmZNxw0rx4hHEz6wA1C56TU/7Kc=; h=Date:To:From:Reply-To:Subject:From; b=hQ7Vxj2TVXWGLv215iQTYiBtko2g0yHWs5iBTLqZyIZWEFZ8+CuJjXaN5ggwIFM8b XQ4qJAjS96xH/V/ZDlIfGWMg5Gubmuy2fOK2bW9W/d6CYyQkH7YX7tGVb8CSL/arFO hxC3ECaflL3KaUtJ1SMGfkWIqJWpyC05xjNoBZbo= To: guix-patches@gnu.org From: Ryan Prior Subject: [PATCH] gnu: Update oil to 0.8.0. Message-ID: <20200920032758.20381-1-rprior@protonmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch Received-SPF: pass client-ip=185.70.40.22; envelope-from=rprior@protonmail.com; helo=mail2.protonmail.ch X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/19 23:28:06 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-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.7 (/) X-Debbugs-Envelope-To: submit 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: , Reply-To: Ryan Prior Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/shells.scm (oil): Update to 0.8.0. --- gnu/packages/shells.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 7868dc40f0..affc98a6e6 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -813,15 +813,14 @@ Shell (pdksh).") (define-public oil (package (name "oil") - ;; https://www.oilshell.org/blog/2020/04/release-0.8.pre4.html#comment= -on-version-numbering - (version "0.8.pre6") + (version "0.8.0") (source (origin (method url-fetch) (uri (string-append "https://www.oilshell.org/download/oil-" version ".tar.gz")) (sha256 - (base32 "11nfwn5b1w74hv78065jg2zm45mqzi59381b0f649j7n3g7yp3iq")))) + (base32 "1455hy61prznzp05vigh96ypyz9zarhvvzmmxvf8cnpa39s39a8c")))) (build-system gnu-build-system) (arguments `(#:strip-binaries? #f ; strip breaks the binary @@ -838,7 +837,7 @@ Shell (pdksh).") (replace 'check ;; The tests are not distributed in the tarballs but upstream ;; recommends running this smoke test. - ;; https://github.com/oilshell/oil/blob/release/0.8.pre6/INSTAL= L.txt#L38-L48 + ;; https://github.com/oilshell/oil/blob/release/0.8.0/INSTALL.t= xt#L38-L48 (lambda _ (let* ((oil "_bin/oil.ovm")) (invoke/quiet oil "osh" "-c" "echo hi") --=20 2.17.1 ------------=_1600634582-21038-1--