pypdf2 2.12.1-4 source package in Ubuntu

Changelog

pypdf2 (2.12.1-4) unstable; urgency=medium

  * Prevent infinite loop when no character follows after a comment (Closes:
    #1040339)
    - Addresses CVE-2023-36464
    - Add d/p/0003-Prevent-infinite-loop-when-no-character-follows-afte.patch
  * Adopt for Debian Python Team (Closes: #1059160)
    - Update maintainer and add myself to uploaders
    - Update Vcs-* to DPT locations

 -- Scott Kitterman <email address hidden>  Mon, 15 Jan 2024 11:28:43 -0500

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pypdf2_2.12.1-4.dsc 2.4 KiB 74d12fed8148e605e3c62cf43dac0045705ca68b17437f082a2a0092e200b91c
pypdf2_2.12.1.orig-sample-files.tar.gz 8.6 MiB 5892980b49fd7eeeae5ef04913f8c89310530cc3e781bf99ac082f29cee81b5f
pypdf2_2.12.1.orig.tar.gz 6.3 MiB 40743764b367c43357546fd10d39f288a3a9c520e043f75eea7a1b78ccc38d3f
pypdf2_2.12.1-4.debian.tar.xz 9.4 KiB 65e6a9efc5ce2bc3ff5f1d309f70981b3c1d1f11564307d0ca4aefe759a4db18

Available diffs

No changes file available.

Binary packages built by this source

python3-pypdf2: 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.