James R. Barlow
3534742ef9
ci: Enable build of feature branches
2021-09-13 01:35:14 -07:00
James R. Barlow
8bfd46c80d
docs: update copyright
2021-09-13 01:10:49 -07:00
James R. Barlow
cc6e9cecc0
Replace pkg_resources version lookup with importlib.metadata
2021-09-13 01:10:49 -07:00
James R. Barlow
208657f840
pdfa: replace pkg_resources with importlib.resources
2021-09-13 01:10:49 -07:00
James R. Barlow
f3de980447
Introduce importlib-resources,metadata backports for Python < 3.9
2021-09-13 01:10:43 -07:00
James R. Barlow
eb8992e58b
Update release notes
2021-09-09 15:53:08 -07:00
James R. Barlow
72ad618ae6
Merge branch 'master' of github.com:jbarlow83/OCRmyPDF
2021-09-09 15:25:54 -07:00
James R. Barlow
f07d0c39bb
Require pikepdf<3 on PyPy 3.6
...
Because cibuildwheel does not build wheels for PyPy 3.6 anymore,
so pikepdf does not offer one.
2021-09-09 15:25:38 -07:00
James R. Barlow
9c5c7d9be0
release notes: mention Py3.6 EOL
2021-09-08 00:04:21 -07:00
0b19b084e2
build(deps): bump pillow from 8.2.0 to 8.3.2 in /requirements/main.txt ( #825 )
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 8.2.0 to 8.3.2.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/8.2.0...8.3.2 )
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-08 00:03:35 -07:00
James R. Barlow
9b4516af7a
ci : add packages for PyPy build
v12.4.0
2021-08-31 02:44:07 -07:00
James R. Barlow
1eb45de5c9
v12.4.0 release notes
2021-08-31 02:35:39 -07:00
James R. Barlow
390b9924f5
ci: Add PyPy to matrix
2021-08-31 02:34:12 -07:00
James R. Barlow
c28858a099
leptonica: fix a PyPy-specific error
...
Error is:
TypeError: from_buffer() got a 'memoryview' object, which supports the buffer interface but cannot be rendered as a plain raw address on PyPy
PyPy is happy to access a bytes() copy of the memoryview.
2021-08-31 02:31:58 -07:00
James R. Barlow
f00b3c00cd
Merge remote-tracking branch 'origin/master'
2021-08-31 02:19:09 -07:00
James R. Barlow
4e4f0bfa1f
graft: use faster unparse_content_stream if available
2021-08-31 02:16:25 -07:00
Elliott Sales de Andrade and GitHub
0a31acf888
Allow pluggy v1. ( #822 )
...
There are breaking changes, but I could not find any reference to them
in the code.
2021-08-31 02:15:43 -07:00
James R. Barlow
b91096c615
hoctransform: fix deprecation warning
2021-08-28 02:11:33 -07:00
James R. Barlow
95d9e8d91a
info: inconsistent types used in ContentsInfo.name_index
...
This broke PyPy but CPython is fine with it.
2021-08-28 00:18:14 -07:00
James R. Barlow
cb6c1939e9
typing: fix runtime issues
2021-08-27 02:18:54 -07:00
James R. Barlow
3764ee872a
typing: refactor namedtuples in info
2021-08-27 00:51:11 -07:00
James R. Barlow
e402d5cb4b
typing: fix path and numeric issues
2021-08-27 00:23:38 -07:00
James R. Barlow
53cd04799a
typing: fix Pillow usage, leptonica
2021-08-27 00:06:38 -07:00
James R. Barlow
f2545d4496
typing: remove deprecated abstractstaticmethod
2021-08-26 23:51:11 -07:00
James R. Barlow
9b81e76ed4
typing: fix issues; avoid some magic literals
2021-08-26 23:48:27 -07:00
James R. Barlow
0956fc81aa
typing: improvements for concurrency files
2021-08-26 23:47:53 -07:00
James R. Barlow
72279e7759
typing: confirmed that _pages_from_ranges(not-str) is never used
2021-08-26 23:47:11 -07:00
James R. Barlow
6f9b948064
typing: fix some trivial issues
2021-08-26 23:46:44 -07:00
James R. Barlow
4eca0a165b
pre-commit: pyupgrade modernizing
2021-08-26 18:04:38 -07:00
James R. Barlow
067e61e03a
pre-commit: auto update
2021-08-26 18:00:37 -07:00
James R. Barlow
1b46481f7e
pre-commit: add setup.cfg fmt
2021-08-26 17:59:40 -07:00
James R. Barlow
d8d9c41abb
v12.3.3 release notes
v12.3.3
2021-08-21 18:06:14 -07:00
James R. Barlow
a8cad72f72
Merge branch 'master' of github.com:jbarlow83/OCRmyPDF
2021-08-21 17:38:19 -07:00
James R. Barlow
86c04305f4
readme: confirm Tesseract 5 support
2021-08-21 17:37:10 -07:00
James R. Barlow
0a110fac55
watcher: fix bool not working as expecting
...
Closes #821
2021-08-21 17:30:14 -07:00
James R. Barlow
f8970ad862
Update CI to test Tesseract 5 and more Linux versions
2021-08-17 02:30:24 -07:00
James R. Barlow
fcfc78b7ee
Move tool config to pyproject
2021-08-17 01:46:22 -07:00
8bb244df24
[ci skip] Update jbig2.rst ( #817 )
...
Co-authored-by: jbarlow83 <jbarlow83@users.noreply.github.com >
2021-08-14 20:05:27 -07:00
James R. Barlow
8a1cb70479
build: adjust pull request again
v12.3.2
2021-08-04 03:06:28 -07:00
James R. Barlow
2c579700d6
v12.3.2 release notes
2021-08-04 02:52:45 -07:00
James R. Barlow
87ff6c8301
webservice: tidy flask apis
2021-08-04 02:49:48 -07:00
James R. Barlow
5915259bee
Merge branch 'master' of github.com:jbarlow83/OCRmyPDF
2021-08-04 02:49:23 -07:00
Elliott Sales de Andrade and GitHub
969e54f0e3
Allow flask 2 for webservice ( #816 )
...
* Allow flask 2 for webservice.
The breaking changes do not appear to affect it.
* Add shebang to webservice script.
2021-08-04 02:49:13 -07:00
Elliott Sales de Andrade and GitHub
b923612323
Allow watchdog 2. ( #815 )
...
* Allow watchdog 2.
The breaking change was dropping support for macOS 10.12 and earlier,
which doesn't affect us.
* Add shebang to watcher script.
2021-08-04 02:48:25 -07:00
mara004 and GitHub
dc2b161306
docs: Add two commas ( #809 )
2021-08-04 02:47:34 -07:00
James R. Barlow
ae49e3b6db
build: don't try to docker build for third party users
2021-08-04 02:47:03 -07:00
James R. Barlow
0fc5067ab6
Merge branch 'master' of github.com:jbarlow83/OCRmyPDF
v12.3.1
2021-08-01 01:00:17 -07:00
James R. Barlow
5eb5b5ba73
v12.3.1 release notes
2021-08-01 01:00:14 -07:00
James R. Barlow
aa10a70d70
Rebuild test cache due to hocr output change
2021-08-01 01:00:05 -07:00
James R. Barlow
f99fd686de
hocrtransform: ensure text is rendered in document order
...
Previously we rendered text objects based on their vertical position, but this confuses
some PDF viewers.
Closes #813 .
2021-08-01 00:49:57 -07:00