14
0

- Skip test cases that raise TesseractNotFoundError.

- Switch to pyproject macros.
- Correct Requires, we need packaging not pkg_resources.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytesseract?expand=0&rev=27
This commit is contained in:
2025-01-07 03:51:26 +00:00
committed by Git OBS Bridge
parent c79df399b9
commit 16fcc6ac59
2 changed files with 17 additions and 8 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jan 7 03:50:15 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Skip test cases that raise TesseractNotFoundError.
- Switch to pyproject macros.
- Correct Requires, we need packaging not pkg_resources.
-------------------------------------------------------------------
Thu Dec 14 20:54:57 UTC 2023 - Dirk Müller <dmueller@suse.com>