James R. Barlow
|
1722cb579d
|
v10.2.1 release notes
|
2020-07-01 03:26:57 -07:00 |
|
James R. Barlow
|
800c75c4e5
|
Bump requirements (mainly for Docker's benefit)
|
2020-06-21 01:58:53 -07:00 |
|
James R. Barlow
|
17a4831745
|
v10 release notes and dependencies
|
2020-06-10 14:27:47 -07:00 |
|
James R. Barlow
|
fe156db41d
|
Merge branch 'release/v10' into trialmerge
|
2020-06-09 15:12:56 -07:00 |
|
James R. Barlow
|
b4c65c5781
|
Update requirements
|
2020-04-25 03:49:34 -07:00 |
|
James R. Barlow
|
0c50eedb2a
|
Support pdfminer.six 20200402
|
2020-04-15 02:55:22 -07:00 |
|
James R. Barlow
|
f4f7946a0c
|
Add colored logs
|
2020-04-15 00:05:38 -07:00 |
|
James R. Barlow
|
cdf5afa753
|
reqs: update pikepdf version
|
2020-03-03 11:56:10 -08:00 |
|
James R. Barlow
|
683ffb84e8
|
Update reqs
|
2020-02-10 01:20:33 -08:00 |
|
James R. Barlow
|
fd991a2380
|
Allow pdfminer.six 20200104 and update recommended versions
|
2020-01-05 21:37:28 -08:00 |
|
James R. Barlow
|
9c5f0d0ec6
|
Eliminate last use of PyPDF2 from test suite
|
2020-01-04 16:32:01 -08:00 |
|
James R. Barlow
|
e4e00de79f
|
Add improved example demonstrating watched folder functionality
Closes #466
|
2019-12-28 15:37:42 -08:00 |
|
James R. Barlow
|
9559b0b186
|
Use pikepdf to perform qpdf.check()
|
2019-12-11 01:21:15 -08:00 |
|
James R. Barlow
|
0a08d6ce1f
|
Update version of pdfminer.six supported
|
2019-11-13 01:45:06 -08:00 |
|
James R. Barlow
|
5bd6665b49
|
Use pikepdf 1.7.0 to improve Python 3.8 support
|
2019-11-11 22:36:38 -08:00 |
|
James R. Barlow
|
3438afaffe
|
Support pdfminer.six 20191020
|
2019-11-04 03:15:59 -08:00 |
|
James R. Barlow
|
c3719d3b72
|
Dockerfile: remove venv from Ubuntu image; tweak reqs
|
2019-11-03 23:39:40 -08:00 |
|
James R. Barlow
|
cdcdd16865
|
Require Pillow 6.2.0 based on security vulnerability report in older versions
|
2019-10-23 12:27:29 -07:00 |
|
James R. Barlow
|
b55d7e57af
|
Python 3.8 updates
|
2019-10-20 03:20:54 -07:00 |
|
James R. Barlow
|
c728836956
|
Adjust test requirements
|
2019-09-04 00:50:48 -07:00 |
|
James R. Barlow
|
0d80fab339
|
Remove restriction on pytest < 5
|
2019-09-03 23:47:55 -07:00 |
|
James R. Barlow
|
7bfcd0a9d5
|
Use pikepdf 1.6.1
|
2019-08-09 01:12:13 -07:00 |
|
James R. Barlow
|
1a91cd4652
|
pikepdf 1.6
|
2019-07-27 04:36:48 -07:00 |
|
James R. Barlow
|
6fbeb6347d
|
Merge api (without plugins)
|
2019-07-27 02:04:01 -07:00 |
|
James R. Barlow
|
12769b96e5
|
Drop support for omitting pdfminer.six
|
2019-07-10 13:37:01 -07:00 |
|
James R. Barlow
|
13ab23ba54
|
Refactor weave_layers, introduce progress bar
Fixes a bug in this branch where --sidecar would fail by trying to iterator
the executor futures twice.
|
2019-05-16 14:57:31 -07:00 |
|
James R. Barlow
|
c904b430b6
|
Merge master into api branch; all test pass
|
2019-05-14 16:33:02 -07:00 |
|
James R. Barlow
|
c2fecffdb4
|
Require pikepdf 1.3.0
|
2019-05-12 02:16:05 -07:00 |
|
James R. Barlow
|
79c84eefa3
|
Fix main.txt
|
2019-04-23 02:21:31 -07:00 |
|
James R. Barlow
|
5398003160
|
Fix test.txt
|
2019-04-23 00:42:40 -07:00 |
|
mawi
|
1137534e97
|
fix: update pytest version
Solves install error: pkg_resources.ContextualVersionConflict: (pytest 4.3.0 (/app/.eggs/pytest-4.3.0-py3.6.egg), Requirement.parse('pytest>=4.4.0'), {'pytest-xdist'})
|
2019-04-08 11:08:29 +02:00 |
|
mawi
|
39617dd739
|
fix: remove ruffus
|
2019-04-08 11:07:32 +02:00 |
|
James R. Barlow
|
67a405c6b7
|
Move install-time external program checks out of setup.py
We did runtime tests for several of them anyway, and it's better to do
at runtime since config may change after installation.
|
2019-03-03 03:26:56 -08:00 |
|
James R. Barlow
|
602570fcf9
|
Update requirements
|
2019-03-03 02:27:56 -08:00 |
|
James R. Barlow
|
f472587d22
|
Bump pikepdf version, point to release notes
|
2019-01-05 16:48:13 -08:00 |
|
James R. Barlow
|
f34b3015b2
|
Prevent Ghostscript from generating invalid XMP metadata
If DocumentInfo contains NULs Ghostscript will generate XMP with
NULs which is not allowed. Repair DocumentInfo before Ghostscript sees it.
|
2019-01-04 13:20:41 -08:00 |
|
James R. Barlow
|
089ece2715
|
use pikepdf 0.10.2
|
2019-01-03 12:08:43 -08:00 |
|
James R. Barlow
|
68fbd9fcc9
|
pikepdf: version bump
|
2018-12-31 15:37:31 -08:00 |
|
James R. Barlow
|
b973208137
|
Require pikepdf 0.9.1
|
2018-12-15 14:23:10 -08:00 |
|
James R. Barlow
|
942abf8074
|
Fix reqs/main.txt for pikepdf 0.9.0
|
2018-12-14 23:29:26 -08:00 |
|
James R. Barlow
|
0f5c484b62
|
Travis: only need to specify chardet because we use pip install --no-deps
|
2018-11-10 13:57:04 -08:00 |
|
James R. Barlow
|
755b5d87e3
|
Add missing chardet, implied by pdfminer.six?
|
2018-11-10 01:50:51 -08:00 |
|
James R. Barlow
|
e55a4115e1
|
Travis: pytest 3.10.0 internal error?
|
2018-11-10 01:44:05 -08:00 |
|
James R. Barlow
|
e3fce112ed
|
main.txt: wrong pdfminer
|
2018-11-10 01:32:27 -08:00 |
|
James R. Barlow
|
eed0424390
|
Update requirements
|
2018-11-10 00:56:04 -08:00 |
|
James R. Barlow
|
600d31a907
|
Require pikepdf 0.3.7
|
2018-10-30 16:22:05 -07:00 |
|
James R. Barlow
|
05aa43c856
|
Require pdfminer
|
2018-10-29 12:45:15 -07:00 |
|
James R. Barlow
|
1b18dbecf5
|
Fix filename test.txt
|
2018-10-11 16:03:25 -07:00 |
|
James R. Barlow
|
5650eba848
|
Cleanup MANIFEST.in, reorg requirements/*.txt, fix non-Unicode readme
|
2018-10-10 23:53:08 -07:00 |
|