From d3225297de857f36aa05bbd2a41cd5a85225288ce4faa3ec4e4aa6af7bd1c63b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 14 May 2019 21:34:44 +0000 Subject: [PATCH] Accepting request 702995 from home:jjolly:branches:devel:languages:python - Update to 0.2.6 + No upstream changelog OBS-URL: https://build.opensuse.org/request/show/702995 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytesseract?expand=0&rev=9 --- pytesseract-0.2.0.tar.gz | 3 --- pytesseract-0.2.6.tar.gz | 3 +++ python-pytesseract.changes | 6 ++++++ python-pytesseract.spec | 17 ++++++++--------- 4 files changed, 17 insertions(+), 12 deletions(-) delete mode 100644 pytesseract-0.2.0.tar.gz create mode 100644 pytesseract-0.2.6.tar.gz diff --git a/pytesseract-0.2.0.tar.gz b/pytesseract-0.2.0.tar.gz deleted file mode 100644 index 95004d4..0000000 --- a/pytesseract-0.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35035b0a69a789224d1e981d95453d644c95f8bf869372787f2164b9872d597f -size 154904 diff --git a/pytesseract-0.2.6.tar.gz b/pytesseract-0.2.6.tar.gz new file mode 100644 index 0000000..f7c3d85 --- /dev/null +++ b/pytesseract-0.2.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c20321595b6e2e904b594633edf1a717212b13bac7512986a2d807b8849770 +size 169452 diff --git a/python-pytesseract.changes b/python-pytesseract.changes index a1ff6c3..78edb8a 100644 --- a/python-pytesseract.changes +++ b/python-pytesseract.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 14 21:19:51 UTC 2019 - John Jolly + +- Update to 0.2.6 + + No upstream changelog + ------------------------------------------------------------------- Tue Dec 4 12:52:56 UTC 2018 - Matej Cepl diff --git a/python-pytesseract.spec b/python-pytesseract.spec index 8a0b349..c6360c2 100644 --- a/python-pytesseract.spec +++ b/python-pytesseract.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytesseract # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,29 +18,28 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytesseract -Version: 0.2.0 +Version: 0.2.6 Release: 0 Summary: Python wrapper for Google's Tesseract-OCR License: GPL-3.0-only Group: Development/Languages/Python -Url: https://github.com/madmaze/python-tesseract +URL: https://github.com/madmaze/python-tesseract Source: https://files.pythonhosted.org/packages/source/p/pytesseract/pytesseract-%{version}.tar.gz Source10: https://raw.githubusercontent.com/madmaze/pytesseract/v%{version}/LICENSE BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-Pillow +Requires: tesseract-traineddata-deu +Requires: tesseract-traineddata-eng +Requires: pkgconfig(tesseract) +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Pillow} BuildRequires: tesseract-traineddata-deu BuildRequires: tesseract-traineddata-eng BuildRequires: pkgconfig(tesseract) # /SECTION -Requires: python-Pillow -Requires: tesseract-traineddata-deu -Requires: tesseract-traineddata-eng -Requires: pkgconfig(tesseract) -BuildArch: noarch - %python_subpackages %description