X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 418CE385800A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1640267418; bh=1u2U9Xpx/WVfnVXpEldXRNTk4S1Y+MSxDgl52VYEeJs=; h=To:Subject:Date:References:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From:Reply-To:From; b=fIoVCOSrxnKbOcX2s6Ma+P0KneQ/FmM4I3R+TbR9Dk/zYf5+rD5+fAkgNH1bRotoJ fYx94iCMokJ4UYlC8rrPTmi+mTSDb37r3zVgWJpV7khLUNrBhjPiXOGTmnC9TKv+GC lTY5xNWv3VsR7KumqexmcG/F4+PN1kRhPvdZymUo= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8178B3858418 X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] Updated: python 3.9 packages Date: Wed, 22 Dec 2021 08:52:33 -0500 Message-ID: References: Mime-Version: 1.0 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 AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: airplanemath via Cygwin Reply-To: airplanemath Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" 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 -- 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