From debbugs-submit-bounces@debbugs.gnu.org Thu May 27 14:59:16 2021 Received: (at submit) by debbugs.gnu.org; 27 May 2021 18:59:16 +0000 Received: from localhost ([127.0.0.1]:52781 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lmLDv-0008Kc-OU for submit@debbugs.gnu.org; Thu, 27 May 2021 14:59:15 -0400 Received: from lists.gnu.org ([209.51.188.17]:49958) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lmLDt-0008KU-K8 for submit@debbugs.gnu.org; Thu, 27 May 2021 14:59:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48106) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lmLDt-0001k1-5E for guix-patches@gnu.org; Thu, 27 May 2021 14:59:13 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:53396 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 1lmLDr-0001ZH-EC for guix-patches@gnu.org; Thu, 27 May 2021 14:59:12 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1622141942; bh=ZSZa5aJIGx121U1LvY0/7b+5TJKzv2PgmBmPfANHMi0=; h=From:To:Subject:Date; b=CmbF4IEHVDPVZL52pIgNgS4RNjHGh4D2yEG028ni6LtkEdSYpupShLLOyCyPJY0LD AW2yLUWOpWk+z8SLozOpZ8N/aJoIGwwsRltpAlg2tVLJXPuqEFoSTed3XBou5DVxsM vQuK9PKgAjgcTXd3cH0zDRYgcaqK8MZ+aNc1SDnA= To: guix-patches@gnu.org Subject: [PATCH] gnu: python-hg-evolve: Update to 10.3.1. Message-Id: <58f4f8550e068a88be0a7438c4ab0f453d11e1e5.1622141884.git.public@yoctocell.xyz> Date: Thu, 27 May 2021 20:59:01 +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.499, FROM_SUSPICIOUS_NTLD_FP=1.999, PDS_OTHER_BAD_TLD=1.999, 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: 3.2 (+++) 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/version-control.scm (python-hg-evolve): Update to 10.3.1. --- gnu/packages/version-control.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 80842ecf0c..cd262402c1 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -1 [...] Content analysis details: (3.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -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 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [209.51.188.17 listed in wl.mailspike.net] 2.0 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 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/version-control.scm (python-hg-evolve): Update to 10.3.1. --- gnu/packages/version-control.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 80842ecf0c..cd262402c1 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -1701,7 +1701,7 @@ interface.") (define-public python-hg-evolve (package (name "python-hg-evolve") - (version "10.0.1") + (version "10.3.1") (source (origin (method hg-fetch) @@ -1711,7 +1711,7 @@ interface.") (file-name (string-append name "-" version "-checkout")) (sha256 (base32 - "1lz407373lfam9n02gq0l0rc2sjvn0m96kbzy93ipia3ika8fa68")))) + "0msnp5fp8sz4q2r5xpcmm60h82kwkyg23y212v1xfp7ixkq9f4qa")))) (build-system python-build-system) (arguments ;; Tests need mercurial source code. base-commit: c8286c8d4a1a720362b3f87fa19b4d6770c38584 -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 02 03:38:40 2021 Received: (at 48705-done) by debbugs.gnu.org; 2 Jun 2021 07:38:40 +0000 Received: from localhost ([127.0.0.1]:38636 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1loLSZ-0007rY-TL for submit@debbugs.gnu.org; Wed, 02 Jun 2021 03:38:40 -0400 Received: from flashner.co.il ([178.62.234.194]:42968) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1loLSY-0007rL-1x for 48705-done@debbugs.gnu.org; Wed, 02 Jun 2021 03:38:38 -0400 Received: from localhost (unknown [31.210.177.125]) by flashner.co.il (Postfix) with ESMTPSA id 1541D405AF; Wed, 2 Jun 2021 07:38:32 +0000 (UTC) Date: Wed, 2 Jun 2021 10:37:56 +0300 From: Efraim Flashner To: Xinglu Chen Subject: Re: [bug#48705] [PATCH] gnu: python-hg-evolve: Update to 10.3.1. Message-ID: Mail-Followup-To: Efraim Flashner , Xinglu Chen , 48705-done@debbugs.gnu.org References: <58f4f8550e068a88be0a7438c4ab0f453d11e1e5.1622141884.git.public@yoctocell.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="wXgsxFGDrQdIns9b" Content-Disposition: inline In-Reply-To: <58f4f8550e068a88be0a7438c4ab0f453d11e1e5.1622141884.git.public@yoctocell.xyz> 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: 48705-done Cc: 48705-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 (-) --wXgsxFGDrQdIns9b Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Thanks. Patch pushed. --=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 --wXgsxFGDrQdIns9b Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmC3NVQACgkQQarn3Mo9 g1HkxRAAil87su1OkZR18Wv3M01T+9h8KIUJzSwPHsKRMk7a1TsBZu20K1a98WDX ErtbuhqID+puNQ4MdGq0S8r1clk/5is1j2n5aIEO6BlmOsT0cb4Kje2RNhMgnnFm Ktp3L14Ap+f/Pw8O3vaWmRM/FRnEuy+mODGr58Oj4qkJKXYGEb64nXc9+Uq69O/M 5evnanaTzyEYfDc2+mUfPqUp0Wc0Ol5zdLAnPv0gObg8/Af+nMeoVwcmJ1cXH5dt Movf0miwNG6WOonMnTfwlnluzx/JaGcOfYDmdIVrbt4CmWen6Z/tZNRR2UCaLvXF nnuO0RnDpIU/wjbj3OAem3dhNynobQe7UiKyZXOySYy8SK5K0HcE8tZ9KxbqwhR2 nvW5cs+LdPxK7j4NCNbKDFJe904G3w+5/hBQvDAiNzGm9UHgwcpAlAt5njBbhlA0 qDj+k6Y45+bQOEG4jJeCwGqTOCJ4PISPaKBGqgpoF+Ui/dV6Ba5QJsK8qx7vlEUG Ms7+kjJ/b6L8AtMEBFscCVhmybk0UPOfUM82adixa/iEfFhGUD2NSUs5MSpAWd/a /nfE8nWfypNkC/Fqz1el43Il2jedyVsJwv93hi7xyB8wm1FFOatWmTez9wXDjHQV bwFu4DpF5j7jg627CxRkNohd0AONiLLQeQpo5wNHGKbPGziZ/uc= =c3Pm -----END PGP SIGNATURE----- --wXgsxFGDrQdIns9b-- From unknown Sun Jun 22 03:58:30 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 30 Jun 2021 11:24:04 +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