From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nc-smtp3.sdv.fr (nc-smtp3.sdv.fr [212.95.69.93]) by sourceware.org (Postfix) with ESMTPS id B52833858D28 for ; Tue, 14 Dec 2021 14:01:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B52833858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=lfmm.org Authentication-Results: sourceware.org; spf=none smtp.mailfrom=lfmm.org Received: from [192.168.0.10] (107.243.245.213.rev.sfr.net [213.245.243.107]) by nc-smtp3.sdv.fr (Postfix) with ESMTPS id 4DEBFA024A for ; Tue, 14 Dec 2021 15:01:11 +0100 (CET) Message-ID: Date: Tue, 14 Dec 2021 15:01:10 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.4.0 Content-Language: en-GB To: cygwin@cygwin.com From: Laurent Martin Subject: Updating python38-pytest installs python39 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedvuddrledtgdehkecutefuodetggdotffvucfrrhhofhhilhgvmecupfgfoffgtffkveetuefngfdpqfgfvfenuceurghilhhouhhtmecufedttdenucenucfjughrpefkffggfgfvhffutgfgsehtjeertddtfeejnecuhfhrohhmpefnrghurhgvnhhtucforghrthhinhcuoehlrghurhgvnhhtsehlfhhmmhdrohhrgheqnecuggftrfgrthhtvghrnhepheffgfdtieeugefgheelvdeggfffkeegvdeltdettddujedtffehjeelffejhfehnecuffhomhgrihhnpehlihhpiedrfhhrnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmohguvgepshhmthhpohhuth X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, KAM_SHORT, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2021 14:01:15 -0000 Hello, Updating python38-pytest from 6.2.1-1 to 6.2.5-1 leads to the installation of several python39 packages. Reading the "setup" file (found on this mirror site: https://ftp.lip6.fr/pub/cygwin/x86_64/setup.xz), I noticed that the package python38-pytest depends on python39-pytest. So updating python38-pytest to the latest version 6.2.5.1 leads to the installation of python39-pytest and other python 3.9 packages (python39, python39-attrs, python39-iniconfig, python39-jinja2, python39-markupsafe, python39-packaging, python39-pip, python39-pluggy, python39-pyparsing, python39-pytest, python39-setuptools, python39-toml). Regards, Laurent.