From c6b12f829bc1d53e1f9606db33ca0c4fb74731b0f12c79a17ca0eb2d58cbbabf Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 5 May 2020 22:11:49 +0000 Subject: [PATCH 1/3] - Update to 0.3.4: - Support for WebP images - Support for python 3.8 (CI testing) - Improved cli error reporting OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytesseract?expand=0&rev=18 --- python-pytesseract.changes | 4 ++++ python-pytesseract.spec | 2 +- v0.3.3.tar.gz | 3 --- v0.3.4.tar.gz | 3 +++ 4 files changed, 8 insertions(+), 4 deletions(-) delete mode 100644 v0.3.3.tar.gz create mode 100644 v0.3.4.tar.gz diff --git a/python-pytesseract.changes b/python-pytesseract.changes index b1ed0fe..f9cc799 100644 --- a/python-pytesseract.changes +++ b/python-pytesseract.changes @@ -1,6 +1,10 @@ ------------------------------------------------------------------- Tue May 5 22:00:53 UTC 2020 - Matej Cepl +- Update to 0.3.4: + - Support for WebP images + - Support for python 3.8 (CI testing) + - Improved cli error reporting - Don't use %python3_only command, but properly use alternatives. ------------------------------------------------------------------- diff --git a/python-pytesseract.spec b/python-pytesseract.spec index b142c5b..384c4ce 100644 --- a/python-pytesseract.spec +++ b/python-pytesseract.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytesseract -Version: 0.3.3 +Version: 0.3.4 Release: 0 Summary: Python wrapper for Google's Tesseract-OCR License: GPL-3.0-only diff --git a/v0.3.3.tar.gz b/v0.3.3.tar.gz deleted file mode 100644 index 39376c7..0000000 --- a/v0.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62e810f1a3eb28ab88e95de17d8f4f7e6681e47c5a11e0c412ec26e36bc647ef -size 331608 diff --git a/v0.3.4.tar.gz b/v0.3.4.tar.gz new file mode 100644 index 0000000..8a4f737 --- /dev/null +++ b/v0.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed6dd401469b1567db805f8985281b2b98ff86a920bbeb67494ee6c6af106ba +size 362370 From 5360f9ce66fc6049158d99c8f0037bcc551aa09493aaec0ec1deb6d98cbb5f3d Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Wed, 6 May 2020 09:04:08 +0000 Subject: [PATCH 2/3] Updating link to change in openSUSE:Factory/python-pytesseract revision 8.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytesseract?expand=0&rev=cd835ae5954ce7293fbf91b43612dad9 --- python-pytesseract.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-pytesseract.changes b/python-pytesseract.changes index f9cc799..e8d7358 100644 --- a/python-pytesseract.changes +++ b/python-pytesseract.changes @@ -1,6 +1,11 @@ ------------------------------------------------------------------- Tue May 5 22:00:53 UTC 2020 - Matej Cepl +- Don't use %python3_only command, but properly use alternatives. + +------------------------------------------------------------------- +Tue May 5 22:00:53 UTC 2020 - Matej Cepl + - Update to 0.3.4: - Support for WebP images - Support for python 3.8 (CI testing) From 327594c3ab733545bc86e2350cf81947739a53b6378cc75fa368523c8b7010dd Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Wed, 6 May 2020 09:04:08 +0000 Subject: [PATCH 3/3] Accepting request 800518 from devel:languages:python baserev update by copy to link target OBS-URL: https://build.opensuse.org/request/show/800518 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytesseract?expand=0&rev=19 --- python-pytesseract.changes | 5 ----- 1 file changed, 5 deletions(-) diff --git a/python-pytesseract.changes b/python-pytesseract.changes index e8d7358..f9cc799 100644 --- a/python-pytesseract.changes +++ b/python-pytesseract.changes @@ -1,11 +1,6 @@ ------------------------------------------------------------------- Tue May 5 22:00:53 UTC 2020 - Matej Cepl -- Don't use %python3_only command, but properly use alternatives. - -------------------------------------------------------------------- -Tue May 5 22:00:53 UTC 2020 - Matej Cepl - - Update to 0.3.4: - Support for WebP images - Support for python 3.8 (CI testing)