python-pampy 2.0.2-1 source package in Ubuntu

Changelog

python-pampy (2.0.2-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * 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.

  [ Mike Gabriel ]
  * New upstream release.
  * debian/watch:
    + Disable PGP signature support. No such signature upstream, it seems.
    + Switch to format version 4.
    + Directly obtain orig tarball from Github.
  * debian/control:
    + Add to B-D: python3-six, pybuild-plugin-pyproject and python3-pytest.
    + Bump Standards-Version: to 4.6.0. No changes needed.
    + Add Rules-Requires-Root: field and set it to 'no'.
  * debian/{compat,control}:
    + Bump to DH compat level version 13.
  * debian/{control,copyright}:
    + Use upstream Git as Homepage: and Source: field values.
  * debian/copyright:
    + Update copyright attributions.
  * debian/upstream/metadata:
    + Add file. Comply with DEP-12.
  * debian/upstream/:
    + Drop signing-key.asc. No upstream PGP signatures available for orig
      tarball download.

 -- Mike Gabriel <email address hidden>  Fri, 15 Apr 2022 17:10:55 +0200

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-pampy_2.0.2-1.dsc 2.0 KiB 6b0331014dac76805bf5dbde26a3ef785661a28ffda59f0d075979bb4e23d5e6
python-pampy_2.0.2.orig.tar.gz 14.4 KiB 23f5fd680b43d9dc8c96061c2c855f7c4758ee29c5d9f3cc469b558a0afd558b
python-pampy_2.0.2-1.debian.tar.xz 3.2 KiB 6e9803a628fec85445926f7f7025252b8ed3240693c58c0d778836be8058b046

Available diffs

No changes file available.

Binary packages built by this source

python3-pampy: Python module for simple PAM authentications (Python 3)

 Provide an authenticate() function that will allow the caller to
 authenticate a user against the Pluggable Authentication Modules
 (PAM) on the system.
 .
 The module pam.py is a single file, implemented using ctypes, so
 no compilation is necessary. This package provides the pam.py
 module for Python 3.