django-sekizai 0.10.0-2 source package in Ubuntu

Changelog

django-sekizai (0.10.0-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org

  [ Michael Fladischer ]
  * Always use pristine-tar.
  * Apply patches from upstream PR#75 to make test pass again (Closes:
    #865590).
  * Add python(3)-pycodestyle to Build-Depends-Indep to be used during
    tests.
  * Bump debhelper compatibility and version to 11.
  * Bump Standards-Version to 4.1.3.
  * Enable autopkgtest-pkg-python testsuite.
  * Run wrap-and-sort -bast to reduce diff size of future changes.
  * Build documentation in override_dh_sphinxdoc.

 -- Michael Fladischer <email address hidden>  Wed, 28 Mar 2018 22:44:59 +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
Bionic release universe python

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-sekizai_0.10.0-2.dsc 2.2 KiB c6036a0fa3da3933f1d2e2bb850cd024640bc2de6a417e954402fa003a748524
django-sekizai_0.10.0.orig.tar.gz 18.6 KiB f56a8749c2495a7bc1efa88aa3bc6446d4422ed0c104fc28524511d2834bacda
django-sekizai_0.10.0-2.debian.tar.xz 6.6 KiB c16bae5dd0420985a68c882a9fe500c0187e06a15188909c98a6a1784fe01c38

Available diffs

No changes file available.

Binary packages built by this source

python-django-sekizai: template blocks for Django projects

 Sekizai means “blocks” in Japanese, and that’s what this app provides.
 A fresh look at blocks. With django-sekizai you can define placeholders
 where your blocks get rendered and at different places in your templates
 append to those blocks. This is especially useful for css and javascript.
 Your subtemplates can now define css and javscript files to be included,
 and the css will be nicely put at the top and the javascript to the bottom,
 just like you should. Also sekizai will ignore any duplicate content in
 a single block.

python-django-sekizai-doc: No summary available for python-django-sekizai-doc in ubuntu disco.

No description available for python-django-sekizai-doc in ubuntu disco.

python3-django-sekizai: template blocks for Django projects (Python3 version)

 Sekizai means “blocks” in Japanese, and that’s what this app provides.
 A fresh look at blocks. With django-sekizai you can define placeholders
 where your blocks get rendered and at different places in your templates
 append to those blocks. This is especially useful for css and javascript.
 Your subtemplates can now define css and javscript files to be included,
 and the css will be nicely put at the top and the javascript to the bottom,
 just like you should. Also sekizai will ignore any duplicate content in
 a single block.
 .
 This package contains the Python 3 version of the library.