sorl-thumbnail 12.5.0-2 source package in Ubuntu

Changelog

sorl-thumbnail (12.5.0-2) unstable; urgency=medium

  * Team upload.
  * Use debhelper-compat instead of debian/compat.
  * Drop Python 2 support.

 -- Ondřej Nový <email address hidden>  Wed, 31 Jul 2019 14:29:09 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe python

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sorl-thumbnail_12.5.0-2.dsc 2.3 KiB 8e86a84f2f0d3c6fa0dd1bbd9f49471551b17db3d6d88dedaef73e44a3b2e5c5
sorl-thumbnail_12.5.0.orig.tar.gz 520.6 KiB 51f586cb483c763a659da8814cc5ad4632dd6404816774fa37e460e636260d31
sorl-thumbnail_12.5.0-2.debian.tar.xz 6.4 KiB ddc0c35ef023361d1465a424a1d617c8cd4cfeef21eb8b7f871782475380b24e

Available diffs

No changes file available.

Binary packages built by this source

python-sorl-thumbnail-doc: thumbnail support for the Django framework (Documentation)

 sorl-thumbnail provides a convenient way to create and manage image thumbnails
 in a Django project. It offers integration into several parts of Django like
 the admin system by showing thumbnails for ImageFields or through a ImageField
 that also takes care of deleting thumbnail files when the referencing object
 is removed.
 .
 Other features include:
  * Django storage support
  * Pluggable Engine support (PIL, pgmagick, ImageMagick, GraphicsMagick,
    or Wand)
  * Pluggable Key Value Store support (Django cache, redis)
  * Pluggable Backend support (i.e. different thumbnail filename schema)
  * Dummy generation (placeholders)
  * Flexible, simple syntax, generates no html
  * CSS style cropping options
  * Margin calculation for vertical positioning
 .
 This package contains the documentation.

python3-sorl-thumbnail: thumbnail support for the Django framework (Python3 version)

 sorl-thumbnail provides a convenient way to create and manage image thumbnails
 in a Django project. It offers integration into several parts of Django like
 the admin system by showing thumbnails for ImageFields or through a ImageField
 that also takes care of deleting thumbnail files when the referencing object
 is removed.
 .
 Other features include:
  * Django storage support
  * Pluggable Engine support (PIL, pgmagick, ImageMagick, GraphicsMagick,
    or Wand)
  * Pluggable Key Value Store support (Django cache, redis)
  * Pluggable Backend support (i.e. different thumbnail filename schema)
  * Dummy generation (placeholders)
  * Flexible, simple syntax, generates no html
  * CSS style cropping options
  * Margin calculation for vertical positioning
 .
 This package contains the Python 3 version of the library.