14
0
forked from pool/python-pyocr

Accepting request 703572 from home:hitalia:branches:devel:languages:python

Update python-pyocr to 0.7

OBS-URL: https://build.opensuse.org/request/show/703572
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyocr?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2019-05-16 22:29:52 +00:00
committed by Git OBS Bridge
parent ceebceda21
commit bbac7ceffb
4 changed files with 28 additions and 11 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu May 16 22:25:00 UTC 2019 - Hardik Italia <hitalia@suse.com>
- Update to vetison 0.7:
* Drop support for Python <= 2.7
* Fix: Make sure the builder objects can be used to parse box files
even if Tesseract is not installed.
* PyOCR version is now automatically set in the module by setuptools_scm
instead of PyOCR's Makefile (except on Windows)
* Tesseract: optim: keep the get_version() in memory instead of calling
Tesseract everytime (get_version() by psm_parameter() which is called each
time a box file is parsed ...)
- Update project url and source to gitlab
-------------------------------------------------------------------
Tue Dec 26 15:53:23 UTC 2017 - mpluskal@suse.com