From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ciao.gmane.io (ciao.gmane.io [116.202.254.214]) by sourceware.org (Postfix) with ESMTPS id 8178B3858418 for ; Thu, 23 Dec 2021 13:49:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8178B3858418 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1n0OTZ-0001Pz-Sl for cygwin@cygwin.com; Thu, 23 Dec 2021 14:49:45 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: cygwin@cygwin.com From: airplanemath Subject: Re: [ANNOUNCEMENT] Updated: python 3.9 packages Date: Wed, 22 Dec 2021 08:52:33 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (cygwin) Cancel-Lock: sha1:x/juO5aiL0yP+Ak6o0rrYFN9eH4= X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00, DATE_IN_PAST_12_24, FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, KAM_GOODAOL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Dec 2021 13:49:50 -0000 On Tue, Dec 21 2021, Marco Atzeri via Cygwin-announce wrote: > Several python packages have been added to the Cygwin distribution > and at the same time the updated packages for 3.6/3./3.8 > have been uploaded. > > python39-pillow 8.4.0-1 Is this replacing python3[6-9]-imaging{,-tk}? They look similar: $ cygcheck -cd python39-imaging{,-tk} python39-pillow Cygwin Package Information Package Version python39-imaging 8.4.0-1 python39-imaging-tk 8.4.0-1 python39-pillow 8.4.0-1 $ mkfifo pipe1 pipe2 $ cygcheck -l python39-imaging{,-tk} | sort >pipe1 & [1] 869 $ cygcheck -l python39-pillow | sort >pipe2 & [2] 872 $ diff -u pipe1 pipe2 --- pipe1 2021-12-22 08:39:44.449869300 -0500 +++ pipe2 2021-12-22 08:39:44.449869300 -0500 @@ -382,6 +382,6 @@ /usr/lib/python3.9/site-packages/Pillow-8.4.0.dist-info/top_level.txt /usr/lib/python3.9/site-packages/Pillow-8.4.0.dist-info/WHEEL /usr/lib/python3.9/site-packages/Pillow-8.4.0.dist-info/zip-safe -/usr/share/doc/python39-imaging/CHANGES.rst -/usr/share/doc/python39-imaging/LICENSE -/usr/share/doc/python39-imaging/README.md +/usr/share/doc/python39-pillow/CHANGES.rst +/usr/share/doc/python39-pillow/LICENSE +/usr/share/doc/python39-pillow/README.md [1]- Done cygcheck -l python39-imaging{,-tk} | sort > pipe1 [2]+ Done cygcheck -l python39-pillow | sort > pipe2 https://cygwin.com/pipermail/cygwin-announce/2021-December/010357.html