From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 26 11:24:55 2021 Received: (at submit) by debbugs.gnu.org; 26 Sep 2021 15:24:55 +0000 Received: from localhost ([127.0.0.1]:38533 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mUW1P-00059P-Lg for submit@debbugs.gnu.org; Sun, 26 Sep 2021 11:24:55 -0400 Received: from lists.gnu.org ([209.51.188.17]:52068) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mUW1O-00059I-Fw for submit@debbugs.gnu.org; Sun, 26 Sep 2021 11:24:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37528) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mUW1O-0000b9-9f for guix-patches@gnu.org; Sun, 26 Sep 2021 11:24:54 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:43082 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mUW1M-0007Ly-7C for guix-patches@gnu.org; Sun, 26 Sep 2021 11:24:53 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1632669881; bh=1ury8XInt/GZ0kXFqSgneiIe0axwej11JApYtTCyYWU=; h=From:To:Subject:Date; b=mhWMpdlFLBHdW7Y9idUgpN185ejkaK5WybXs9N+nsrKZXbUWZb3fO8Afnrn9MzxZK e8IAr/5Cs2E65C/sXnVZOX2MdXEHIwB6/zHI8BoFBd/eMKd+9SnXGJKjoB+ujWjpSR CaP7Z2nZUkF2nrR03HtPrWFhR47DjwMx69p4spJM= To: guix-patches@gnu.org Subject: [PATCH] gnu: ocaml-alcotest: Update to 1.4.0. Message-Id: <357640ae11443be58641691bfb87e20fe2f1fd27.1632668893.git.public@yoctocell.xyz> Date: Sun, 26 Sep 2021 17:24:31 +0200 MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 46 X-Spam_score: 4.6 X-Spam_bar: ++++ X-Spam_report: (4.6 / 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, FROM_SUSPICIOUS_NTLD=0.5, FROM_SUSPICIOUS_NTLD_FP=0.942, PDS_OTHER_BAD_TLD=1.999, PDS_RDNS_DYNAMIC_FP=0.001, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, TO_NO_BRKTS_DYNIP=2.299 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.7 (+) 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: * gnu/packages/ocaml.scm (ocaml-alcotest): Update to 1.4.0. [source]: Use Git repo instead of GitHub tarball. --- gnu/packages/ocaml.scm | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletion [...] Content analysis details: (1.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.51.188.17 listed in wl.mailspike.net] 0.5 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 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: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.2 (/) * gnu/packages/ocaml.scm (ocaml-alcotest): Update to 1.4.0. [source]: Use Git repo instead of GitHub tarball. --- gnu/packages/ocaml.scm | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index af0e80c9cb..50c6b569b2 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -2252,14 +2252,16 @@ (define-public ocaml-astring (define-public ocaml-alcotest (package (name "ocaml-alcotest") - (version "1.0.0") + (version "1.4.0") (source (origin - (method url-fetch) - (uri (string-append "https://github.com/mirage/alcotest/releases/" - "download/" version "/alcotest-" version ".tbz")) + (method git-fetch) + (uri (git-reference + (url "https://github.com/mirage/alcotest") + (commit version))) + (file-name (git-file-name name version)) (sha256 - (base32 - "1a43ilhwnj58pq3bi78ni46l9wh6klmmgfc93i94mvyx48bzzayx")))) + (base32 + "0fs4yzjva8q703h9kjl5cs0wibvxaqv5hhfhmpbpm1k8cqwr9cri")))) (build-system dune-build-system) (arguments `(#:package "alcotest" base-commit: c1bc2a43200d6c6016c2a4154799c73c86a54021 -- 2.33.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 07 22:40:56 2021 Received: (at 50819-done) by debbugs.gnu.org; 8 Oct 2021 02:40:57 +0000 Received: from localhost ([127.0.0.1]:48761 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mYfoe-0007pp-Dw for submit@debbugs.gnu.org; Thu, 07 Oct 2021 22:40:56 -0400 Received: from lepiller.eu ([89.234.186.109]:34316) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mYfoT-0007pV-Jk for 50819-done@debbugs.gnu.org; Thu, 07 Oct 2021 22:40:54 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id c6f85e2e for <50819-done@debbugs.gnu.org>; Fri, 8 Oct 2021 02:40:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:subject:message-id:mime-version:content-type :content-transfer-encoding; s=dkim; bh=tF5s8s1ifn2Crr9Wr9c2uAyuP llNC83l1J+7AwXArfo=; b=k7McJrbz0FFC6mrnbZJgR2oH9SUkeIa3sS/WIuWQ5 5ctBUMabNeL/Hj9PCloICcrd218cqBGvvcfoFiYhn5vIaKEMNxLX5IYvGzDkUC7w RleyZmRLxwymGqVCHxr45V+kMUCXRNHMFpricg6ye8rIeIx1NrvVHtB1nN3ak3n3 KE7ibGVOMr2zDG3aAFJtl7dk9AYfXUPvSDOuwrA8TMHWNxeK9nEspsz8Tb/QO/KH 6EogJMS+//x13WWuiupY41P7uLxDj/9gDsng9bqBLHLFJgEBul/eYdRjpDEO2ZIG plYVuMTxQV5QmVGkX97xTg14OObHoR200db/hfrQeCxTA== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id 2e058a40 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for <50819-done@debbugs.gnu.org>; Fri, 8 Oct 2021 02:40:41 +0000 (UTC) Date: Fri, 8 Oct 2021 04:40:36 +0200 From: Julien Lepiller To: 50819-done@debbugs.gnu.org Subject: Re: [PATCH] gnu: ocaml-alcotest: Update to 1.4.0. Message-ID: <20211008044021.1a2fc7fd@tachikoma.lepiller.eu> X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 50819-done 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 (-) Pushed to master as 6b198cc87424b330bbd46a5b706aea7e091c429b, thanks! From unknown Sat Jun 21 10:41:48 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 05 Nov 2021 11:24:05 +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