django-maintenancemode 0.11.3-1 source package in Ubuntu

Changelog

django-maintenancemode (0.11.3-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.
  * Bump Standards-Version to 4.4.0.

  [ Scott Kitterman ]
  * New upstream release
  * Add upstream signing key and update debian/watch
  * Remove python-django-maintenancemode binary, only python3 is supported by
    Django now
  * Add d/p/0002-Restore-missing-CHANGES.rst.patch so that the source is
    complete and the package builds
  * Add python3-django-setuptest to build-depends/test depends
  * Update d/p/0001-Add-tests-from-upstream-Git.patch for upstream changes

 -- Scott Kitterman <email address hidden>  Fri, 26 Jul 2019 18:48:41 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-maintenancemode_0.11.3-1.dsc 2.3 KiB 4ec68e53f184ef1d4d5c016d061128fe145735b2570a066344a593b9c47c1545
django-maintenancemode_0.11.3.orig.tar.gz 7.2 KiB b738ef3dee3d0bbc62e018519823624fdcd530c8ab2f83cdedd7d74d44f38c20
django-maintenancemode_0.11.3-1.debian.tar.xz 6.8 KiB 5c431582d0ca80f3ff22d5bf9c07e51ab485053e248e6448f7c2b7389fbefde6

Available diffs

No changes file available.

Binary packages built by this source

python3-django-maintenancemode: django module that sets a site down for maintenance (Python 3)

 Django Maintenancemode is a middleware that allows you to temporarily
 shutdown your site for maintenance work.
 .
 Logged in users having staff credentials can still fully use the site as can
 users visiting the site from an IP address defined in Django's
 ``INTERNAL_IPS``.
 .
 This is the Python 3 version of the package.