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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:35035b0a69a789224d1e981d95453d644c95f8bf869372787f2164b9872d597f
size 154904

3
pytesseract-0.2.6.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:11c20321595b6e2e904b594633edf1a717212b13bac7512986a2d807b8849770
size 169452

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 14 21:19:51 UTC 2019 - John Jolly <jjolly@suse.com>
- Update to 0.2.6
+ No upstream changelog
-------------------------------------------------------------------
Tue Dec 4 12:52:56 UTC 2018 - Matej Cepl <mcepl@suse.com>

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