forked from pool/python-pyocr
Accepting request 729839 from devel:languages:python
- Update to 0.7.2: * minor bugfixes OBS-URL: https://build.opensuse.org/request/show/729839 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyocr?expand=0&rev=4
This commit is contained in:
3
python-pyocr-0.7.2.tar.gz
Normal file
3
python-pyocr-0.7.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:375e563220e2a703e7ae729c2ae10af2cbbfc6c678dca80a7a253b5ad756164d
|
||||||
|
size 63961
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ac5f682ca9e066d9a10824d200ae1fc169b122527f975a568723d487ad1eb1fe
|
|
||||||
size 63681
|
|
@@ -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>
|
Thu May 16 22:25:00 UTC 2019 - Hardik Italia <hitalia@suse.com>
|
||||||
|
|
||||||
|
@@ -16,16 +16,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define sha 0ffeca803fca7c812560a6c0e34342e4833f1ab0
|
%define sha f4b068cdf359186bfbed36959c53e9e52e2eda84
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pyocr
|
Name: python-pyocr
|
||||||
Version: 0.7
|
Version: 0.7.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python wrapper for OCR engines
|
Summary: Python wrapper for OCR engines
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Development/Languages/Python
|
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
|
Source: https://gitlab.gnome.org/World/OpenPaperwork/pyocr/-/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module Pillow}
|
BuildRequires: %{python_module Pillow}
|
||||||
BuildRequires: %{python_module base}
|
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}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc AUTHORS COPYING ChangeLog README.md
|
%license COPYING
|
||||||
|
%doc AUTHORS ChangeLog README.md
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user