From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id BUzYB7O7TGGVMAEAgWs5BA (envelope-from ) for ; Thu, 23 Sep 2021 19:38:59 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id QLerArO7TGFyEgAAbx9fmQ (envelope-from ) for ; Thu, 23 Sep 2021 17:38:59 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D85587514 for ; Thu, 23 Sep 2021 19:38:58 +0200 (CEST) Received: from localhost ([::1]:45044 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mTSgT-0005p5-Lw for larch@yhetil.org; Thu, 23 Sep 2021 13:38:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42378) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mTSGQ-0000G2-Sv for guix-patches@gnu.org; Thu, 23 Sep 2021 13:12:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44203) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mTSGQ-0006MQ-D1 for guix-patches@gnu.org; Thu, 23 Sep 2021 13:12:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mTSGQ-0007r0-4c for guix-patches@gnu.org; Thu, 23 Sep 2021 13:12:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#50724] [PATCH 2/3] gnu: Add python-platformdirs. Resent-From: Hartmut Goebel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 23 Sep 2021 17:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50724 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Xinglu Chen , 50724@debbugs.gnu.org Received: via spool by 50724-submit@debbugs.gnu.org id=B50724.163241708930146 (code B ref 50724); Thu, 23 Sep 2021 17:12:02 +0000 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 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-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1632418738; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post; bh=s/kwmk5gMCtsYTh0As6gF/hTKKdCGML2n2gKaLJ9sds=; b=Ysu/aNvmnMlmdwxv/h3syYjm1PVLfuqOrnsxswfwX7IiS3+p3XzxnN59Y0doDaJJbmUq6n 2scdyzCu2II2lnJEEat68VxPwDcUqRi4qE3XoksGAeTwCTeB/v0YLdXnbKUa1y1gR/+uE1 tQobWESCM7AsZ7vcgxDNY/GWPnU9HAOre79lUjvXOpD8WR7S9sk9Hg7OSkdaCc5rbvbAqZ XhaoueVHRIScaR9Cs+DG4JEEGm5C49yZtxm63yJ/fEM+xfMJyGUNW+nfK5h0zsiNTeWsQj HQ/y4J/GHKGPJumgJ5YoSc+YDTRIiEPvA1MddLzuJiDaiuM7AWKD44W+M3r0QA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1632418738; a=rsa-sha256; cv=none; b=qXn5prBmsU0zHPKo119Qx2Hxa9GpfBlegHWZwwHqV/IpUTcBagJzjeieRQ7859eBmmhFsR ryOzVMk0nqyDrivqUJNGDbT9cBg7M83gtuYPZu8h6sKjqFIp+mysWH0a3YJ6/XVdXxYaeL WCFv2vkggG9XgymsVZP7NZgU4NUpSmHF0WS1A+AGfMaGrtkaEG1a0lQJOaD3UahlT/uv/c K4dh/FW9OUk9zJmA+12nGpSKQmhHX6q9Zc7BPocYn9KXnT9DDf3dQlyBsh5UDKzdX0ZjZb WmlgIMqIE13tYzkQGefXKQu132AEfsWKqgLkZTaVG9wNrq+fUS5TLR9ukGZGtA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: -0.89 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: D85587514 X-Spam-Score: -0.89 X-Migadu-Scanner: scn0.migadu.com X-TUID: 2zVDR4DenNnp 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 |