From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x52e.google.com (mail-ed1-x52e.google.com [IPv6:2a00:1450:4864:20::52e]) by sourceware.org (Postfix) with ESMTPS id 505713857808 for ; Wed, 5 May 2021 16:21:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 505713857808 Received: by mail-ed1-x52e.google.com with SMTP id h10so2708703edt.13 for ; Wed, 05 May 2021 09:21:55 -0700 (PDT) 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=83lG5gxiB0YeBJ7wOO5+WXy0KVoc2veH2jO/03mGeW0=; b=VXBzik0FAJC2PEyR7EXMkhimSdvUXun051GiggPkkXmXhznOwpI4yudOrPzm/2bT9t 6lErdRydpwQAULLATxRXilHvbhu+xnDyb1v92Md2zuEcOBiTFHahl/EhovM3rGVSdnKw rfiKIcuS/fwJ5XDV4fpQNKsAZPX7hPKoTkoOKQsRG+PQgkbyKUrwqtYVctG0oviJnkyU e6YIDpZ0LuXo83RqNJ2e88EAG3d8/4uOOAcwh9Qvv9hTDGi9s9yom4CV1KHl/jMv0o2C tdr7WU1mGH+rmVqJynF1hAt8yuVNWlEonnssiF6u6eZnzYSp19bztwsj1jU8PLybP2i3 jBcQ== X-Gm-Message-State: AOAM530e0yB65ycPNUjwujHl6F5DLFi14vyMzVNtJCeIlNRcvP1uolnQ M6W5kfeGk+6d4x2WHbJZyTFHQXcAP53BvA== X-Google-Smtp-Source: ABdhPJzIlJ+ZdJxMhAsC40iNZd6n92bKQOFZJd73bpWtluWfiChG+RUInixY41lTF3Fl6Tzs5Ox/ng== X-Received: by 2002:a05:6402:430e:: with SMTP id m14mr11569540edc.308.1620231714353; Wed, 05 May 2021 09:21:54 -0700 (PDT) Received: from ?IPv6:2003:cc:9f04:e338:1d22:f8f2:4e47:ef13? (p200300cc9f04e3381d22f8f24e47ef13.dip0.t-ipconnect.de. [2003:cc:9f04:e338:1d22:f8f2:4e47:ef13]) by smtp.gmail.com with ESMTPSA id re26sm3077395ejb.3.2021.05.05.09.21.53 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 05 May 2021 09:21:54 -0700 (PDT) To: cygwin-announce@cygwin.com From: Marco Atzeri Subject: Updated: python packages Message-ID: <7de9fa42-8aaa-97fb-cd5d-4f5956106b9a@gmail.com> Date: Wed, 5 May 2021 18:21:51 +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-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 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: Wed, 05 May 2021 16:21:59 -0000 Several python packages have been updated idle36-3.6.13-2 python36-3.6.13-2 python36-devel-3.6.13-2 python36-test-3.6.13-2 python36-tkinter-3.6.13-2 idle37-3.7.10-2 python37-3.7.10-2 python37-devel-3.7.10-2 python37-test-3.7.10-2 python37-tkinter-3.7.10-2 idle38-3.8.9-2 python38-3.8.9-2 python38-devel-3.8.9-2 python38-test-3.8.9-2 python38-tkinter-3.8.9-2 CHANGES rebuilt to solve https://sourceware.org/pipermail/cygwin/2021-May/248426.html 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 .