pdfminer 20221105+dfsg-1 source package in Ubuntu

Changelog

pdfminer (20221105+dfsg-1) unstable; urgency=medium

  * New upstream version 20221105.
  * Refresh patches.
  * Use pytest instead of nose. (Closes: #1018435)
  * Resolve version from debian/changelog. (Closes: #1009182)
    Upstream uses a CI job to write version before publishing the package to
    PyPI and upstream changelog, unfortunately, doesn't list every release so
    we resolve the version from the debian/changelog. Thanks Julian Gilbey for
    the report.
  * debian/control
    - Switch from chardet to charset-normalizer.
    - Remove unused dependecy on sortedcontainers.
    - Bump Standards-Version to 4.6.2.0, no changes needed.

 -- Daniele Tricoli <email address hidden>  Sat, 17 Dec 2022 17:51:39 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe python
Mantic release universe python
Lunar release universe python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pdfminer_20221105+dfsg-1.dsc 2.3 KiB 4e68f16bc3050db676b65704e5fe1d0413ee1eaf94290a52e4ac9341b63f47f0
pdfminer_20221105+dfsg.orig.tar.xz 5.4 MiB f1f162956168a27fb3be36072f2cc746d2a2de8a6dd2d44c60a6cc6f21c62f9c
pdfminer_20221105+dfsg-1.debian.tar.xz 11.8 KiB 7e19c0b5aff54076419f83deb41cefbcf47470ea4789be4e100842757c93a818

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.