From unknown Sun Jun 22 07:30:16 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#48644 <48644@debbugs.gnu.org> To: bug#48644 <48644@debbugs.gnu.org> Subject: Status: [PATCH 1/2] gnu: Add python-asn1tools. Reply-To: bug#48644 <48644@debbugs.gnu.org> Date: Sun, 22 Jun 2025 14:30:16 +0000 retitle 48644 [PATCH 1/2] gnu: Add python-asn1tools. reassign 48644 guix-patches submitter 48644 Hartmut Goebel severity 48644 normal tag 48644 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue May 25 04:37:06 2021 Received: (at submit) by debbugs.gnu.org; 25 May 2021 08:37:06 +0000 Received: from localhost ([127.0.0.1]:44638 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1llSYk-0002lG-BU for submit@debbugs.gnu.org; Tue, 25 May 2021 04:37:06 -0400 Received: from lists.gnu.org ([209.51.188.17]:43704) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1llSYg-0002l7-Eo for submit@debbugs.gnu.org; Tue, 25 May 2021 04:37:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52826) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1llSYg-0000Sn-8Y for guix-patches@gnu.org; Tue, 25 May 2021 04:37:02 -0400 Received: from mail-out.m-online.net ([2001:a60:0:28:0:1:25:1]:51539) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1llSYb-0005js-TK for guix-patches@gnu.org; Tue, 25 May 2021 04:37:02 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4Fq6rQ1Djxz1s8NQ for ; Tue, 25 May 2021 10:36:54 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4Fq6rQ15MRz1qsb8 for ; Tue, 25 May 2021 10:36:54 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id wAG-GoOY7n1m for ; Tue, 25 May 2021 10:36:53 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-55-137.dynamic.mnet-online.de [188.174.55.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Tue, 25 May 2021 10:36:52 +0200 (CEST) Received: from lenashee.fritz.box (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id 87E4B600E3; Tue, 25 May 2021 10:42:17 +0200 (CEST) From: Hartmut Goebel To: guix-patches@gnu.org Subject: [PATCH 1/2] gnu: Add python-asn1tools. Date: Tue, 25 May 2021 10:36:47 +0200 Message-Id: X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=2001:a60:0:28:0:1:25:1; envelope-from=h.goebel@crazy-compilers.com; helo=mail-out.m-online.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) 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: -3.3 (---) * gnu/packages/python-xyz.scm (python-asn1tools): New variable. --- gnu/packages/python-xyz.scm | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 2ff0332c7f..47984907a0 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19,7 +19,7 @@ ;;; Copyright © 2015, 2016 Chris Marusich ;;; Copyright © 2016 Danny Milosavljevic ;;; Copyright © 2016 Lukas Gradl -;;; Copyright © 2016, 2018, 2019 Hartmut Goebel +;;; Copyright © 2016, 2018, 2019, 2021 Hartmut Goebel ;;; Copyright © 2016 Daniel Pimentel ;;; Copyright © 2016 Sou Bunnbu ;;; Copyright © 2016, 2017 Troy Sankey @@ -10331,6 +10331,27 @@ implementations of ASN.1-based codecs and protocols.") module to older versions of Python.") (license license:psfl))) +(define-public python-asn1tools + (package + (name "python-asn1tools") + (version "0.158.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "asn1tools" version)) + (sha256 + (base32 "1k88a1azmyvp2ab6qcf2i40dig5abhyn7cmlyhmwwh8kr3syvma0")))) + (build-system python-build-system) + (propagated-inputs + `(("python-bitstruct" ,python-bitstruct) + ("python-diskcache" ,python-diskcache) + ("python-prompt-toolkit" ,python-prompt-toolkit) + ("python-pyparsing" ,python-pyparsing))) + (home-page "https://github.com/eerimoq/asn1tools") + (synopsis "ASN.1 parsing, encoding and decoding") + (description "ASN.1 parsing, encoding and decoding") + (license license:expat))) + (define-public python2-ipaddr (package (name "python2-ipaddr") -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Mon May 31 17:09:25 2021 Received: (at 48644) by debbugs.gnu.org; 31 May 2021 21:09:25 +0000 Received: from localhost ([127.0.0.1]:35032 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lnpA5-0001eE-1a for submit@debbugs.gnu.org; Mon, 31 May 2021 17:09:25 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:52876 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lnpA2-0001ds-Vi for 48644@debbugs.gnu.org; Mon, 31 May 2021 17:09:23 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1622495357; bh=OyGuwx1sIxkGFHJ/I4jL7e/6Nr3CvnvUrbCsLk6k61A=; h=From:To:Subject:In-Reply-To:References:Date; b=lqqPFzz3SVirUra3Qs7MeNpVXPNwewABtuXCvAnyXQYSWzR1LxdM88mfSbb5pQ8zp rZHzmRSt+rf2KMLeVUZ0n1BtFsM8S3toW/XBlukbmV4dQ8MxSNM7z0ZF06nRsCuuvf NKXAk26YLfYdI3/OmQYJ7W9OHFgBdzIJy5nCcE2g= To: Hartmut Goebel , 48644@debbugs.gnu.org Subject: Re: [bug#48644] [PATCH 1/2] gnu: Add python-asn1tools. In-Reply-To: References: Date: Mon, 31 May 2021 23:09:16 +0200 Message-ID: <87tumi1ugz.fsf@yoctocell.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 2.9 (++) 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: On Tue, May 25 2021, Hartmut Goebel wrote: > * gnu/packages/python-xyz.scm (python-asn1tools): New variable. > --- > gnu/packages/python-xyz.scm | 23 ++++++++++++++++++++++- > 1 file changed, 22 insertions(+), 1 deletion(-) > > +(define-public [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: 48644 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.9 (++) 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: On Tue, May 25 2021, Hartmut Goebel wrote: > * gnu/packages/python-xyz.scm (python-asn1tools): New variable. > --- > gnu/packages/python-xyz.scm | 23 ++++++++++++++++++++++- > 1 file changed, 22 insertions(+), 1 deletion(-) > > +(define-public [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --=-=-= Content-Type: text/plain On Tue, May 25 2021, Hartmut Goebel wrote: > * gnu/packages/python-xyz.scm (python-asn1tools): New variable. > --- > gnu/packages/python-xyz.scm | 23 ++++++++++++++++++++++- > 1 file changed, 22 insertions(+), 1 deletion(-) > > +(define-public python-asn1tools > + (package > + (name "python-asn1tools") > + (version "0.158.0") > + (source > + (origin > + (method url-fetch) > + (uri (pypi-uri "asn1tools" version)) > + (sha256 > + (base32 "1k88a1azmyvp2ab6qcf2i40dig5abhyn7cmlyhmwwh8kr3syvma0")))) > + (build-system python-build-system) > + (propagated-inputs > + `(("python-bitstruct" ,python-bitstruct) > + ("python-diskcache" ,python-diskcache) > + ("python-prompt-toolkit" ,python-prompt-toolkit) > + ("python-pyparsing" ,python-pyparsing))) > + (home-page "https://github.com/eerimoq/asn1tools") > + (synopsis "ASN.1 parsing, encoding and decoding") > + (description "ASN.1 parsing, encoding and decoding") The description should consist of one or more full sentences. Otherwise, LGTM. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJJBAEBCAAzFiEEAVhh4yyK5+SEykIzrPUJmaL7XHkFAmC1UHwVHHB1YmxpY0B5 b2N0b2NlbGwueHl6AAoJEKz1CZmi+1x5f9YP/i5lRVFJfWSbx80XJKjMrfuKt8Kg a66NO/PPfTZXfVIp2mZj/XnTZHhf9eqeTgWBnloVz83JLQ3efbP0o4lWbhFCctCW g8x6Jka/v2YXkgOFW9EeJ04LrZzqaPWZGvtnhJJmkIMqGcFXRtLesmLSMnNQf4A3 SirFfOCV8/YYZJLgRDSRt/GZkmmKRMKrTkUFfv1MGX4gH0RZusTCR4xolI+Gj800 bO6QxjouLKMN3AMmanTzTtZyla3zICGTvnqvo9zzdsu3KrF8okhKAIwZnxpk0Uar GIYEr3HSiTzxy1ieVnpci4ge+CJ/3Molr+xib70m8F1mvZ2Axvz5dbuXgfbYM0Ml 0MUIn7y06GpJweRuPZXB6TuvAORhyRcTUDh/YhmrWX7yPsYyS1MPRpwjXMr973qn LjOy6IdxHWYPL0PIq3zugX+eTIN+4AWw2Q+29eFd6Rlok/fm5L1uzz2l+XJvwgWQ MDJRlKC+NP/4Rvw0gNAo/SzpmJJ1iJP8bdjXQBNZ0xMxfKl3wQyIt3m1Rq5513KW u8t7L1+ZlpCSaS0AO3/kO2eSoTzxktRNGVDIO8G6Er+o3zI9wYpDAruN40o0HcP3 +KJdTMhmFCKhpIJfgAL2b3dqX79iSyeS3rKNt5GKTC+Mkk8zImKB8nwI08F2qebH p1LJ7jIIri1uL+ug =a9V+ -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 05 16:30:03 2021 Received: (at 48644) by debbugs.gnu.org; 5 Jun 2021 20:30:03 +0000 Received: from localhost ([127.0.0.1]:50128 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lpcvi-0007nH-LM for submit@debbugs.gnu.org; Sat, 05 Jun 2021 16:30:03 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58720) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lpcvh-0007mZ-ER for 48644@debbugs.gnu.org; Sat, 05 Jun 2021 16:30:01 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:57866) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lpcvb-0005Ab-B5; Sat, 05 Jun 2021 16:29:55 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=53426 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lpcva-0004mv-W0; Sat, 05 Jun 2021 16:29:55 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Xinglu Chen Subject: Re: bug#48644: [PATCH 1/2] gnu: Add python-asn1tools. References: <87tumi1ugz.fsf@yoctocell.xyz> Date: Sat, 05 Jun 2021 22:29:53 +0200 In-Reply-To: <87tumi1ugz.fsf@yoctocell.xyz> (Xinglu Chen's message of "Mon, 31 May 2021 23:09:16 +0200") Message-ID: <87v96sm4vy.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.3 (/) X-Debbugs-Envelope-To: 48644 Cc: Hartmut Goebel , 48644@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.3 (-) Xinglu Chen skribis: > On Tue, May 25 2021, Hartmut Goebel wrote: > >> * gnu/packages/python-xyz.scm (python-asn1tools): New variable. >> --- >> gnu/packages/python-xyz.scm | 23 ++++++++++++++++++++++- >> 1 file changed, 22 insertions(+), 1 deletion(-) >> >> +(define-public python-asn1tools >> + (package >> + (name "python-asn1tools") >> + (version "0.158.0") >> + (source >> + (origin >> + (method url-fetch) >> + (uri (pypi-uri "asn1tools" version)) >> + (sha256 >> + (base32 "1k88a1azmyvp2ab6qcf2i40dig5abhyn7cmlyhmwwh8kr3syvma0")= ))) >> + (build-system python-build-system) >> + (propagated-inputs >> + `(("python-bitstruct" ,python-bitstruct) >> + ("python-diskcache" ,python-diskcache) >> + ("python-prompt-toolkit" ,python-prompt-toolkit) >> + ("python-pyparsing" ,python-pyparsing))) >> + (home-page "https://github.com/eerimoq/asn1tools") >> + (synopsis "ASN.1 parsing, encoding and decoding") >> + (description "ASN.1 parsing, encoding and decoding") > > The description should consist of one or more full sentences. Otherwise, > LGTM. +1 on both. :-) Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 07 06:35:35 2021 Received: (at 48644-close) by debbugs.gnu.org; 7 Jul 2021 10:35:35 +0000 Received: from localhost ([127.0.0.1]:50956 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m14tz-00004u-Ls for submit@debbugs.gnu.org; Wed, 07 Jul 2021 06:35:35 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:60153) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m14tx-0008WO-IV for 48644-close@debbugs.gnu.org; Wed, 07 Jul 2021 06:35:34 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4GKbRR6HvTz1s3pG for <48644-close@debbugs.gnu.org>; Wed, 7 Jul 2021 12:35:31 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4GKbRR3xKKz1qwYh for <48644-close@debbugs.gnu.org>; Wed, 7 Jul 2021 12:35:31 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id WrgXolcOlRBL for <48644-close@debbugs.gnu.org>; Wed, 7 Jul 2021 12:35:30 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-62-244.dynamic.mnet-online.de [188.174.62.244]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <48644-close@debbugs.gnu.org>; Wed, 7 Jul 2021 12:35:30 +0200 (CEST) Received: from thisbe.goebel-consult.de (hermia.goebel-consult.de [192.168.110.7]) by hermia.goebel-consult.de (Postfix) with ESMTP id CE9D8601A5 for <48644-close@debbugs.gnu.org>; Wed, 7 Jul 2021 12:35:34 +0200 (CEST) To: 48644-close@debbugs.gnu.org From: Hartmut Goebel Organization: crazy-compilers.com Message-ID: Date: Wed, 7 Jul 2021 12:35:27 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Spam-Score: 1.3 (+) 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: Thanks for the review. This was already merged quite some weeks ago in d8fed768a899bd0a3a84a88572135a1d7bde2400, but I forgot closing the issue. Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [212.18.0.10 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [212.18.0.10 listed in wl.mailspike.net] 0.0 SPF_NONE SPF: sender does not publish an SPF Record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: 48644-close 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.3 (/) Thanks for the review. This was already merged quite some weeks ago in d8fed768a899bd0a3a84a88572135a1d7bde2400, but I forgot closing the issue. From unknown Sun Jun 22 07:30:16 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, 04 Aug 2021 11:24:06 +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