django-maintenancemode 0.11.6-1 source package in Ubuntu

Changelog

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

  * Team upload

  [ Scott Kitterman ]
  * Update debian/copyright
  * Add python3-django to depends

  [ 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.

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Carsten Schoenert ]
  * [4480245] d/gbp.conf: Adjust configuration for debian/master
  * [48aa4f9] New upstream version 0.11.6
  * [7072bc7] Rebuild patch queue from patchqueue branch
    Added patches:
    0001-Fix-deprecation-warning-for-django.conf.urls.url.patch
    0002-Adjust-test-setup-to-work-with-Django-3.patch
    Removed patches (included upstream):
    0001-Add-tests-from-upstream-Git.patch
    0002-Restore-missing-CHANGES.rst.patch
  * [326220b] dh_auto_test: Adjust call to get test working again
  * [8447370] autopkgtest: Adjust test setup to work through pytest
  * [457d74f] d/u/signing-key.asc: Removed due no signed releases
  * [0309f06] d/watch: Update to version 4
  * [e2745b7] d/control: Update Standards-Version to 4.6.0
    No further changes needed.
  * [16433d5] d/control: Adding entry Rules-Requires-Root: no
  * [7bbbbc7] d/control: Bump debhelper version to 13

 -- Carsten Schoenert <email address hidden>  Wed, 29 Sep 2021 14:56:10 +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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-maintenancemode_0.11.6-1.dsc 2.4 KiB 10b0d3afa98cbca3e64a878b3ff11c79a9498903ba37b0cfcf86dc54c7e65343
django-maintenancemode_0.11.6.orig.tar.gz 10.8 KiB 3a7c268bdd0adaa2dbf232b6e82b4385a009fa0587b9dbcfa68591e2c8fd32ba
django-maintenancemode_0.11.6-1.debian.tar.xz 4.4 KiB 4fc30da49d5a965777f784a761f1adccb5a13626207b66a704a8861915c3f0b2

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.