X-Recipient: archive-cygwin@delorie.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 56882398B152
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
	s=default; t=1613539579;
	bh=jQjL6TRApWXmQT6LvLs/ruk3mw081rBgo++45UluJcQ=;
	h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post:
	 List-Help:List-Subscribe:From:Reply-To:Cc:From;
	b=Q9ZWm/WRmPc/MM2gqU9/5szDxPbebskQ+Bzh4NUsD25yqp4ET+1ztGgrc/L6tLBCc
	 N5oms0+t2XBntkDRM+H3e2VFVbjV6Y4LAy9X8Euj8IsYPF2cOJpomayBN7z0qko5U7
	 kB+Jc7of7sYF5mVyBaBhCVBt2jZ50C/mE9VNFjUk=
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 188A9398B14B
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A1885398883E
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 54543389246D
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=mTqZHTvqH+o4M9rqWCgA+7G6/l8+tJQDxvtwMpS+duw=;
 b=WP93nYF+a9V4w+hAOnzh3jJAIEn7jkfTA/Hbw1hMUzLLv9in4tW7AqgUKu11dWyDIp
 ZOMuNuNnFRfO6ffq/2js522G8nxItjFlOjPvPLK0fGCQDqXQJyYxB3UCJhjROFKwPH9v
 qcKLQZfVOpeMg0mYyyw/WeLS70xLAFLem5qHx99lpjHhcInJzk7SUBHHEjE6Ott6n9zO
 5cbgimIdAT27IwHw+HqU1ZIhk5+M8E4jUvfVrJ20OWID/Uf4EyBTZ6StftjE5hCc4X9/
 Dcc5jbIphmW18bq+xJ0yiL6kF6qFY9RVAq0vENpE2P7/esiDmTGFvgev7xoEzGACBAtn
 Nwow==
X-Gm-Message-State: AOAM5325PETQpLdsVdPBPSxEUedlek4xtzJydi880Wwh8LqUFgjgBtNb
 KMI2yE0+tDSmbm7DGK8kuw4i/UeD91PNGA==
X-Google-Smtp-Source: ABdhPJzPHQa7y7nca0BchaHK61HNF1bVtACnde9C78WmS8jeoz4aw6KfGqekd4FEZwZkZ8YsjevG8Q==
X-Received: by 2002:a5d:4287:: with SMTP id k7mr26775762wrq.317.1613539572453; 
 Tue, 16 Feb 2021 21:26:12 -0800 (PST)
To: cygwin@cygwin.com
Subject: [ANNOUNCEMENT] Updated: python packages
Message-Id: <announce.8b444e0c-8bc8-c235-5ffb-e04543868344@gmail.com>
Date: Wed, 17 Feb 2021 06:26:11 +0100
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
 Thunderbird/78.7.0
MIME-Version: 1.0
Content-Language: it
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.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
X-Mailer: Perl5 Mail::Internet v2.20
X-BeenThere: cygwin@cygwin.com
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
From: Marco Atzeri via Cygwin-announce via Cygwin <cygwin@cygwin.com>
Reply-To: cygwin@cygwin.com
Cc: Marco Atzeri via Cygwin-announce <cygwin-announce@cygwin.com>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: "Cygwin" <cygwin-bounces@cygwin.com>

Several python packages have been updated

	python36-3.6.13-1
	python37-3.7.10-1

	python36-doc-3.6.13-1
	python37-doc-3.7.10-1

	python{36,37,38}-simplejson-3.17.2-1
	python{36,37,38}-dropbox-11.2.0-1

and the following added

	python{36,37,38}-stone-3.2.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 .
--
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
