From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x332.google.com (mail-wm1-x332.google.com [IPv6:2a00:1450:4864:20::332]) by sourceware.org (Postfix) with ESMTPS id 83B873858D37 for ; Fri, 31 Dec 2021 10:41:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 83B873858D37 Received: by mail-wm1-x332.google.com with SMTP id c66so17121714wma.5 for ; Fri, 31 Dec 2021 02:41:31 -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=u9qltCSi3OU4QdbVhYfWib3Bhx5OUBHbgTw8IAqIt/U=; b=y7TfsZe6zIQKBgewzmzC2/TfT5I3/8AklFmr7q9rcMLeX/nIfqtEke6FjiYKDIzrZA R3SZcJeDFC7BV1Oge7RJ8L+N5uzof/1BClf6E8sVoYyIlstfZ90SFtQ+M1wK5ZN8I2/F SDHmr86rsjzJQsBeLAfTAcb74He8K9cb5FlO0sfQGXhjKMkspxIxi08C/1CzH0DmF6AE P94lJwJZZA4FrTxOPENY/0s6SRoICPISMnNmkiJdoANFJ3tULAsuSh0JXREOJKsjBYM6 0+ZxG4Swqg/IYMmfx4JD0JtqFpjVI4xQBtJrRZ/79rOOfhop3qHw8V78NQ2Z4emeudco GyJg== X-Gm-Message-State: AOAM533UFyKk7JX2R5krzU+R0mRCbM5RArYtdrje7R+cyK2AatDawdub wuJ0C2lcw5lDcIcAPLsVwJk8yZO3z6u/Xw== X-Google-Smtp-Source: ABdhPJzV6a9Ga1Gml/z19m0A91aH7WTlY505qVn4Db8kNWMqwdcbNPzmK7WapvIePji8PU54cTycSw== X-Received: by 2002:a05:600c:3657:: with SMTP id y23mr29426390wmq.160.1640947290492; Fri, 31 Dec 2021 02:41:30 -0800 (PST) Received: from ?IPV6:2003:cc:9f31:986c:910b:f3fc:7bf6:1d5f? (p200300cc9f31986c910bf3fc7bf61d5f.dip0.t-ipconnect.de. [2003:cc:9f31:986c:910b:f3fc:7bf6:1d5f]) by smtp.gmail.com with ESMTPSA id b1sm29577389wrd.92.2021.12.31.02.41.29 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 31 Dec 2021 02:41:30 -0800 (PST) Message-ID: <748cfc2d-6b64-5a73-d717-e5c3d32267fa@gmail.com> Date: Fri, 31 Dec 2021 11:41:27 +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: Fri, 31 Dec 2021 10:41:32 -0000 Several python packages have been added to the Cygwin distribution and at the same time the equivalent packages for 3.6/3./3.8 have been uploaded. test for https://sourceware.org/pipermail/cygwin/2021-December/250304.html python39 3.9.9-3 (test) idle39 3.9.9-3 (test) python39-devel 3.9.9-3 (test) python39-test 3.9.9-3 (test) python39-tkinter 3.9.9-3 (test) ** updated ** python39-sip 6.5.0-1 python39-tox 3.24.4-1 ** added ** python39-backports.entry_points_selectable 1.1.1-1 python39-platformdirs 2.4.1-1 python39-pyqt-builder 1.12.2-1 python39-pyroma 3.2-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 .