Bug 895289

Summary: Port memaker's use of PIL to support Pillow for F19
Product: [Fedora] Fedora Reporter: Toshio Ernie Kuratomi <a.badger>
Component: memakerAssignee: Ankur Sinha (FranciscoD) <sanjay.ankur>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: sanjay.ankur
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: memaker-20100110-5.fc19 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-01-30 09:13:45 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 894484    
Attachments:
Description Flags
Patch to use the form of import of PIL that is pillow compatible none

Description Toshio Ernie Kuratomi 2013-01-15 00:50:59 UTC
Created attachment 678528 [details]
Patch to use the form of import of PIL that is pillow compatible

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 memaker source and found some occurrences of "import Image".  I'll attach a patch that updates these to the new form of import.

Comment 1 Toshio Ernie Kuratomi 2013-01-29 17:14:32 UTC
If I don't hear anything back from you, 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 Ankur Sinha (FranciscoD) 2013-01-30 05:35:48 UTC
Hi Tushio,

I'll do it today. Apologies for the delay. 

Thanks,
Ankur

Comment 3 Ankur Sinha (FranciscoD) 2013-01-30 06:17:39 UTC
Hello,

Commited to SCM. Will build in the next few hours. (Cannot use koji in university for some reason)

Upstream bug filed.

Thanks,
Warm regards,
Ankur

Comment 4 Ankur Sinha (FranciscoD) 2013-01-30 09:13:45 UTC
Built for rawhide

http://koji.fedoraproject.org/koji/buildinfo?buildID=381260

Closing.