Bug 895245

Summary: Port gpodder's use of PIL to support Pillow for F19
Product: [Fedora] Fedora Reporter: Toshio Ernie Kuratomi <a.badger>
Component: gpodderAssignee: Jef Spaleta <jspaleta>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: jspaleta, vpvainio
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-10-18 17:42:30 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-14 22:04:23 UTC
Created attachment 678450 [details]
Patch to use the form of import of PIL that is pillow compatible

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 gpodder 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:02 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 Ville-Pekka Vainio 2013-01-29 20:10:16 UTC
I'm not the primary maintainer but I think the patch seems fine and you're welcome to apply it. Upstream is mostly concentrating on gPodder 3.x and I would need to check if a similar patch is needed there.

Comment 3 Toshio Ernie Kuratomi 2013-02-05 01:19:35 UTC
Thanks!  Built a new gpodder in rawhide with the patch.  Do you want this bug left open until you look at whether upstream needs something for gPodder 3.x?

Comment 4 Fedora End Of Life 2013-04-03 20:26:32 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 19 development cycle.
Changing version to '19'.

(As we did not run this process for some time, it could affect also pre-Fedora 19 development
cycle bugs. We are very sorry. It will help us with cleanup during Fedora 19 End Of Life. Thank you.)

More information and reason for this action is here:
https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora19

Comment 5 Ville-Pekka Vainio 2013-10-18 17:42:30 UTC
Nothing imports Image in gPodder 3.x so this bug can be closed. Thanks Toshio!