From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost.localdomain (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id AC2BE3945049 for ; Tue, 19 Jan 2021 21:08:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AC2BE3945049 DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4C7C83945047 DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A25E93861012 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-language:content-transfer-encoding; bh=QfZziRcA+cTX7aiW4uN/SKfeTG4gdqQ+xgZLLwfAGn4=; b=GG7BSo+7pML3Ivh0916wKyFqD83TRYwIHV8mY+K1rey6ETJqQ+qVkS/uu8AV71KwA4 pS6SS+ISzcwdqj39+0MkvT5lims7eBV62RnE2i9xhyJvkT0TFXrHkU+jky2gUN/9kgH9 p1fJCWjKDaxDXJe8C1VvUAo6lVcSAXLJAjSkrn3ZKTSXKCfu9jL2afqNjWlUGn8sdE3X 92EVqIxhTLusxVxCPL7wy0s2jTGkLC5gWnV1KzHX2lPV5VXLX3pp9OMl122U8x+TpSOA 3Y1Bwy8Cmax0Yd3uY4JTA7T4XW6Mc1C3q4POgwgigw2eV6ssNkwinsDMJTLSeT3UiqCq OeHw== X-Gm-Message-State: AOAM530KVPE/uLJXdkzIkthTRx1fAr/SdjDgS5tTO0hwuufiQABQWD2Y Kkch1yra8b3finfcmHckSlUlt5TewzgO5Q== X-Google-Smtp-Source: ABdhPJxTnfksIg9Bb9KZLVjWmFwFpmx2scLtkVGGu/pX0h/G2UY84YVClxkHoIHg3adYHaopFETu1w== X-Received: by 2002:a17:906:af89:: with SMTP id mj9mr3986998ejb.528.1611090485603; Tue, 19 Jan 2021 13:08:05 -0800 (PST) To: cygwin@cygwin.com Subject: [ANNOUNCEMENT] Test: python packages Message-Id: Date: Tue, 19 Jan 2021 22:08:03 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.6 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.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-announce@cygwin.com X-Mailman-Version: 2.1.29 From: Marco Atzeri via Cygwin-announce Reply-To: cygwin@cygwin.com Errors-To: cygwin-announce-bounces@cygwin.com X-Mailer: Perl5 Mail::Internet v2.20 Sender: Kernel Overflow User X-BeenThere: cygwin@cygwin.com 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, 19 Jan 2021 21:08:10 -0000 Several python packages have been uploaded as test idle38-3.8.7-1 python38-3.8.7-1 python38-devel-3.8.7-1 python38-test-3.8.7-1 python38-tkinter-3.8.7-1 python36-astroid-2.4.2-1 python37-astroid-2.4.2-1 python38-astroid-2.4.2-1 python36-isort-5.7.0-1 python37-isort-5.7.0-1 python38-isort-5.7.0-1 python36-mccabe-0.6.1-1 python37-mccabe-0.6.1-1 python38-mccabe-0.6.1-1 python36-pylint-2.6.0-1 python37-pylint-2.6.0-1 python38-pylint-2.6.0-1 python36-pytest-benchmark-3.2.3-1 python37-pytest-benchmark-3.2.3-1 python38-pytest-benchmark-3.2.3-1 python36-lazy-object-proxy-1.5.2-1 python37-lazy-object-proxy-1.5.2-1 python38-lazy-object-proxy-1.5.2-1 python36-wrapt-1.12.1-1 python37-wrapt-1.12.1-1 python38-wrapt-1.12.1-1 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.8 /usr/bin/python3.7 - priority 37 /usr/bin/python3.8 - priority 38 /usr/bin/python3.6 - priority 36 /usr/bin/python2.7 - priority 27 Current `best' version is /usr/bin/python3.8. The following link are not provided anymore. /usr/bin/idle /usr/bin/pydoc The python3 package will pull python38 package. 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 .