From unknown Thu Aug 14 21:44:49 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#50724 <50724@debbugs.gnu.org> To: bug#50724 <50724@debbugs.gnu.org> Subject: Status: [PATCH 1/3] gnu: Add python-charset-normalizer. Reply-To: bug#50724 <50724@debbugs.gnu.org> Date: Fri, 15 Aug 2025 04:44:49 +0000 retitle 50724 [PATCH 1/3] gnu: Add python-charset-normalizer. reassign 50724 guix-patches submitter 50724 Hartmut Goebel severity 50724 normal tag 50724 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 21 15:19:25 2021 Received: (at submit) by debbugs.gnu.org; 21 Sep 2021 19:19:25 +0000 Received: from localhost ([127.0.0.1]:48027 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mSlIa-0004Ld-UN for submit@debbugs.gnu.org; Tue, 21 Sep 2021 15:19:25 -0400 Received: from lists.gnu.org ([209.51.188.17]:43120) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mSlIZ-0004LV-5j for submit@debbugs.gnu.org; Tue, 21 Sep 2021 15:19:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34208) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mSlIU-00059d-4C for guix-patches@gnu.org; Tue, 21 Sep 2021 15:19:22 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:36071) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mSlIR-0007Hd-Oj for guix-patches@gnu.org; Tue, 21 Sep 2021 15:19:17 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4HDWSb4mYdz1qwxy for ; Tue, 21 Sep 2021 21:19:11 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4HDWSb4gYRz1qqkB for ; Tue, 21 Sep 2021 21:19:11 +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 mmBylxvPIE57 for ; Tue, 21 Sep 2021 21:19:10 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-86-73.dynamic.mnet-online.de [188.174.86.73]) (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, 21 Sep 2021 21:19:10 +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 E8776600B0; Tue, 21 Sep 2021 21:19:22 +0200 (CEST) From: Hartmut Goebel To: guix-patches@gnu.org Subject: [PATCH 1/3] gnu: Add python-charset-normalizer. Date: Tue, 21 Sep 2021 21:19:06 +0200 Message-Id: <9243ca3fe7fc61c691c164d5fd73f865eacc4e6b.1632251925.git.h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=212.18.0.9; 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, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, 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-charset-normalizer): New variable. --- gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 88c89ed201..7239fa1584 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -11819,6 +11819,27 @@ automatically detect a wide range of file encodings.") (define-public python2-chardet (package-with-python2 python-chardet)) +(define-public python-charset-normalizer + (package + (name "python-charset-normalizer") + (version "2.0.5") + (source + (origin + (method url-fetch) + (uri (pypi-uri "charset-normalizer" version)) + (sha256 + (base32 "0rr3iv2xw4rz5ijnfqk229fw85cq6p6rhqqsilm0ldzncblfg63h")))) + (build-system python-build-system) + (native-inputs + `(("python-pytest" ,python-pytest))) + (home-page "https://github.com/ousret/charset_normalizer") + (synopsis "Universal Charset Detector, alternative to Chardet") + (description "This library helps you read text from an unknown charset +encoding. Motivated by @code{chardet}, it tries to resolve the issue by +taking a new approach. All IANA character set names for which the Python core +library provides codecs are supported.") + (license license:expat))) + (define-public python-docopt (package (name "python-docopt") -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 21 15:22:29 2021 Received: (at submit) by debbugs.gnu.org; 21 Sep 2021 19:22:29 +0000 Received: from localhost ([127.0.0.1]:48046 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mSlLZ-0004ST-H2 for submit@debbugs.gnu.org; Tue, 21 Sep 2021 15:22:29 -0400 Received: from lists.gnu.org ([209.51.188.17]:46136) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mSlLX-0004SF-1o for submit@debbugs.gnu.org; Tue, 21 Sep 2021 15:22:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34920) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mSlLV-0007NT-Tq for guix-patches@gnu.org; Tue, 21 Sep 2021 15:22:26 -0400 Received: from mail-out.m-online.net ([2001:a60:0:28:0:1:25:1]:45495) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mSlLP-00015i-Vj for guix-patches@gnu.org; Tue, 21 Sep 2021 15:22:22 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4HDWX93PRMz1sBR3; Tue, 21 Sep 2021 21:22:17 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4HDWX93B1Mz1qqkC; Tue, 21 Sep 2021 21:22:17 +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 q9V99WqEebci; Tue, 21 Sep 2021 21:22:16 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-86-73.dynamic.mnet-online.de [188.174.86.73]) (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; Tue, 21 Sep 2021 21:22:16 +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 74A03600B0; Tue, 21 Sep 2021 21:22:29 +0200 (CEST) From: Hartmut Goebel To: 50724@debbugs.gnu.org, guix-patches@gnu.org Subject: [PATCH 2/3] gnu: Add python-platformdirs. Date: Tue, 21 Sep 2021 21:22:11 +0200 Message-Id: <3c719027baff05520288c3f0f0e97988a9565f7b.1632251925.git.h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <9243ca3fe7fc61c691c164d5fd73f865eacc4e6b.1632251925.git.h.goebel@crazy-compilers.com> References: <9243ca3fe7fc61c691c164d5fd73f865eacc4e6b.1632251925.git.h.goebel@crazy-compilers.com> MIME-Version: 1.0 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-platformdirs): New variable. --- gnu/packages/python-xyz.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7239fa1584..908e9dbff6 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -26799,3 +26799,29 @@ services' API. It includes a pre-defined set of classes for API resources that initialize themselves dynamically from API responses which makes it compatible with a wide range of versions of the Stripe API.") (license license:expat))) + +(define-public python-platformdirs + (package + (name "python-platformdirs") + (version "2.2.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "platformdirs" version)) + (sha256 + (base32 "07hq5qrp7pqj63iczg01wbf5ii6f0ncd0dq5mzkdhsslmg9slbb3")))) + (build-system python-build-system) + (native-inputs + `(("python-appdirs" ,python-appdirs) + ("python-pytest" ,python-pytest) + ("python-pytest-cov" ,python-pytest-cov) + ("python-pytest-mock" ,python-pytest-mock))) + (home-page "https://github.com/platformdirs/platformdirs") + (synopsis "Determine the appropriate platform-specific dirs, e.g. \"user +data dir\"") + (description "When writing applications, finding the right location to +store user data and configuration varies per platform. Even for +single-platform apps, there may by plenty of nuances in figuring out the right +location. This small Python module determines the appropriate +platform-specific directories, e.g. the \"user data dir\".") + (license license:expat))) -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 21 15:22:30 2021 Received: (at submit) by debbugs.gnu.org; 21 Sep 2021 19:22:30 +0000 Received: from localhost ([127.0.0.1]:48048 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mSlLZ-0004SV-Om for submit@debbugs.gnu.org; Tue, 21 Sep 2021 15:22:30 -0400 Received: from lists.gnu.org ([209.51.188.17]:46168) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mSlLX-0004SL-Q3 for submit@debbugs.gnu.org; Tue, 21 Sep 2021 15:22:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34922) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mSlLX-0007OU-Kl for guix-patches@gnu.org; Tue, 21 Sep 2021 15:22:27 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:48409) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mSlLS-000188-10 for guix-patches@gnu.org; Tue, 21 Sep 2021 15:22:25 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4HDWXD6nBcz1qwxy; Tue, 21 Sep 2021 21:22:20 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4HDWXD6h5Jz1qqkC; Tue, 21 Sep 2021 21:22:20 +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 U1ADp09zLbd2; Tue, 21 Sep 2021 21:22:19 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-86-73.dynamic.mnet-online.de [188.174.86.73]) (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; Tue, 21 Sep 2021 21:22:19 +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 074DF60150; Tue, 21 Sep 2021 21:22:29 +0200 (CEST) From: Hartmut Goebel To: 50724@debbugs.gnu.org, guix-patches@gnu.org Subject: [PATCH 3/3] gnu: Add python-zeep. Date: Tue, 21 Sep 2021 21:22:12 +0200 Message-Id: <6514049df6c3b4bfd534252eec1ecce93f66619f.1632251925.git.h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <9243ca3fe7fc61c691c164d5fd73f865eacc4e6b.1632251925.git.h.goebel@crazy-compilers.com> References: <9243ca3fe7fc61c691c164d5fd73f865eacc4e6b.1632251925.git.h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=212.18.0.9; 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, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, 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-web.scm (python-zeep): New variable. --- gnu/packages/python-web.scm | 42 +++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 302e5d6459..10507240e1 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -6234,3 +6234,45 @@ communicate with Microsoft Azure Storage services.") or tags from HTML snippets, extract base url from HTML snippets, translate entites on HTML strings, among other things.") (license license:bsd-3))) + +(define-public python-zeep + (package + (name "python-zeep") + (version "4.1.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "zeep" version)) + (sha256 + (base32 "1ranr4hkjd2kbbhxa3is1qlgkankj3sml5gla6bqs0kbvpmg4rsq")))) + (build-system python-build-system) + (propagated-inputs + `(("python-attrs" ,python-attrs) + ("python-cached-property" ,python-cached-property) + ("python-isodate" ,python-isodate) + ("python-lxml" ,python-lxml) + ("python-platformdirs" ,python-platformdirs) + ("python-pytz" ,python-pytz) + ("python-requests" ,python-requests) + ("python-requests-file" ,python-requests-file) + ("python-requests-toolbelt" ,python-requests-toolbelt))) + (native-inputs + `(("python-coverage" ,python-coverage) + ;;("python-flake8" ,python-flake8) + ;; ("python-flake8-blind-except" ,python-flake8-blind-except) + ;; ("python-flake8-debugger" ,python-flake8-debugger) + ;; ("python-flake8-imports" ,python-flake8-imports) + ("python-freezegun" ,python-freezegun) + ;;("python-isort" ,python-isort) + ("python-mock" ,python-mock) + ("python-pretend" ,python-pretend) + ("python-pytest" ,python-pytest) + ("python-pytest-asyncio" ,python-pytest-asyncio) + ("python-pytest-cov" ,python-pytest-cov) + ("python-pytest-httpx" ,python-pytest-httpx) + ("python-requests-mock" ,python-requests-mock))) + (home-page "http://docs.python-zeep.org") + (synopsis "Fast and modern Python SOAP client") + (description "This package provides a fast and modern Python SOAP client +based on lxml and requests.") + (license license:expat))) -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 21 16:12:28 2021 Received: (at 50724) by debbugs.gnu.org; 21 Sep 2021 20:12:28 +0000 Received: from localhost ([127.0.0.1]:48112 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mSm7v-00081H-Tr for submit@debbugs.gnu.org; Tue, 21 Sep 2021 16:12:28 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:41318 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mSm7t-000811-N6 for 50724@debbugs.gnu.org; Tue, 21 Sep 2021 16:12:26 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1632255135; bh=kSXr15V0wUVpGiwPxhHz/Hq8bSUHFN/ggiVDvtfWecE=; h=From:To:Subject:In-Reply-To:References:Date; b=kF1fM+uirZLFhlIN6z7xhz3pM9KilZN7n3GktwFja7oIlMlLaIgTzyaRe0GxXrWau Kn7pBAqLNazsUqRHZK4KbMEyw28Gd0YG6NHqm5tEe5dglDChkuBkv6STtMNt/hyGFB xGviejgbHmpnStaTpCqpGvX6yCkwMZvJYjOjFfqA= To: Hartmut Goebel , 50724@debbugs.gnu.org Subject: Re: [bug#50724] [PATCH 2/3] gnu: Add python-platformdirs. In-Reply-To: <3c719027baff05520288c3f0f0e97988a9565f7b.1632251925.git.h.goebel@crazy-compilers.com> References: <9243ca3fe7fc61c691c164d5fd73f865eacc4e6b.1632251925.git.h.goebel@crazy-compilers.com> <3c719027baff05520288c3f0f0e97988a9565f7b.1632251925.git.h.goebel@crazy-compilers.com> Date: Tue, 21 Sep 2021 22:12:04 +0200 Message-ID: <87o88lg02z.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, Sep 21 2021, Hartmut Goebel wrote: > * gnu/packages/python-xyz.scm (python-platformdirs): New variable. > --- > gnu/packages/python-xyz.scm | 26 ++++++++++++++++++++++++++ > 1 file changed, 26 insertions(+) > > diff --git a/gnu/package [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 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.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.0 PDS_RDNS_DYNAMIC_FP RDNS_DYNAMIC with FP steps X-Debbugs-Envelope-To: 50724 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, Sep 21 2021, Hartmut Goebel wrote: > * gnu/packages/python-xyz.scm (python-platformdirs): New variable. > --- > gnu/packages/python-xyz.scm | 26 ++++++++++++++++++++++++++ > 1 file changed, 26 insertions(+) > > diff --git a/gnu/package [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 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.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 0.0 PDS_RDNS_DYNAMIC_FP RDNS_DYNAMIC with FP steps --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Tue, Sep 21 2021, Hartmut Goebel wrote: > * gnu/packages/python-xyz.scm (python-platformdirs): New variable. > --- > gnu/packages/python-xyz.scm | 26 ++++++++++++++++++++++++++ > 1 file changed, 26 insertions(+) > > diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm > index 7239fa1584..908e9dbff6 100644 > --- a/gnu/packages/python-xyz.scm > +++ b/gnu/packages/python-xyz.scm > @@ -26799,3 +26799,29 @@ services' API. It includes a pre-defined set of= classes for API resources > that initialize themselves dynamically from API responses which makes it > compatible with a wide range of versions of the Stripe API.") > (license license:expat))) > + > +(define-public python-platformdirs > + (package > + (name "python-platformdirs") > + (version "2.2.0") > + (source > + (origin > + (method url-fetch) > + (uri (pypi-uri "platformdirs" version)) > + (sha256 > + (base32 "07hq5qrp7pqj63iczg01wbf5ii6f0ncd0dq5mzkdhsslmg9slbb3"))= )) > + (build-system python-build-system) > + (native-inputs > + `(("python-appdirs" ,python-appdirs) > + ("python-pytest" ,python-pytest) > + ("python-pytest-cov" ,python-pytest-cov) > + ("python-pytest-mock" ,python-pytest-mock))) > + (home-page "https://github.com/platformdirs/platformdirs") > + (synopsis "Determine the appropriate platform-specific dirs, e.g. \"= user > +data dir\"") The example is also mentioned in the description, so I would drop the =E2=80=9Ce.g. ...=E2=80=9D part. Also, I would write =E2=80=9Cdirectories= =E2=80=9D instead of =E2=80=9Cdirs=E2=80=9D, just for the sake of clarity. > + (description "When writing applications, finding the right location = to > +store user data and configuration varies per platform. Even for > +single-platform apps, there may by plenty of nuances in figuring out the= right > +location. This small Python module determines the appropriate > +platform-specific directories, e.g. the \"user data dir\".") Use ``'' instead of "", see the Texinfo manual on quote characters. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJJBAEBCAAzFiEEAVhh4yyK5+SEykIzrPUJmaL7XHkFAmFKPJQVHHB1YmxpY0B5 b2N0b2NlbGwueHl6AAoJEKz1CZmi+1x5+GsP/3xA2GK0NYgR9aN+wyb9f2T1Gu2V NKNJcfMtkB1+9cWXvhipV6XgDxEIt9E5YIR2iFiBsjQrxmvHBsbdhdeuCPqmSajv Gv8wnvbAPpTjP7I9Od7XgFfvIg5mrPMVYSUhvdxvHDovpgyDKT8+NOaxUd1LmEC5 WoDSkx1+TxbYjJxB+9ytl3OLFa0gBsIRVTvYsQNNy6OFKdYnQePoEqaiGph0Rlrx TNkV8lmtT/OCcT5bN86FD0TKBHWx776ZhhkvB0/3NQi9d0Z9MRNhII+MqQd2cvF1 FlMsFCoq02m2tN5KV6VDbkpNSri30v/tYTltpgwofLpzXK8UdHvpxTrPkNvu80JM NyQmGQmx/3y9cmh/cS7R4UZYsD6yPf+q2WdUAZcOG32qYGZTOjPkw1jfZiUZSG6p +2V0Acj6UWm9/tH/4EdY9INbvJvyXy32bNMQkUVF6sN7/W2lpQ2DYVJeMoJLJddF N8oPSNl8tVZK0gqa9jOxFwU3DShLoMWj4qlDcAnJlH4GG1/cUhQpylAGfJ/gKgfj Kub4DWmxX/wmtC6Qm0puFLRUb503XXqqNN1jTWjq7IClKEhGIR1q+WKLfpdivlHw 3deL9LH7y+HN/8eEJOUyh++fo0+1oh8heaIPX8BNPEZQBgmGVCLKiFDewia/1Edg J+uxbtHS8wwXP7t5 =YOVh -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 21 16:16:38 2021 Received: (at 50724) by debbugs.gnu.org; 21 Sep 2021 20:16:38 +0000 Received: from localhost ([127.0.0.1]:48130 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mSmBy-00016e-2Q for submit@debbugs.gnu.org; Tue, 21 Sep 2021 16:16:38 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:41430 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mSmBw-00011G-4b for 50724@debbugs.gnu.org; Tue, 21 Sep 2021 16:16:36 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1632255388; bh=EAEvOYyPnbuw0HS+ET2ZsOtLCuJvD/NsIFgI/E+11hc=; h=From:To:Subject:In-Reply-To:References:Date; b=BhfZNofati1U5a8Vi2xPJcaRsMezJiG1sfdCmkpMfE11pp/7KVRsgRsRP7woNNQQJ oocw/il7R7EsyNXe7dPJW/w9tXYi/g9SkM4F/zciS9KDt2zSaol8mD/vVYHxsJKTE5 Pf4iv+Dd5s/WvENy166hhytOSoXR3kLtPTrN/WdY= To: Hartmut Goebel , 50724@debbugs.gnu.org Subject: Re: [bug#50724] [PATCH 3/3] gnu: Add python-zeep. In-Reply-To: <6514049df6c3b4bfd534252eec1ecce93f66619f.1632251925.git.h.goebel@crazy-compilers.com> References: <9243ca3fe7fc61c691c164d5fd73f865eacc4e6b.1632251925.git.h.goebel@crazy-compilers.com> <6514049df6c3b4bfd534252eec1ecce93f66619f.1632251925.git.h.goebel@crazy-compilers.com> Date: Tue, 21 Sep 2021 22:16:27 +0200 Message-ID: <87mto5fzvo.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, Sep 21 2021, Hartmut Goebel wrote: > * gnu/packages/python-web.scm (python-zeep): New variable. > --- > gnu/packages/python-web.scm | 42 +++++++++++++++++++++++++++++++++++++ > 1 file changed, 42 insertions(+) > > diff --git a/gnu/pack [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 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.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.0 PDS_RDNS_DYNAMIC_FP RDNS_DYNAMIC with FP steps X-Debbugs-Envelope-To: 50724 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, Sep 21 2021, Hartmut Goebel wrote: > * gnu/packages/python-web.scm (python-zeep): New variable. > --- > gnu/packages/python-web.scm | 42 +++++++++++++++++++++++++++++++++++++ > 1 file changed, 42 insertions(+) > > diff --git a/gnu/pack [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 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.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 0.0 PDS_RDNS_DYNAMIC_FP RDNS_DYNAMIC with FP steps --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Tue, Sep 21 2021, Hartmut Goebel wrote: > * gnu/packages/python-web.scm (python-zeep): New variable. > --- > gnu/packages/python-web.scm | 42 +++++++++++++++++++++++++++++++++++++ > 1 file changed, 42 insertions(+) > > diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm > index 302e5d6459..10507240e1 100644 > --- a/gnu/packages/python-web.scm > +++ b/gnu/packages/python-web.scm > @@ -6234,3 +6234,45 @@ communicate with Microsoft Azure Storage services.= ") > or tags from HTML snippets, extract base url from HTML snippets, transla= te entites > on HTML strings, among other things.") > (license license:bsd-3))) > + > +(define-public python-zeep > + (package > + (name "python-zeep") > + (version "4.1.0") > + (source > + (origin > + (method url-fetch) > + (uri (pypi-uri "zeep" version)) > + (sha256 > + (base32 "1ranr4hkjd2kbbhxa3is1qlgkankj3sml5gla6bqs0kbvpmg4rsq"))= )) > + (build-system python-build-system) > + (propagated-inputs > + `(("python-attrs" ,python-attrs) > + ("python-cached-property" ,python-cached-property) > + ("python-isodate" ,python-isodate) > + ("python-lxml" ,python-lxml) > + ("python-platformdirs" ,python-platformdirs) > + ("python-pytz" ,python-pytz) > + ("python-requests" ,python-requests) > + ("python-requests-file" ,python-requests-file) > + ("python-requests-toolbelt" ,python-requests-toolbelt))) > + (native-inputs > + `(("python-coverage" ,python-coverage) > + ;;("python-flake8" ,python-flake8) > + ;; ("python-flake8-blind-except" ,python-flake8-blind-except) > + ;; ("python-flake8-debugger" ,python-flake8-debugger) > + ;; ("python-flake8-imports" ,python-flake8-imports) > + ("python-freezegun" ,python-freezegun) > + ;;("python-isort" ,python-isort) Why are some of these inputs commented out? > + ("python-mock" ,python-mock) > + ("python-pretend" ,python-pretend) > + ("python-pytest" ,python-pytest) > + ("python-pytest-asyncio" ,python-pytest-asyncio) > + ("python-pytest-cov" ,python-pytest-cov) > + ("python-pytest-httpx" ,python-pytest-httpx) =E2=80=98python-pytest-httpx=E2=80=99 doesn=E2=80=99t seem to exist; which = commit are you basing these patches off of? My checkout is based off of commit 5966d48d1c9e48b7098845193469f5b5fe07d540. This is why people should be using the =E2=80=98--base=E2=80=99 flag when i= nvoking =E2=80=98git format-patch=E2=80=99. :-) > + ("python-requests-mock" ,python-requests-mock))) > + (home-page "http://docs.python-zeep.org") Why not HTTPS? > + (synopsis "Fast and modern Python SOAP client") > + (description "This package provides a fast and modern Python SOAP cl= ient > +based on lxml and requests.") I would use @code{python-lxml} and @code{python-requests} to make it clear that these are packages and not just regular words. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJJBAEBCAAzFiEEAVhh4yyK5+SEykIzrPUJmaL7XHkFAmFKPZsVHHB1YmxpY0B5 b2N0b2NlbGwueHl6AAoJEKz1CZmi+1x5XNUQAImFoBX3EQHAjCXaNk9HIprqccR3 FFs2421apBiD7QMqLqpW93SLiucIPtHUdW4qpsx1grL/UeYxQb39p5DqKjQQS0Bx VPsLNYmZjRZTlAf1VNdwjtsYqdMYaOOo15cLLuUkSayPbDGz6KydlTr6u3GRRyuJ 9Xmv6zf3yeCeikR+4OeymIM3fd2T7n79NblNNgGo44w73133/9FiBdiFeRDuVrku gy5RSzB9yLFIVQwwLXdEYH77oHBPsN4TFB7e0JVOjnpPSYuixOuGGarv8Dw+gmfZ UaiSP1rCYtDVIVOjZQDywnIrwUQ43KmDbnbFnH27tB2w7SQrvjSXAIEbFDlSaBZ5 b9BgLxm0dEcknmN8QMI7WGsu5HDdpX8NuLV5SavpVnBz3nU+R4WyVPKhLNc6Lxaa W8LOG3YZsDkeUN39rXSXHl7hGxvGqo6ic98MtRSUMDgRkyL7r7AQdw1NvqY0OsLs E7w9J2jGGTmckzqJ7D2iM1cYbZvP/l71oa6kO1G4BYsrFitZ9buO0tWFKusi9nEO f1PaDXhnNf4XDJ4trCqNGlIYllC36DJqb1835+i12WE9ToLw1Qo0TNDLDt4SkOfI AAbxVqoYPpvxjng5pO6l1xokeQIriLAE/3yy9EAW2M7uFS3MzYuRrj1y+kuAomWp znOmjGwX3HyGkGDR =+Qw+ -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 23 13:10:07 2021 Received: (at 50724) by debbugs.gnu.org; 23 Sep 2021 17:10:07 +0000 Received: from localhost ([127.0.0.1]:55745 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mTSEZ-0007np-3P for submit@debbugs.gnu.org; Thu, 23 Sep 2021 13:10:07 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:51918) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mTSEW-0007nd-Uh for 50724@debbugs.gnu.org; Thu, 23 Sep 2021 13:10:05 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4HFhVf2FxZz1sF4d; Thu, 23 Sep 2021 19:10:02 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4HFhVd741Kz1qqkD; Thu, 23 Sep 2021 19:10:01 +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 qYINBHJUIjwT; Thu, 23 Sep 2021 19:10:01 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-51-230.dynamic.mnet-online.de [188.174.51.230]) (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; Thu, 23 Sep 2021 19:10:01 +0200 (CEST) Received: from [127.0.0.1] (hermia.goebel-consult.de [192.168.110.7]) by hermia.goebel-consult.de (Postfix) with ESMTP id 246D1600DA; Thu, 23 Sep 2021 19:10:12 +0200 (CEST) Message-ID: <6e1109ca-346f-45cc-765c-34e696f544f4@crazy-compilers.com> Date: Thu, 23 Sep 2021 19:09:57 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.1 Subject: Re: [bug#50724] [PATCH 3/3] gnu: Add python-zeep. Content-Language: en-US To: Xinglu Chen , 50724@debbugs.gnu.org References: <9243ca3fe7fc61c691c164d5fd73f865eacc4e6b.1632251925.git.h.goebel@crazy-compilers.com> <6514049df6c3b4bfd534252eec1ecce93f66619f.1632251925.git.h.goebel@crazy-compilers.com> <87mto5fzvo.fsf@yoctocell.xyz> From: Hartmut Goebel Organization: crazy-compilers.com In-Reply-To: <87mto5fzvo.fsf@yoctocell.xyz> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Score: -0.8 (/) X-Debbugs-Envelope-To: 50724 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.8 (-) Hi Xinglu, > ‘python-pytest-httpx’ doesn’t seem to exist; which commit are you basing Ups, Sorry for wasting your time by submitting an incomplete patch. I withdrew the patch. I cherry-picked this patch from another pile of patches, which contains python-pytest-httpx. Anyhow packaging python-pytest-httpx ended up in updating many other packages, updating which is to touchy for me. -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 23 13:11:29 2021 Received: (at 50724) by debbugs.gnu.org; 23 Sep 2021 17:11:29 +0000 Received: from localhost ([127.0.0.1]:55749 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mTSFt-0007qA-D0 for submit@debbugs.gnu.org; Thu, 23 Sep 2021 13:11:29 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:52548) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mTSFr-0007q2-UQ for 50724@debbugs.gnu.org; Thu, 23 Sep 2021 13:11:28 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4HFhXG5rv8z1qwGb; Thu, 23 Sep 2021 19:11:26 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4HFhXG4FQvz1qqkD; Thu, 23 Sep 2021 19:11:26 +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 B7HkYKBBbvdo; Thu, 23 Sep 2021 19:11:25 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-51-230.dynamic.mnet-online.de [188.174.51.230]) (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; Thu, 23 Sep 2021 19:11:25 +0200 (CEST) Received: from [127.0.0.1] (hermia.goebel-consult.de [192.168.110.7]) by hermia.goebel-consult.de (Postfix) with ESMTP id 056BA600DA; Thu, 23 Sep 2021 19:11:36 +0200 (CEST) Message-ID: <45b45125-81be-9d89-c6f9-f39c17aa1cc4@crazy-compilers.com> Date: Thu, 23 Sep 2021 19:11:22 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.1 From: Hartmut Goebel Subject: Re: [bug#50724] [PATCH 2/3] gnu: Add python-platformdirs. To: Xinglu Chen , 50724@debbugs.gnu.org References: <9243ca3fe7fc61c691c164d5fd73f865eacc4e6b.1632251925.git.h.goebel@crazy-compilers.com> <3c719027baff05520288c3f0f0e97988a9565f7b.1632251925.git.h.goebel@crazy-compilers.com> <87o88lg02z.fsf@yoctocell.xyz> Content-Language: en-US Organization: crazy-compilers.com In-Reply-To: <87o88lg02z.fsf@yoctocell.xyz> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.8 (/) X-Debbugs-Envelope-To: 50724 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.8 (-) Hi Xinglu, thanks for the fast review. I adjusted python-platformdirs as you recommended and pushed both python-charset-normalizer and python-platformdirs as a24ae17e230d8d1f8b036c298e68fdcb08edff62 The python-zeep I withdrew. -- Regards Hartmut Goebel | Hartmut Goebel |h.goebel@crazy-compilers.com | |www.crazy-compilers.com | compilers which you thought are impossible | From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 13 04:42:17 2021 Received: (at control) by debbugs.gnu.org; 13 Oct 2021 08:42:17 +0000 Received: from localhost ([127.0.0.1]:58030 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maZq5-0001J8-27 for submit@debbugs.gnu.org; Wed, 13 Oct 2021 04:42:17 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37436) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maZq3-0001It-Bk for control@debbugs.gnu.org; Wed, 13 Oct 2021 04:42:15 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:49846) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1maZpx-0004Us-KZ for control@debbugs.gnu.org; Wed, 13 Oct 2021 04:42:10 -0400 Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:51077 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1maZpx-0006rO-B3 for control@debbugs.gnu.org; Wed, 13 Oct 2021 04:42:09 -0400 Date: Wed, 13 Oct 2021 10:42:07 +0200 Message-Id: <878ryxtixs.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #50724 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control 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 (---) close 50724 quit From unknown Thu Aug 14 21:44:49 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, 10 Nov 2021 12: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