X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 838C03987C2C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1619332896; bh=+Lg6Q35srxAzLc5ShwWmw/YvS8GftvS73NF8i4dczTQ=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:Cc:From; b=HduVFtEVxi1F75divpTrigE3CnZInpHUsBBTEQ2mbR2zTX0mlMoYlCGOx7/Pamb0+ oMj8rqdTYYnmcY2Uk76vGk90MZe7drUpeFhI1Ac+IIvNEkVyxp/Gzx3XGJfhWPJDS1 b2e+XjiJD4+a+p5+q5HbhdGN6BDrjA9FSkbEpcVA= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C564C38515F0 DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7A78838515DC DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A3E933857C4F 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=BjGZ2OqY9ejKhLBEQ3zW33ByRDXtfBb5pNM837PuS0E=; b=InMaCUncMxY0D3U1UF4X+sb1ePNm7AW/76zj3/2FPHr5WbD45UamyOb7pwG7HaeP5s d/y3J/IC4SWMMFp72Yz3H5cOgt/aYFOpNhGjpgrmI0luJbGhZoqkPmfUkaYjCRJcR+Sd 7yD18r11yJmPS9ZUkj5pbcfSAcKXT9J9FutwbY0MPUgrNbaOYW+emkRiAAY9TSZZpfYc j/oJTUTDJumNCJrfUEpq3CE5d/1QX5uhWFYsw6D0Zzm+QzB+e1cpBieDHoJFMKOnPvhd pSIG8FK18HuejhgWJ+LL2uAZjXGAzbXO/wBntzw8w8dT1BB/Mm1bYmb0DJIyL6MGnoH5 sfVg== X-Gm-Message-State: AOAM533S5huq9jzuwTz7gtckyn1BTP+11O/qxZZDE1rJUhSuIiKNEZyg 8lxgwcOFyr9Y3/FEHo9+DCe51S4Ciio= X-Google-Smtp-Source: ABdhPJxdbOjRIJp7H9HQSllmJ/ZDU+LYtDt/2BgRw6zEFblis1PoxCEX/r1WUioE26BhwsVJb6aRHw== X-Received: by 2002:a17:906:3a8c:: with SMTP id y12mr12056928ejd.70.1619332890785; Sat, 24 Apr 2021 23:41:30 -0700 (PDT) To: cygwin AT cygwin DOT com Subject: [ANNOUNCEMENT] Updated: python packages Message-Id: Date: Sun, 25 Apr 2021 08:41:28 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.10.0 MIME-Version: 1.0 Content-Language: it 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 AT cygwin DOT com X-Mailman-Version: 2.1.29 X-Mailer: Perl5 Mail::Internet v2.20 X-BeenThere: cygwin AT cygwin DOT com List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: Marco Atzeri via Cygwin-announce via Cygwin Reply-To: cygwin AT cygwin DOT com Cc: Marco Atzeri via Cygwin-announce Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "Cygwin" Several python packages have been updated python38-3.8.9-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 . -- 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