Skip to content

Commit

Permalink
Update python-tesserocr to version 2.6.0 / rev 15 via SR 1072758
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1072758
by user mia + dimstar_suse
- Update to 2.6.0
  * _pix_to_image now works with binary images
    gh#sirfz/tesserocr#274
  * SetImage with alpha channels support
    gh#sirfz/tesserocr#280
  * Leptonica 1.83.0 support
    gh#sirfz/tesserocr#306
  * Pointsize should be returned even if fontname doesn't exist
    gh#sirfz/tesserocr#308
  * Added Python 3.10, 3.11 setup classifiers
- Drop 1441bec703cf68161acce5e85907ddd71c47fdc3.patch
  • Loading branch information
mia authored and bmwiedemann committed Mar 19, 2023
1 parent 02bc41c commit bd0e092
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 35 deletions.
Binary file modified packages/p/python-tesserocr/.files
Binary file not shown.
18 changes: 18 additions & 0 deletions packages/p/python-tesserocr/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,22 @@
</comment>
<requestid>1067957</requestid>
</revision>
<revision rev="15" vrev="1">
<srcmd5>f4a9371438347e42605fdbd6ed1269d8</srcmd5>
<version>2.6.0</version>
<time>1679182268</time>
<user>dimstar_suse</user>
<comment>- Update to 2.6.0
* _pix_to_image now works with binary images
gh#sirfz/tesserocr#274
* SetImage with alpha channels support
gh#sirfz/tesserocr#280
* Leptonica 1.83.0 support
gh#sirfz/tesserocr#306
* Pointsize should be returned even if fontname doesn't exist
gh#sirfz/tesserocr#308
* Added Python 3.10, 3.11 setup classifiers
- Drop 1441bec703cf68161acce5e85907ddd71c47fdc3.patch</comment>
<requestid>1072758</requestid>
</revision>
</revisionlist>

This file was deleted.

15 changes: 15 additions & 0 deletions packages/p/python-tesserocr/python-tesserocr.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Mar 17 22:09:28 UTC 2023 - Mia Herkt <[email protected]>

- Update to 2.6.0
* _pix_to_image now works with binary images
gh#sirfz/tesserocr#274
* SetImage with alpha channels support
gh#sirfz/tesserocr#280
* Leptonica 1.83.0 support
gh#sirfz/tesserocr#306
* Pointsize should be returned even if fontname doesn't exist
gh#sirfz/tesserocr#308
* Added Python 3.10, 3.11 setup classifiers
- Drop 1441bec703cf68161acce5e85907ddd71c47fdc3.patch

-------------------------------------------------------------------
Mon Feb 27 10:22:49 UTC 2023 - Daniel Garcia <[email protected]>

Expand Down
4 changes: 1 addition & 3 deletions packages/p/python-tesserocr/python-tesserocr.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@


Name: python-tesserocr
Version: 2.5.2
Version: 2.6.0
Release: 0
Summary: A Python wrapper around tesseract-ocr
License: MIT
Group: Development/Languages/Python
URL: https://github.com/sirfz/tesserocr
Source: https://files.pythonhosted.org/packages/source/t/tesserocr/tesserocr-%{version}.tar.gz
Patch1: 1441bec703cf68161acce5e85907ddd71c47fdc3.patch
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module Pillow}
BuildRequires: %{python_module devel}
Expand Down Expand Up @@ -52,7 +51,6 @@ GIL while processing an image in tesseract.

%prep
%setup -q -n tesserocr-%{version}
%patch1 -p1

%build
%python_build
Expand Down
1 change: 0 additions & 1 deletion packages/p/python-tesserocr/tesserocr-2.5.2.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/p/python-tesserocr/tesserocr-2.6.0.tar.gz

0 comments on commit bd0e092

Please sign in to comment.