Bug 893790 - Port asymptote's use of PIL to be compatible with Pillow
Summary: Port asymptote's use of PIL to be compatible with Pillow
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: asymptote
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Tom "spot" Callaway
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PILLOW
TreeView+ depends on / blocked
 
Reported: 2013-01-09 22:56 UTC by Toshio Ernie Kuratomi
Modified: 2013-01-31 09:08 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-01-31 09:08:33 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Patch that updates PIL imports. (790 bytes, patch)
2013-01-09 22:56 UTC, Toshio Ernie Kuratomi
no flags Details | Diff

Description Toshio Ernie Kuratomi 2013-01-09 22:56:32 UTC
Created attachment 675902 [details]
Patch that updates PIL imports.

Description of problem:

Fedora 19 is going to stop shipping python-imaging (PIL) and start shipping python-pillow instead.  Rationale can be found on the feature page: https://fedoraproject.org/wiki/Features/Pillow .  pillow should be compatible with PIL at the code level but the import statement changes slightly.

PIL supports both of these:

import Image

from PIL import Image

Pillow only supports the latter form.

I grepped through the asymptote source and found some occurrences of "import Image".  I'll attach a patch that updates these to the new form of import.  the patch should be upstreamable as PIL supports both forms of import.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Toshio Ernie Kuratomi 2013-01-29 17:13:16 UTC
If I don't hear anything back, I'll go ahead and use provenpackager powers to apply this patch to the RawHide package next week.  I'll leave sending the patch to upstream up to you, though.

Comment 2 Tom "spot" Callaway 2013-01-31 09:08:33 UTC
Fixed in rawhide (2.21-4.fc19), patch sent upstream.


Note You need to log in before you can comment on or make changes to this bug.