diff options
Diffstat (limited to 'python-kraken.spec')
-rw-r--r-- | python-kraken.spec | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/python-kraken.spec b/python-kraken.spec index badfb67..c1d0132 100644 --- a/python-kraken.spec +++ b/python-kraken.spec @@ -1,13 +1,14 @@ %global _empty_manifest_terminate_build 0 Name: python-kraken -Version: 4.3.11 +Version: 4.3.12 Release: 1 Summary: OCR/HTR engine for all the languages License: Apache URL: http://kraken.re -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d3/6b/d1f114979a404ef91734cac1abc0603303ed7f7cba3c1e39cef95219f657/kraken-4.3.11.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7f/5d/7e60ba7d07246ed7f7849f826dd07fc30cbd9e0332a46ff6aacb33da8b3c/kraken-4.3.12.tar.gz BuildArch: noarch +Requires: python3-pytest Requires: python3-jsonschema Requires: python3-lxml Requires: python3-requests @@ -32,7 +33,6 @@ Requires: python3-rich Requires: python3-albumentations Requires: python3-pyvips Requires: python3-hocr-spec -Requires: python3-pytest %description kraken is a turn-key OCR system optimized for historical and non-Latin script @@ -89,7 +89,7 @@ kraken's main features are: - Variable recognition network architectures %prep -%autosetup -n kraken-4.3.11 +%autosetup -n kraken-4.3.12 %build %py3_build @@ -129,5 +129,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 4.3.11-1 +* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 4.3.12-1 - Package Spec generated |