pypdf 4.2.0-1 source package in Ubuntu

Changelog

pypdf (4.2.0-1) unstable; urgency=medium

  * New upstream release
    - Drop d/p/0003-Fix-test-exceptions.patch, incorporated upstream
  * Bump standards-version to 4.7.0 without further change

 -- Scott Kitterman <email address hidden>  Tue, 09 Apr 2024 06:29:24 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pypdf_4.2.0-1.dsc 2.2 KiB d062867a62d02db0509ad363918c01f0bfe68993bb0b6e6a9d05058561318130
pypdf_4.2.0.orig.tar.xz 6.5 MiB 01faf4569813658dae749d5d04c376ecab9bbbfb2885d52af80676b1cfd4efdb
pypdf_4.2.0-1.debian.tar.xz 8.3 KiB 00c1a277e3e5e85c342c274571ae0eb186bf35a044f9903eb85aa02997d3207a

Available diffs

No changes file available.

Binary packages built by this source

python3-pypdf: Pure-Python library built as a PDF toolkit (Python 3)

 A Pure-Python library built as a PDF toolkit. It is capable of:
   - extracting document information (title, author, ...),
   - splitting documents page by page,
   - merging documents page by page,
   - cropping pages,
   - merging multiple pages into a single page,
   - encrypting and decrypting PDF files.
 .
 By being Pure-Python, it should run on any Python platform without any
 dependencies on external libraries. It can also work entirely on StringIO
 objects rather than file streams, allowing for PDF manipulation in memory.
 It is therefore a useful tool for websites that manage or manipulate PDFs.
 .
 This is the Python 3 version of the package.