sorl-thumbnail 11.12-5 source package in Ubuntu

Changelog

sorl-thumbnail (11.12-5) unstable; urgency=low


  * Team upload.

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

  [ Sebastian Ramacher ]
  * debian/patches/django1.5.patch:
    - Fix FTBFS with Django 1.5 (Closes: #707805).

  [ Luca Falavigna ]
  * Remove python2.6-argparse from Build-Depends field.

 -- Luca Falavigna <email address hidden>  Sun, 19 May 2013 12:14:39 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
sorl-thumbnail_11.12-5.dsc 2.2 KiB dbea888b93200d1a3cd59956b79740a809dcb1649987fdc8767059a689022de7
sorl-thumbnail_11.12.orig.tar.gz 44.9 KiB 84fb59ba355af3122ff25aa98a44981024a02384ba77c7f1d05b9ebefe4c0b14
sorl-thumbnail_11.12-5.debian.tar.gz 5.8 KiB 86ac6055140427357b6f6dca96c84d7f98aea73f2cc7629cacef23bf2e49c34d

No changes file available.

Binary packages built by this source

python-sorl-thumbnail: thumbnail support for the Django framework

 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 or GraphicsMagick)
  * 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