Bug 924912 - python-{imaging|pillow} doesn't support remote scanners (proposal fix included)
Summary: python-{imaging|pillow} doesn't support remote scanners (proposal fix included)
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: python-imaging
Version: 18
Hardware: All
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: José Matos
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-03-22 19:44 UTC by Damian Wrobel
Modified: 2014-02-04 14:41 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-02-04 14:41:44 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Fix for discovering remote scanners (2.26 KB, patch)
2013-03-22 19:44 UTC, Damian Wrobel
no flags Details | Diff

Description Damian Wrobel 2013-03-22 19:44:04 UTC
Created attachment 714739 [details]
Fix for discovering remote scanners

Description of problem:
python {imaging|pillow} doesn't support any remote scanner

Version-Release number of selected component (if applicable):
python-imaging-1.1.7-7.fc18
python-pillow-2.0.0-3.gitde210a2.fc20

How reproducible:
100%

Steps to Reproduce:
1. configure remote scanner at: etc/sane.d/net.conf
2. run the following python code:
import sane
sane.init()
sane.get_devices()
  
Actual results:
only local scanners are reported

Expected results:
both local and remote scanners should be detected

Additional info:

Please consider to apply the attached patch (git fc18 branch) which fixes the issue.

Actually the same problem applies to the Pillow fork. The patch has been sent and got applied[1].

[1]. https://github.com/python-imaging/Pillow/commit/9f9ccc16648b893fa8902553f19c4c1f68e4182f

Comment 1 Fedora End Of Life 2013-12-21 12:24:02 UTC
This message is a reminder that Fedora 18 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 18. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '18'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 18's end of life.

Thank you for reporting this issue and we are sorry that we may not be 
able to fix it before Fedora 18 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior to Fedora 18's end of life.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 2 José Matos 2014-02-04 14:41:44 UTC
By its own nature this patch does not belong to python-imaging and it should go to pillow.

Closing this report as not a bug.


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