From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x432.google.com (mail-wr1-x432.google.com [IPv6:2a00:1450:4864:20::432]) by sourceware.org (Postfix) with ESMTPS id 607933858D3C for ; Sun, 9 Jan 2022 13:33:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 607933858D3C Received: by mail-wr1-x432.google.com with SMTP id r9so19848155wrg.0 for ; Sun, 09 Jan 2022 05:33:24 -0800 (PST) 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 :content-language:to:from:subject:content-transfer-encoding; bh=kKDS75A5E67lZOi7xhUecayjy5a256cJyZY3J6RapE0=; b=Quw6IUvf6L+DiQqpCVlFJtOYEYdRDf0ihsJjpiD5QQ0A/DD7+raRGp2ARmJ5s37Rga IlriYCN4RYWsxHXQnXIkNklSU84M2rO1sBB5h49I29RRmlfmUIgw/LPyGimvgtUrGut3 3w4ao/O7J35/iN42eYW/UTPBwNoT6RPLjLDvYM13pE14or17KP8A+Xcyd0RTU+yNell/ 3JgKjPMpHC2RWkWNROUpnrLSheY7rO6dQyIvp0h//VWEJiReU6UoQDMyHHdn5cgNwvFb NmfXNFkHuZ0vUdD8EDyI2pHR2G6GboRnfiNkQroaJ1HwwFbuB+hSt63m3DbTpJJH2kk8 LA6A== X-Gm-Message-State: AOAM532PcDTmg3xkPHyZ9TZquNAPyRBr0He6xpnIojCokUUjprNmm4TS qvWxzs5zwRSokU6af3PI+UdQfj1QnI8= X-Google-Smtp-Source: ABdhPJz+KNRV5RnlCjw/6zH+fAF9pYbIuBrEw9N629vx6eiDMcOXJtz0Vy2AGf5PKMQFaxk+184D2Q== X-Received: by 2002:a05:6000:1112:: with SMTP id z18mr6111686wrw.701.1641735202789; Sun, 09 Jan 2022 05:33:22 -0800 (PST) Received: from ?IPV6:2003:cc:9f2f:3eb0:68aa:d617:b97:50b7? (p200300cc9f2f3eb068aad6170b9750b7.dip0.t-ipconnect.de. [2003:cc:9f2f:3eb0:68aa:d617:b97:50b7]) by smtp.gmail.com with ESMTPSA id y15sm3915290wmi.40.2022.01.09.05.33.21 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 09 Jan 2022 05:33:22 -0800 (PST) Message-ID: <308ccce5-50c6-664f-961c-546711c2946c@gmail.com> Date: Sun, 9 Jan 2022 14:33:21 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.4.1 Content-Language: it To: cygwin-announce@cygwin.com From: Marco Atzeri Subject: Updated: python 3.9 packages Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, 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-announce@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Read-only mailing list announcing new and updated Cygwin packages List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jan 2022 13:33:26 -0000 Several python packages have been added to the Cygwin distribution and at the same time the equivalent packages for 3.6/3.7/3.8 have been uploaded. python-hypothesis-6.35.0-1 python-pip-21.3.1-2 python-virtualenv-20.13.0-1 python-wheel-0.37.1-1 python-numpy-1.22.0-1 CHANGES latest upstream releases CYGWIN CHANGES As python2 is no longer supported https://devguide.python.org/devcycle/#end-of-life-branches the package are updated to include postinstall script that use "alternatives" to define for /usr/bin/python /usr/bin/python3 /usr/bin/idle3 /usr/bin/pydoc3 a default to the highest package available. $ alternatives --display python python - status is auto. link currently points to /usr/bin/python3.9 /usr/bin/python2.7 - priority 27 /usr/bin/python3.6 - priority 36 /usr/bin/python3.7 - priority 37 /usr/bin/python3.8 - priority 38 /usr/bin/python3.9 - priority 39 Current `best' version is /usr/bin/python3.9. The following link are not provided anymore. /usr/bin/idle /usr/bin/pydoc Rationale: https://www.python.org/dev/peps/pep-0394/ In other systems as Debian /usr/bin/python is discouraged. As on Cygwin we have still several third packages depending on python2, the usage of alternatives should allow to manage until all are updated to python3 DESCRIPTION Python is a programming language that lets you work quickly and integrate systems more effectively. Python is powerful... and fast; plays well with others; runs everywhere; is friendly & easy to learn; is Open. HOMEPAGE https://www.python.org/ Regards Marco Atzeri If you have questions or comments, please send them to the cygwin mailing list at: cygwin (at) cygwin (dot) com .