python-pgpdump 1.5-3 source package in Ubuntu

Changelog

python-pgpdump (1.5-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from deprecated 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Re-export upstream signing key without extra signatures.

 -- Sandro Tosi <email address hidden>  Fri, 03 Jun 2022 23:18:00 -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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pgpdump_1.5-3.dsc 2.0 KiB 5c9153613c2cc158653330f6b18ca12713c9211cee3493b7dc27f622584e6954
python-pgpdump_1.5.orig.tar.gz 67.1 KiB f17e60b72cbb96e238932c701b2580500182573f6838263ac3c457992558f621
python-pgpdump_1.5-3.debian.tar.xz 4.8 KiB db08f88b2e3e6769b8b4a45911cd1e43fcd283800e2523d8506460b7a43f7389

Available diffs

No changes file available.

Binary packages built by this source

python3-pgpdump: PGP packet parser library (Python 3)

 python-pgpdump is a Python library for parsing PGP packets as specified in
 RFC2440 and RFC4880. It is derived from pgpdump, a C program published at:
 http://www.mew.org/~kazu/proj/pgpdump/ The intent is to support what people
 actually have to do with PGP packets 95% of the time. This module does not
 aim to be a complete PGP parser, as it currently does not decode every PGP
 packet type. Currently supported things include:
 .
  * Signature packets
  * Public key packets
  * ASCII-armor decoding and CRC check
 .
 A single codebase with dependencies on only the standard Python library is
 compatible across Python 2.7, Python 3.2, and PyPy 1.8.
 .
 This is the Python 3 version of the package.