14
0
forked from pool/python-pyocr

- update to 0.8.3:

* Workaround https://github.com/pypa/setuptools_scm/issues/727
  * Add support for Tesseravt 5 + Linux
  * Fix file descriptor leak (thanks to oda)
  * Make the dependency on setuptools_scm optional

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyocr?expand=0&rev=10
This commit is contained in:
2023-01-04 18:45:32 +00:00
committed by Git OBS Bridge
parent 21804ec3eb
commit a4095d9a59
4 changed files with 19 additions and 10 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jan 4 18:40:56 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.8.3:
* Workaround https://github.com/pypa/setuptools_scm/issues/727
* Add support for Tesseravt 5 + Linux
* Fix file descriptor leak (thanks to oda)
* Make the dependency on setuptools_scm optional
-------------------------------------------------------------------
Thu Aug 26 10:41:00 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>