forked from pool/python-tesserocr
Accepting request 788499 from home:pgajdos:python
- version update to 2.5.1 * Fix order of linker arguments (#211) * Fix memory leaks in GetComponentImages (#213) OBS-URL: https://build.opensuse.org/request/show/788499 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tesserocr?expand=0&rev=22
This commit is contained in:
committed by
Git OBS Bridge
parent
000b96eb22
commit
01c3c46798
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 26 10:39:41 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
- version update to 2.5.1
|
||||
* Fix order of linker arguments (#211)
|
||||
* Fix memory leaks in GetComponentImages (#213)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 17:25:21 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-tesserocr
|
||||
Version: 2.5.0
|
||||
Version: 2.5.1
|
||||
Release: 0
|
||||
Summary: A Python wrapper around tesseract-ocr
|
||||
License: MIT
|
||||
@@ -63,7 +63,7 @@ GIL while processing an image in tesseract.
|
||||
%check
|
||||
%python_exec setup.py develop --user
|
||||
# test_LSTM_choices failure: https://github.com/sirfz/tesserocr/issues/214
|
||||
%python_exec -m pytest -v -k 'not test_LSTM_choices' tests
|
||||
%pytest -k 'not test_LSTM_choices'
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3bca978dae9e03a327414d3da86954a943233a5169e25aaef14cddbb791d435a
|
||||
size 54524
|
3
tesserocr-2.5.1.tar.gz
Normal file
3
tesserocr-2.5.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0a6f44044217f962541f3166c817023cf149d208cd5cb19cc46fc1032698731
|
||||
size 54587
|
Reference in New Issue
Block a user