File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ Version 2.9.1
2+
3+ - _sane.c:
4+
5+ - Fix compatibility with python3.6+
6+
17Version 2.9.0
28-------------
39
410- Removed support for Python 2
511
6- -_sane.c, sane.py:
12+ - _sane.c, sane.py:
713
814 - Add a progress parameter for the snap, arr_snap, scan and arr_scan methods.
915
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.9.0 '
8+ __version__ = '2.9.1 '
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
1010setuptools .setup (name = 'python-sane' ,
11- version = '2.9.0 ' ,
11+ version = '2.9.1 ' ,
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