pdfminer 20200726-1 source package in Ubuntu

Changelog

pdfminer (20200726-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 20200726.
  * d/changelog: fix changelog bad formatting entry.
  * d/control: mark package as Multi-Arch: foreign.
  * d/patches: remove 0002-Remove-dependency-on-pycryptodome.patch
    is no longer apply.
  * d/patches: Update patches. Changes made on:
    - 0001-Update-patch-use-Python3.patch.
    - 0002-Avoid-timestamps-in-gzip-compressed-file-and-use-com.patch.
  * d/control: Update dependencies.

 -- Emmanuel Arias <email address hidden>  Sat, 08 Aug 2020 21:56:58 -0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pdfminer_20200726-1.dsc 2.3 KiB 20174daf4a559d5f107af3c1d05f782d35152d390808aaba923e541464fbdb1e
pdfminer_20200726.orig.tar.xz 4.9 MiB 970e7b06215c9a9d770af1dba9378f7ffffee7dd386e2926d0eee07a4114a6f1
pdfminer_20200726-1.debian.tar.xz 11.1 KiB fa568310b097a57f654d18023bf78a84970fa5c4f0807c45dac78f77c43aed6b

Available diffs

No changes file available.

Binary packages built by this source

pdfminer-data: PDF parser and analyser (encoding data)

 PDFMiner is a tool for extracting information from PDF documents, which
 focuses entirely on getting and analyzing text data.
 .
 This package contains the encoding data needed to read some PDF documents in
 CJK (Chinese, Japanese, Korean) languages.

python3-pdfminer: PDF parser and analyser (Python3)

 PDFMiner is a tool for extracting information from PDF documents, which
 focuses entirely on getting and analyzing text data. It allows one to obtain
 the exact location of text portions in a page, as well as other information
 such as fonts or lines. It includes a PDF converter that can transform PDF
 files into other text formats (such as HTML). It has an extensible PDF parser
 that can be used for other purposes than text analysis.
 .
 This package provides the Python3 module and the command-line tools: pdf2txt,
 dumppdf and latin2ascii.