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

@@ -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 Mon Jan 13 17:25:21 UTC 2020 - pgajdos@suse.com

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-tesserocr Name: python-tesserocr
Version: 2.5.0 Version: 2.5.1
Release: 0 Release: 0
Summary: A Python wrapper around tesseract-ocr Summary: A Python wrapper around tesseract-ocr
License: MIT License: MIT
@@ -63,7 +63,7 @@ GIL while processing an image in tesseract.
%check %check
%python_exec setup.py develop --user %python_exec setup.py develop --user
# test_LSTM_choices failure: https://github.com/sirfz/tesserocr/issues/214 # 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} %files %{python_files}
%license LICENSE %license LICENSE

View File

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b0a6f44044217f962541f3166c817023cf149d208cd5cb19cc46fc1032698731
size 54587