X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DD9E53858D28 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:date:mime-version:user-agent:subject:content-language:to :references:from:in-reply-to:content-transfer-encoding; bh=oZ5TjirFFYIRB0elMf5FEhsdyCYWn/kDpcQrl195gIg=; b=jR6Xb5/lOO5gfKF92iuxNN/qpq2TmAamLtUNykJit8+aPxRKrKFC9oq5onrK+XKbGw 3QSFfc5+nJAKv2zoGYWHXjJip8kV8moC7UmwoyIbG0qHlFMMke///WMQwEfSNspSfnee i3nSkS6SgjLr927qi/rVVnkSqV051LtjJnxoJsuuBmcHpuJrq+UMNiB7G1hKhYlwIm+o WSYJDebne57qLKjARVL4YcV9nvzUt5Tyxhcbs+UYGQL1A8ArpEBf+fp3K+cF+9bGg2y5 s4ZixkmoJoB/0E+BffeXyUNkK7GBQOS4NtlbVCLYFdcnbSNXT+JN7JVB25sgfCaPvg/K 4VwA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=oZ5TjirFFYIRB0elMf5FEhsdyCYWn/kDpcQrl195gIg=; b=E9fHOpEQnzLEFXZPGteWy5wiuQik8maQcF564CJBXXPOnT6QJerFdrIBmdiMGafJKY isKFHxRyBBEiqcoEgUZACrQfaqsquT442CHAPFaVS7m+milFqj9LqEJ0DwAw0e9BB1tI GHt81vhd+jtLVFGA8/E4W3YjE+D7DIb8vYMWSxxqDFbUqfOExh8Vm9B3rWiqihyCqL9L cs5ZZqDPNF9XKU/tXGwvjbJ1H5gNkWsFjn3JaKXr6H/kgVz0eyFi562NSQ1Nx5pCr8XW uHLweEQSevLpr+FUvh7rGtBOv+swpWFLZZeugOhC/XdhYkVn6qSCHZlJUoQu2b51ClKD dj2Q== X-Gm-Message-State: AOAM530euEQscoeynCwZu+7RrGHQoqFNqYNQH/ltpdwXciTMExXjRXUC 6YIyjHMHDVoABY3EwJKB5Ng2d5zBJLY= X-Google-Smtp-Source: ABdhPJxXX3F26mEWvXuy0Z+5zoGM2iLNxa2lpDmzdVm3L2NPqWL2YbEnnT143DRFUUoq/EpFtGcqSg== X-Received: by 2002:a1c:5409:: with SMTP id i9mr408459wmb.146.1639503698952; Tue, 14 Dec 2021 09:41:38 -0800 (PST) Message-ID: <73f089c6-5e31-0dbd-1de0-816a56a4ff3f@gmail.com> Date: Tue, 14 Dec 2021 18:41:36 +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 Subject: Re: Updating python38-pytest installs python39 Content-Language: it To: cygwin AT cygwin DOT com References: From: Marco Atzeri In-Reply-To: X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_NUMSUBJECT, KAM_SHORT, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham 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 AT cygwin DOT 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: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" On 14.12.2021 15:01, Laurent Martin wrote: > 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. > Hi Laurent, thanks for the notice I am removing 6.2.5-1 and replacing it with 6.2.5-2 to solve the issue. It should take some hours to propagate. Unfortunately between 3.8 and 3.9 there was an upstream change that caused this problem in cygwin package building scripts. I noticed in some packages, but it seem I missed on pytest. Regards Marco -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple