14
0

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
This commit is contained in:
Tomáš Chvátal
2019-05-14 21:34:44 +00:00
committed by Git OBS Bridge
parent 93be9ade85
commit d3225297de
4 changed files with 17 additions and 12 deletions

View File

@@ -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