From c94604b0faa74bab64dd5daa61883ca1db6eef55dbf1f4afca2ed36492f3871b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 2 Apr 2024 18:54:34 +0000 Subject: [PATCH] - update to 2.6.3: * Clarified the comments for tessdata path * skip unit test for GetComponentImages if Pillow is missing * Build with C++17 for Tesseract>=5.3.4 (which should be required by tesseract 4.0+ and not older versions). * Documentation fixes and other minor improvments OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tesserocr?expand=0&rev=38 --- python-tesserocr.changes | 12 ++++++++++-- python-tesserocr.spec | 4 ++-- tesserocr-2.6.2.tar.gz | 3 --- tesserocr-2.6.3.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 tesserocr-2.6.2.tar.gz create mode 100644 tesserocr-2.6.3.tar.gz diff --git a/python-tesserocr.changes b/python-tesserocr.changes index 34084b5..bd1ae5b 100644 --- a/python-tesserocr.changes +++ b/python-tesserocr.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Apr 2 18:53:44 UTC 2024 - Dirk Müller + +- update to 2.6.3: + * Clarified the comments for tessdata path + * skip unit test for GetComponentImages if Pillow is missing + * Build with C++17 for Tesseract>=5.3.4 + ------------------------------------------------------------------- Tue Nov 7 01:04:01 UTC 2023 - Mia Herkt @@ -155,7 +163,7 @@ Thu Jun 1 18:06:25 UTC 2017 - 9@cirno.systems v2.2.1 * Fixed setup bug that affects gcc versions with no -std=c++11 option support - (which should be required by tesseract 4.0+ and not older versions). + (which should be required by tesseract 4.0+ and not older versions). ------------------------------------------------------------------- Sun May 28 15:39:24 UTC 2017 - 9@cirno.systems @@ -170,7 +178,7 @@ v2.2.0 - file_to_text and image_to_text functions now also accept the oem attribute as above. * Fixed segfault on API Init* failure * Fixed segfault when pixa_to_list returns NULL -* Documentation fixes and other minor improvments +* Documentation fixes and other minor improvments ------------------------------------------------------------------- Sat Apr 1 03:18:38 UTC 2017 - 9@cirno.systems diff --git a/python-tesserocr.spec b/python-tesserocr.spec index 0502df4..07fd252 100644 --- a/python-tesserocr.spec +++ b/python-tesserocr.spec @@ -1,7 +1,7 @@ # # spec file for package python-tesserocr # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-tesserocr -Version: 2.6.2 +Version: 2.6.3 Release: 0 Summary: A Python wrapper around tesseract-ocr License: MIT diff --git a/tesserocr-2.6.2.tar.gz b/tesserocr-2.6.2.tar.gz deleted file mode 100644 index d0234df..0000000 --- a/tesserocr-2.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45525fa1c1a356f9d155a9de91b3759ca444084afd853544f5a29aa858b30390 -size 58882 diff --git a/tesserocr-2.6.3.tar.gz b/tesserocr-2.6.3.tar.gz new file mode 100644 index 0000000..05ddd22 --- /dev/null +++ b/tesserocr-2.6.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44c1c4ef7bdc286cfa144ce1a097e81c3329f4a43509bc8494a1ab852338c6e1 +size 59231