Skip to content

Commit

Permalink
Update to pypdf 3.12
Browse files Browse the repository at this point in the history
Update test results to match: 3.11 causes PyPDF to remove some unnecessary
parts of output files.
  • Loading branch information
rrthomas committed Jul 21, 2023
1 parent fc90fad commit 5cb692e
Show file tree
Hide file tree
Showing 35 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ urls = {Homepage = "https://github.com/rrthomas/psutils"}
requires-python = ">= 3.9"
dependencies = [
"puremagic",
"pypdf >= 3.8.0, < 3.11.0",
"pypdf >= 3.12.0",
]
classifiers = [
"Environment :: Console",
Expand All @@ -34,7 +34,7 @@ requires = [
"argparse-manpage[setuptools] >= 4.2",
"pytest-datafiles",
"puremagic",
"pypdf >= 3.8.0",
"pypdf >= 3.12.0",
]

[tool.build_manpages]
Expand Down
Binary file modified tests/test-files/psnup/20-1-flip/expected.pdf
Binary file not shown.
Binary file not shown.
Binary file modified tests/test-files/psnup/20-1-flipped-dimensions/expected.pdf
Binary file not shown.
Binary file modified tests/test-files/psnup/20-1-inpaper-A4-outpaper-A5/expected.pdf
Binary file not shown.
Binary file modified tests/test-files/psnup/20-1-inpaper-A5-set-inpaper/expected.pdf
Binary file not shown.
Binary file modified tests/test-files/psnup/20-1-inpaper-A5/expected.pdf
Binary file not shown.
Binary file modified tests/test-files/psnup/20-2-inpaper-A5/expected.pdf
Binary file not shown.
Binary file modified tests/test-files/psnup/20-2/expected.pdf
Binary file not shown.
Binary file modified tests/test-files/psnup/20-3-inpaper-A5/expected.pdf
Binary file not shown.
Binary file modified tests/test-files/psnup/20-3-rotatedleft/expected.pdf
Binary file not shown.
Binary file modified tests/test-files/psnup/20-3-rotatedright/expected.pdf
Binary file not shown.
Binary file modified tests/test-files/psnup/20-3/expected.pdf
Binary file not shown.
Binary file modified tests/test-files/psnup/20-4-297mmx210mm/expected.pdf
Binary file not shown.
Binary file modified tests/test-files/psnup/20-4-border-20/expected.pdf
Binary file not shown.
Binary file modified tests/test-files/psnup/20-4-columnmajor/expected.pdf
Binary file not shown.
Binary file modified tests/test-files/psnup/20-4-flip/expected.pdf
Binary file not shown.
Binary file modified tests/test-files/psnup/20-4-inpaper-A5/expected.pdf
Binary file not shown.
Binary file modified tests/test-files/psnup/20-4-margin-10/expected.pdf
Binary file not shown.
Binary file modified tests/test-files/psnup/20-4/expected.pdf
Binary file not shown.
Binary file modified tests/test-files/psnup/draw/expected.pdf
Binary file not shown.
Binary file modified tests/test-files/psnup/texlive/expected.pdf
Binary file not shown.
Binary file modified tests/test-files/psnup/texlive2/expected.pdf
Binary file not shown.
Binary file modified tests/test-files/psresize/20-A3/expected.pdf
Binary file not shown.
Binary file modified tests/test-files/psresize/20-A3in-A4/expected.pdf
Binary file not shown.
Binary file modified tests/test-files/psresize/20-A5/expected.pdf
Binary file not shown.
Binary file modified tests/test-files/psresize/20-A5in-A4/expected.pdf
Binary file not shown.
Binary file modified tests/test-files/psresize/20-Letter/expected.pdf
Binary file not shown.
Binary file modified tests/test-files/pstops/correct-angles/expected.pdf
Binary file not shown.
Binary file modified tests/test-files/pstops/default-paper-size/expected.pdf
Binary file not shown.
Binary file modified tests/test-files/pstops/multiple-pages/expected.pdf
Binary file not shown.
Binary file modified tests/test-files/pstops/multiple-turns-and-flips/expected.pdf
Binary file not shown.
Binary file modified tests/test-files/pstops/negative-offsets/expected.pdf
Binary file not shown.
Binary file modified tests/test-files/pstops/offsets/expected.pdf
Binary file not shown.
Binary file modified tests/test-files/pstops/texlive/expected.pdf
Binary file not shown.

0 comments on commit 5cb692e

Please sign in to comment.