X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:message-id:date:from:mime-version:to :subject:content-type:content-transfer-encoding; q=dns; s= default; b=gW+WsVTkdWdK9Sxw3E712F5/L2qV1OQ4hU2MnXTEiD3nJjUaC5frI ZOW+9AcW4Au2AAt2Ycn8q1M7ey6S/Jr7r7ohJM+e9L7xyHaaLsfcoeEMjnX9nvsR VAXTgqaaXvYXRKBHqvUqAmUTDpNKBrpRzCbNhT/2435W0GEjwAMIRQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:message-id:date:from:mime-version:to :subject:content-type:content-transfer-encoding; s=default; bh=H jAKeC9bakUPTfHj02d9H4CTlWw=; b=xQxZCVi5oGVdNndCRrbc2D3aCdssXx/6K rh8Xi77GC3OMQdPbEfcmOk0gSTdxRqZXrAk6c57yC5+D632hbSmjqV6R6CMcILUI bXt/oV2Jc4z77AjpZmlvlN8irQhkDIPeaL4PchlqxsyyE4JGLFvras6QMRQ3jfND j91g/Wl7sA= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-HELO: localhost.localdomain Reply-To: cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2 Message-Id: Date: Fri, 19 Dec 2014 11:44:18 -0600 From: Yaakov Selkowitz User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: [ANNOUNCEMENT] Updated: python-imaging-2.6.1-1, python3-imaging-2.6.1-1 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes The following packages have been updated in the Cygwin distribution: * python-imaging-2.6.1-1 * python3-imaging-2.6.1-1 (NEW) The Python Imaging Library (PIL) adds image processing capabilities to the Python interpreter. This library supports many file formats, and provides powerful image processing and graphics capabilities. This release switches to the Pillow fork of PIL, due to stagnation of the original code base and lack of Python 3.x compatibility. The Pillow fork is a drop-in replacement for the original PIL, with one exception: previously one could "import Image", but now it must be imported as "from PIL import Image", which also works with the original PIL. By now, most code should have been fixed, but if not, patches should exist in Fedora and other Linux distributions. -- Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple