delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2020/12/31/02:32:40

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 187C83857817
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1609399899;
bh=pzjQKZI9bKBAQ1OWHjPrvGByMz/1idyQXR2mQPslzaM=;
h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post:
List-Help:List-Subscribe:From:Reply-To:Cc:From;
b=Qab4sU6oddO8WyFmB/AtpGkHAzNcNigepmIFZKX4PAxkToUKWp7oKrd1AUlKiZGM7
7dhba0oCi/ZAkkiyaTr2GlgD22bIEH7k8a2pzuX+bw99GlavelsEk/8Ml3OJOCRbDX
xl29hHjVP4TPnnb/SH+9kBVRpCYQWYCoSI4c5wL0=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B7E5E3857812
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3C8C2385780E
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D64F1385800A
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=x1FHTz8pGnazc9gX9HTrUutFi2C7T45kH+3CgS3O+4U=;
b=qhDRx92N/RT92NJKLZlIJ6Tt2qGkYrYCrddiNNHoUn7K6U/2z59zkcGyub+Xu7792F
pAFNj4ccpnJQXtiOzUAwLSG+8doBkG8u9vOX4unZGZyaicEBeluKJg0I2N9kBi4iZrOS
ayaTHeR2K7VI8UzDye+n8U1Xc1aDeWIyJ8LdMn0UZoSsqO3glATs+eENsyEJtnBMAn6H
H2p6e1GdQjjrwi4EH8EMnfnaEHphJXCr8cJg52YUt2tCGGVbuEed4wot4L4++oBtJGSi
xBD93hl+vOFL0EpeNL1C57rkPITh5dv50DW7E4qWREJhbB9yjNcMZPBZetm1QlRpW+M4
9bNg==
X-Gm-Message-State: AOAM531pSKcilI2Qz0bsKFX8THnlrasKADnPAT/nte9Ha528ESw002tx
9NFGWrOPdtIiGcyzhkgeCX47XqV1uMBtFw==
X-Google-Smtp-Source: ABdhPJw+vjMDDp/txVIqeoPDHBP6zz9GUEs1rg05X6/2ndc0QxbtkNuUHlTzans08GY+i29G0gKA+g==
X-Received: by 2002:a17:906:3101:: with SMTP id
1mr40371687ejx.115.1609399893970;
Wed, 30 Dec 2020 23:31:33 -0800 (PST)
To: cygwin AT cygwin DOT com
Subject: [ANNOUNCEMENT] Test: python packages
Message-Id: <announce.4186bf3d-bc28-4bfc-2e09-ebff133472a8@gmail.com>
Date: Thu, 31 Dec 2020 08:31:32 +0100
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.6.0
MIME-Version: 1.0
X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM,
RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS,
TXREP autolearn=no 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 <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Marco Atzeri via Cygwin-announce via Cygwin <cygwin AT cygwin DOT com>
Reply-To: cygwin AT cygwin DOT com
Cc: Marco Atzeri via Cygwin-announce <cygwin-announce AT cygwin DOT com>
Sender: "Cygwin" <cygwin-bounces AT cygwin DOT com>

Several python packages have been uploaded as test

   python3  idle3    3.8.6-1
   python38 idle38   3.8.6-2
   python37 idle37   3.7.9-2
   python36 idle36   3.6.12-2
   python2  idle2    2.7.18-3
   python27 idle27   2.7.18-3

   python{27,36,37,38}-pip   20.3.3-2

CYGWIN CHANGES
As python2 is no longer supported

https://devguide.python.org/devcycle/#end-of-life-branches

the packages are updated to include postinstall script that
use "alternatives" to define for

   /usr/bin/python

   /usr/bin/python3
   /usr/bin/idle3
   /usr/bin/pydoc3
   /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
/usr/bin/pip

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

CHANGES
Update to latest upstream releases.

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019