sorl-thumbnail 12.10.0-1 source package in Ubuntu

Changelog

sorl-thumbnail (12.10.0-1) unstable; urgency=medium

  * New release
  * Disable broken unittest (Closes: #1054758)

 -- Martin <email address hidden>  Fri, 24 Nov 2023 15:40:24 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python
Noble release universe python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sorl-thumbnail_12.10.0-1.dsc 2.3 KiB 0578acdebefcd3a39cc9be7c615c6316b45abb07d2f3b0328442c07e0868d0f5
sorl-thumbnail_12.10.0.orig.tar.gz 644.5 KiB 642f17597cb48aef19e479809a0f69b3e58388b5da216136bfc3ba137dcf54a8
sorl-thumbnail_12.10.0-1.debian.tar.xz 6.2 KiB 85b841f17bb32a1b4450bc7f78ce7c560e5a05ed52458361335912396c9db889

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.