From unknown Wed Jun 25 05:41:04 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#50802] [PATCH] gnu: ocaml-mdx: Update to 1.11.0. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 25 Sep 2021 15:07:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 50802 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 50802@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16325823723770 (code B ref -1); Sat, 25 Sep 2021 15:07:01 +0000 Received: (at submit) by debbugs.gnu.org; 25 Sep 2021 15:06:12 +0000 Received: from localhost ([127.0.0.1]:34302 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mU9Fk-0000yk-2r for submit@debbugs.gnu.org; Sat, 25 Sep 2021 11:06:12 -0400 Received: from lists.gnu.org ([209.51.188.17]:46846) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mU9Fh-0000yc-VV for submit@debbugs.gnu.org; Sat, 25 Sep 2021 11:06:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44390) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mU9Fh-0007oT-PZ for guix-patches@gnu.org; Sat, 25 Sep 2021 11:06:09 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:41664 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 1mU9Fd-0007ve-6t for guix-patches@gnu.org; Sat, 25 Sep 2021 11:06:09 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1632582355; bh=Vcn4FVHazHZ9jWfe86x0qPUIed0sQoZvUszbLIKKFCc=; h=From:To:Subject:Date; b=jewdAys5kqJyvEp+t7ns7SrOHSR796GJ0Y0zEraOKMqSUkXV7zcqApZQdhlbyFuj3 +AXgjc7VTffcRrawkkzDBJmS+xOgCW20/tiI24LMOPOKa3WGWNomebMBHmXFuLL9nj cclzRTeFMc4wSzek0bvnyBhuiGpSRMp+gjc1G+jE= Message-Id: Date: Sat, 25 Sep 2021 17:05:54 +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: 34 X-Spam_score: 3.4 X-Spam_bar: +++ X-Spam_report: (3.4 / 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.498, FROM_SUSPICIOUS_NTLD_FP=1.997, PDS_OTHER_BAD_TLD=1.997, PDS_RDNS_DYNAMIC_FP=0.001, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 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-mdx): Update to 1.11.0. [inputs]: Add ocaml-odoc-parser. --- gnu/packages/ocaml.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index af0e80c9cb..04354ea667 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -6804,7 +6804,7 @@ (define-public ocaml-ve [...] 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-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-mdx): Update to 1.11.0. [inputs]: Add ocaml-odoc-parser. --- gnu/packages/ocaml.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index af0e80c9cb..04354ea667 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -6804,7 +6804,7 @@ (define-public ocaml-version (define-public ocaml-mdx (package (name "ocaml-mdx") - (version "1.9.0") + (version "1.11.0") (source (origin (method git-fetch) (uri (git-reference @@ -6813,7 +6813,7 @@ (define-public ocaml-mdx (file-name (git-file-name name version)) (sha256 (base32 - "0fhwaci8j73fx9xqapa9iv9xwjx73r6p8wh9xg6brnfbqkc38d5b")))) + "1w2vx4my9z6n57vjvsa3b9vwkbdzs1kq0cc58rf088qrh2lrx2ba")))) (build-system dune-build-system) (inputs `(("ocaml-fmt" ,ocaml-fmt) @@ -6824,6 +6824,7 @@ (define-public ocaml-mdx ("ocaml-result" ,ocaml-result) ("ocaml-migrate-parsetree" ,ocaml-migrate-parsetree-1) ("ocaml-odoc" ,ocaml-odoc) + ("ocaml-odoc-parser" ,ocaml-odoc-parser) ("ocaml-version" ,ocaml-version))) (native-inputs `(("ocaml-cppo" ,ocaml-cppo) base-commit: c1bc2a43200d6c6016c2a4154799c73c86a54021 -- 2.33.0 From unknown Wed Jun 25 05:41:04 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: Xinglu Chen Subject: bug#50802: closed (Re: [bug#50802] [PATCH] gnu: ocaml-mdx: Update to 1.11.0.) Message-ID: References: X-Gnu-PR-Message: they-closed 50802 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 50802@debbugs.gnu.org Date: Sun, 26 Sep 2021 09:18:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1632647881-12064-1" This is a multi-part message in MIME format... ------------=_1632647881-12064-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #50802: [PATCH] gnu: ocaml-mdx: Update to 1.11.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 50802@debbugs.gnu.org. --=20 50802: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D50802 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1632647881-12064-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 50802-done) by debbugs.gnu.org; 26 Sep 2021 09:17:43 +0000 Received: from localhost ([127.0.0.1]:35870 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mUQI2-00037y-Qg for submit@debbugs.gnu.org; Sun, 26 Sep 2021 05:17:42 -0400 Received: from flashner.co.il ([178.62.234.194]:60864) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mUQHz-00037e-U2 for 50802-done@debbugs.gnu.org; Sun, 26 Sep 2021 05:17:41 -0400 Received: from localhost (unknown [141.226.169.107]) by flashner.co.il (Postfix) with ESMTPSA id 82AF140215; Sun, 26 Sep 2021 09:17:33 +0000 (UTC) Date: Sun, 26 Sep 2021 12:15:04 +0300 From: Efraim Flashner To: Xinglu Chen Subject: Re: [bug#50802] [PATCH] gnu: ocaml-mdx: Update to 1.11.0. Message-ID: Mail-Followup-To: Efraim Flashner , Xinglu Chen , 50802-done@debbugs.gnu.org References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="rENDvMHvXWRFVpNo" Content-Disposition: inline In-Reply-To: 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: 50802-done Cc: 50802-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 (-) --rENDvMHvXWRFVpNo Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Thanks. Patch pushed. --=20 Efraim Flashner =D7=A8=D7=A0=D7=A9=D7=9C=D7=A4 = =D7=9D=D7=99=D7=A8=D7=A4=D7=90 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --rENDvMHvXWRFVpNo Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmFQOhgACgkQQarn3Mo9 g1Fbbw/9F4TBlqftrq5DGafW246ydvygsXbayAQHErQ7Dfvfw+2TMmlYq0+a86Do uBdyDCsE3V0XxVVGy51OqFpNMNqIqcS6RTdEBDJ9QskCVudP0tpywzAX0iDNfHgB EUwmS5RgTftJdUnsMNZMvtFk2TM+FQNly+oGRlcaiV9kxw8TH8exH9k6p/DZVZnC lpcSeG8EIk899OtvsezyPleRL49XtjbazC7PXXFgp3e2s4jTpPpbj+ke9+PZyewX wun04gNmUhKxaiEn01PkcJSGsOLzZKAzQZ0JGXRqAVNEwPmpAFN8nGREtZAIXWXC x816JSdtENVuPjzvUX2BThKoF9MSF7yXMPmnYvvrPmOSDrvg6hQddGMlYzb0lp5C /hx4UdN75V17UYUewWaJaxIBrFnAZ1TWYb/0EoO5iJn1KP0BZK3UHHo5f/IiyV1S P+XBpMyk2Qt0kTtCiwApAbnyEJf+8wVqTNa2Lcz+hW1agGGL3NLYkkT3rP01Ctjm M9XOjuM9a3CEJssQ3OnKxOr4RhgnD/DM/Vbi9UXq7q7OJ1rW0cQ9bp0ioBOQFmsF LqXp6G9Xxo5ArH0LNAoQsybFSqV5dkKiuOqdErafMAFl8n9jn4uQYIsUrMeoDjOU RFc2ClJ/HL3lzviVc7U1PJGeNIpd1Kj9Zx3axJVYS5i9MrdApg4= =Aw+n -----END PGP SIGNATURE----- --rENDvMHvXWRFVpNo-- ------------=_1632647881-12064-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 25 Sep 2021 15:06:12 +0000 Received: from localhost ([127.0.0.1]:34302 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mU9Fk-0000yk-2r for submit@debbugs.gnu.org; Sat, 25 Sep 2021 11:06:12 -0400 Received: from lists.gnu.org ([209.51.188.17]:46846) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mU9Fh-0000yc-VV for submit@debbugs.gnu.org; Sat, 25 Sep 2021 11:06:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44390) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mU9Fh-0007oT-PZ for guix-patches@gnu.org; Sat, 25 Sep 2021 11:06:09 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:41664 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 1mU9Fd-0007ve-6t for guix-patches@gnu.org; Sat, 25 Sep 2021 11:06:09 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1632582355; bh=Vcn4FVHazHZ9jWfe86x0qPUIed0sQoZvUszbLIKKFCc=; h=From:To:Subject:Date; b=jewdAys5kqJyvEp+t7ns7SrOHSR796GJ0Y0zEraOKMqSUkXV7zcqApZQdhlbyFuj3 +AXgjc7VTffcRrawkkzDBJmS+xOgCW20/tiI24LMOPOKa3WGWNomebMBHmXFuLL9nj cclzRTeFMc4wSzek0bvnyBhuiGpSRMp+gjc1G+jE= To: guix-patches@gnu.org Subject: [PATCH] gnu: ocaml-mdx: Update to 1.11.0. Message-Id: Date: Sat, 25 Sep 2021 17:05:54 +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: 34 X-Spam_score: 3.4 X-Spam_bar: +++ X-Spam_report: (3.4 / 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.498, FROM_SUSPICIOUS_NTLD_FP=1.997, PDS_OTHER_BAD_TLD=1.997, PDS_RDNS_DYNAMIC_FP=0.001, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 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-mdx): Update to 1.11.0. [inputs]: Add ocaml-odoc-parser. --- gnu/packages/ocaml.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index af0e80c9cb..04354ea667 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -6804,7 +6804,7 @@ (define-public ocaml-ve [...] 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-mdx): Update to 1.11.0. [inputs]: Add ocaml-odoc-parser. --- gnu/packages/ocaml.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index af0e80c9cb..04354ea667 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -6804,7 +6804,7 @@ (define-public ocaml-version (define-public ocaml-mdx (package (name "ocaml-mdx") - (version "1.9.0") + (version "1.11.0") (source (origin (method git-fetch) (uri (git-reference @@ -6813,7 +6813,7 @@ (define-public ocaml-mdx (file-name (git-file-name name version)) (sha256 (base32 - "0fhwaci8j73fx9xqapa9iv9xwjx73r6p8wh9xg6brnfbqkc38d5b")))) + "1w2vx4my9z6n57vjvsa3b9vwkbdzs1kq0cc58rf088qrh2lrx2ba")))) (build-system dune-build-system) (inputs `(("ocaml-fmt" ,ocaml-fmt) @@ -6824,6 +6824,7 @@ (define-public ocaml-mdx ("ocaml-result" ,ocaml-result) ("ocaml-migrate-parsetree" ,ocaml-migrate-parsetree-1) ("ocaml-odoc" ,ocaml-odoc) + ("ocaml-odoc-parser" ,ocaml-odoc-parser) ("ocaml-version" ,ocaml-version))) (native-inputs `(("ocaml-cppo" ,ocaml-cppo) base-commit: c1bc2a43200d6c6016c2a4154799c73c86a54021 -- 2.33.0 ------------=_1632647881-12064-1--