django-downloadview 2.3.0-1 source package in Ubuntu

Changelog

django-downloadview (2.3.0-1) unstable; urgency=low

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Michael Fladischer ]
  * New upstream release.
  * Clean up django_downloadview.egg-info/PKG-INFO to allow two builds
    in a row.
  * Bump debhelper version to 13.
  * Bump Standards-Version to 4.6.0.1.
  * Use uscan version 4.
  * Add d/upstream/metadata.
  * Remove python3-django, python3-mock and python3-nose from Build-
    Depends, test cannot run during build.
  * Update year in d/copyright.
  * Add python3-setuptools-scm to Build-Depends as upstream now uses it
    in setup.py.

 -- Michael Fladischer <email address hidden>  Tue, 18 Jan 2022 13:42:06 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Low 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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-downloadview_2.3.0-1.dsc 1.8 KiB ea3e60715fc4ef8a4a9c29734ffd79e1ebb1d8de63870e3cf0e5287a92a95ded
django-downloadview_2.3.0.orig.tar.gz 63.3 KiB 9abaa054a349143fa07107788bd8b59dfcee045e16805e05d2fb305142fac481
django-downloadview_2.3.0-1.debian.tar.xz 2.9 KiB 03c6e5deb68e0c744b830a1f97bd10732628c855b1f13a0b4e904ed552d8964c

Available diffs

No changes file available.

Binary packages built by this source

python3-django-downloadview: efficient static file serving with Django (Python3 version)

 django-downloadview makes it easy to serve files with Django:
 .
  * manage files with Django (permissions, filters, generation, ...);
  * files are stored somewhere or generated somehow (local filesystem,
    remote storage, memory...);
  * django-downloadview helps to stream the files with very little
    code;
  * django-downloadview helps to improve performances with reverse
    proxies, via mechanisms such as Nginx’s X-Accel or Apache’s
    X-Sendfile.
 .
 This package contains the Python 3 version of the library.