14
0

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:
Tomáš Chvátal
2020-03-26 11:19:22 +00:00
committed by Git OBS Bridge
parent 000b96eb22
commit 01c3c46798
4 changed files with 12 additions and 5 deletions

View File

@@ -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