From 01c3c4679844fecbb7bba2f1cc3eaec682440d6962a4c5c7d974af1359a9490c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 26 Mar 2020 11:19:22 +0000 Subject: [PATCH] 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 --- python-tesserocr.changes | 7 +++++++ python-tesserocr.spec | 4 ++-- tesserocr-2.5.0.tar.gz | 3 --- tesserocr-2.5.1.tar.gz | 3 +++ 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 tesserocr-2.5.0.tar.gz create mode 100644 tesserocr-2.5.1.tar.gz diff --git a/python-tesserocr.changes b/python-tesserocr.changes index 1ac3e13..36dbd7d 100644 --- a/python-tesserocr.changes +++ b/python-tesserocr.changes @@ -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 diff --git a/python-tesserocr.spec b/python-tesserocr.spec index 47d16dc..aeecfa5 100644 --- a/python-tesserocr.spec +++ b/python-tesserocr.spec @@ -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 diff --git a/tesserocr-2.5.0.tar.gz b/tesserocr-2.5.0.tar.gz deleted file mode 100644 index dbf7f2a..0000000 --- a/tesserocr-2.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3bca978dae9e03a327414d3da86954a943233a5169e25aaef14cddbb791d435a -size 54524 diff --git a/tesserocr-2.5.1.tar.gz b/tesserocr-2.5.1.tar.gz new file mode 100644 index 0000000..447a804 --- /dev/null +++ b/tesserocr-2.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a6f44044217f962541f3166c817023cf149d208cd5cb19cc46fc1032698731 +size 54587