14
0

- Update to 0.2.7:

* no upstream changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytesseract?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2019-07-22 13:32:02 +00:00
committed by Git OBS Bridge
parent d3225297de
commit f251d8e4b2
5 changed files with 10 additions and 680 deletions

View File

@@ -18,14 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytesseract
Version: 0.2.6
Version: 0.2.7
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
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
@@ -57,7 +56,6 @@ bounding box data is planned for future releases.
%prep
%setup -q -n pytesseract-%{version}
sed -i -e '/^#!\//, 1d' src/pytesseract.py
cp %{SOURCE10} .
%build
%python_build