python-pem 19.1.0-2 source package in Ubuntu

Changelog

python-pem (19.1.0-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.0.
  * d/watch: Use https protocol.
  * Bump Standards-Version to 4.4.1.
  * 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 ]
  * Trim trailing whitespace.
  * Set field Upstream-Name in debian/copyright.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.5.0, no changes needed.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

 -- Sandro Tosi <email address hidden>  Mon, 20 Jun 2022 02:14:02 -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-pem_19.1.0-2.dsc 1.9 KiB 4c0cf450d3e67f50bdc59895b367b9a72133b07d6a77f1155f711f7043a918fc
python-pem_19.1.0.orig.tar.gz 33.9 KiB 0f0428fbe22cafa3eb973619a1c329aa886a24bbdafe138d3a46a084059dc0b1
python-pem_19.1.0-2.debian.tar.xz 2.2 KiB 4bd8f7981e58b69e362f1cd31f034cea0e9ab8a0ce5abb0419b23de3c2d407ec

Available diffs

No changes file available.

Binary packages built by this source

python3-pem: easy PEM file parsing in Python

 pem is a Python module for parsing and splitting of PEM files,
 i.e. Base64 encoded DER keys and certificates.
 .
 pem does not attempt to interpret the certificate data in any way.
 .
 Additionally to the vanilla parsing code, pem also contains helpers
 for Twisted that save a lot of boilerplate code.