File tree Expand file tree Collapse file tree 4 files changed +18
-4
lines changed
Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1+ Version 2.9.0
2+ -------------
3+
4+ - Removed support for Python 2
5+
6+ -_sane.c, sane.py:
7+
8+ - Add a progress parameter for the snap, arr_snap, scan and arr_scan methods.
9+
10+ - sane.py:
11+
12+ - Catch exceptions returned by self.device.snap
13+ - Add __next__ to _SaneIterator for Python 3
14+
115Version 2.8.3
216-------------
317
Original file line number Diff line number Diff line change 1- Python SANE module 2.8.3
2- ========================
1+ Python SANE module 2.9
2+ ======================
33
44.. image :: https://github.com/python-pillow/Sane/workflows/Test/badge.svg
55 :target: https://github.com/python-pillow/Sane/actions
Original file line number Diff line number Diff line change 55# of SANE, consult the documentation at the SANE home page:
66# http://www.sane-project.org/docs.html
77
8- __version__ = '2.8.3 '
8+ __version__ = '2.9.0 '
99__author__ = ['Andrew Kuchling' , 'Ralph Heinkel' , 'Sandro Mani' ]
1010
1111import _sane
Original file line number Diff line number Diff line change 88 sources = ['_sane.c' ])
99
1010setup (name = 'python-sane' ,
11- version = '2.8.3 ' ,
11+ version = '2.9.0 ' ,
1212 description = 'This is the python-sane package' ,
1313 url = 'https://github.com/python-pillow/Sane' ,
1414 maintainer = 'Sandro Mani' ,
You can’t perform that action at this time.
0 commit comments