python-django-storages 1.11-1 source package in Ubuntu

Changelog

python-django-storages (1.11-1) unstable; urgency=low

  [ Debian Janitor ]
  * Apply multi-arch hints.
    + python-django-storages-doc: Add Multi-Arch: foreign.

  [ Michael Fladischer ]
  * New upstream release.
  * Refresh patches.
  * Bump Standards-Version to 4.5.1.
  * Use uscan version 4.
  * Enable upstream testsuite for autopkgtests.

 -- Michael Fladischer <email address hidden>  Fri, 18 Dec 2020 19:05:31 +0100

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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-storages_1.11-1.dsc 2.5 KiB f28691de784df1edd0a7bf4d58739cf29b085636e70ab625b69d2d74f5811277
python-django-storages_1.11.orig.tar.gz 195.5 KiB 1f1f76456cecb8e89393d8e4c9929e4a29614c004d452e6cb9bd14ec3ee7bbc0
python-django-storages_1.11-1.debian.tar.xz 5.5 KiB 9e0060770299384c58efa7eaa609ca84f8c90771a1fa05a85ace042d6d0af20f

Available diffs

No changes file available.

Binary packages built by this source

python-django-storages-doc: No summary available for python-django-storages-doc in ubuntu hirsute.

No description available for python-django-storages-doc in ubuntu hirsute.

python3-django-storages: No summary available for python3-django-storages in ubuntu impish.

No description available for python3-django-storages in ubuntu impish.

python3-django-storages-boto3: No summary available for python3-django-storages-boto3 in ubuntu hirsute.

No description available for python3-django-storages-boto3 in ubuntu hirsute.

python3-django-storages-dropbox: No summary available for python3-django-storages-dropbox in ubuntu hirsute.

No description available for python3-django-storages-dropbox in ubuntu hirsute.

python3-django-storages-ftp: No summary available for python3-django-storages-ftp in ubuntu hirsute.

No description available for python3-django-storages-ftp in ubuntu hirsute.

python3-django-storages-libcloud: No summary available for python3-django-storages-libcloud in ubuntu hirsute.

No description available for python3-django-storages-libcloud in ubuntu hirsute.

python3-django-storages-sftp: storage backends in Django (SFTP)

 django-storages is a collection of custom storage backends for Django. Each
 storage backend has its own unique settings you will need to add to your
 settings.py file. Read the documentation for your storage engine(s) of choice
 to determine what you need to add.
 .
 Each backend is shipped as a separate package to ensure granular dependencies.
 This package contains the SFTP backend.