14
0
forked from pool/python-pyocr

- Update to 0.7.2:

* minor bugfixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyocr?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-09-10 11:52:41 +00:00
committed by Git OBS Bridge
parent bbac7ceffb
commit 7bf92b0715
4 changed files with 14 additions and 7 deletions

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:375e563220e2a703e7ae729c2ae10af2cbbfc6c678dca80a7a253b5ad756164d
size 63961

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 10 11:51:28 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.7.2:
* minor bugfixes
-------------------------------------------------------------------
Thu May 16 22:25:00 UTC 2019 - Hardik Italia <hitalia@suse.com>

View File

@@ -16,16 +16,16 @@
#
%define sha 0ffeca803fca7c812560a6c0e34342e4833f1ab0
%define sha f4b068cdf359186bfbed36959c53e9e52e2eda84
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pyocr
Version: 0.7
Version: 0.7.2
Release: 0
Summary: Python wrapper for OCR engines
License: GPL-3.0-or-later
Group: Development/Languages/Python
Url: https://gitlab.gnome.org/World/OpenPaperwork/pyocr
URL: https://gitlab.gnome.org/World/OpenPaperwork/pyocr
Source: https://gitlab.gnome.org/World/OpenPaperwork/pyocr/-/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: %{python_module Pillow}
BuildRequires: %{python_module base}
@@ -54,7 +54,8 @@ That is, it helps using various OCR tools from a Python program.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%doc AUTHORS COPYING ChangeLog README.md
%license COPYING
%doc AUTHORS ChangeLog README.md
%{python_sitelib}/*
%changelog