python-repoze.who 2.2-4 source package in Ubuntu

Changelog

python-repoze.who (2.2-4) unstable; urgency=medium

  * Team upload.
  * Running wrap-and-sort -bast.
  * d/copyright: Use https protocol in Format field.
  * Use debhelper-compat instead of debian/compat.
  * Removing gbp.conf, not used anymore or should be specified in the
    developers dotfiles.
  * d/control: Use <email address hidden> as maintainer.
  * d/control: Set Vcs-* to salsa.debian.org.
  * d/watch: Use https protocol.
  * d/copyright: Reorder.
  * Use pybuild to build package.
  * Enable autopkgtest-pkg-python testsuite.
  * Bump debhelper compat level to 12.
  * Bump standards version to 4.4.0.
  * Use Python 3 for building docs.
  * Drop Python 2 support (Closes: #938134).
  * Use SOURCE_DATE_EPOCH instead of dpkg-parsechangelog

 -- Ondřej Nový <email address hidden>  Tue, 10 Sep 2019 13:22:05 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python
Noble release universe python
Mantic release universe python
Lunar release universe python
Jammy release universe python
Focal release universe python

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-repoze.who_2.2-4.dsc 2.2 KiB 98c9dfc69b76fd7883b73db0be1391ec771586a57ab034376e0721068b70eda4
python-repoze.who_2.2.orig.tar.gz 301.4 KiB 322629ec7c779dce4700e8f3ba531002b724d2429178c1cbb0dc169255dc9a8b
python-repoze.who_2.2-4.debian.tar.xz 4.1 KiB 0cc60885fcf285a9e440b07329cee90b9e19edbc7ae63ce9d9212fc68d4a899e

Available diffs

No changes file available.

Binary packages built by this source

python3-repoze.who: ident and auth framework for Python WSGI applications - Python 3.x

 repoze.who is an identification and authentication framework for
 arbitrary Python WSGI applications; it acts as WSGI middleware.
 .
 repoze.who is inspired by Zope 2's Pluggable Authentication Service
 (PAS), but is not dependent on Zope in any way; it is useful for any
 WSGI application.
 .
 It provides no facility for authorization (ensuring whether a user
 can or cannot perform the operation implied by the request). This is
 considered to be the domain of the WSGI application.
 .
 This package contains the Python 3.x module.