django-floppyforms 1.2.0-1 source package in Ubuntu

Changelog

django-floppyforms (1.2.0-1) unstable; urgency=medium


  * New upstream release (Closes: #755590).
    + Add python-pil to Build-Depends.
    + Add python-coverage to Build-Depends.
  * Switch buildsystem to pybuild.
  * Add dh-python to Build-Depends.
  * Add support for Python3.
  * Update override_dh_auto_test to reflect changes in new upstream
    tests.
  * Add do_not_install_tests.patch to prevent installation of tests in
    the global package namespace.
  * Build documentation and provide it in a separate package.
  * Add documentation package as Suggests for both library packages.
  * Drop versioned dependency on python-django as there are no prior
    versions in the archive.
  * Add lintian override for missing upstream tarball PGP signature.
  * Remove PHONY target declarations from d/rules.
  * Update d/watch to use github because tarballs on PyPI lack test templates.

 -- Michael Fladischer <email address hidden>  Fri, 29 Aug 2014 13:23:02 +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

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-floppyforms_1.2.0-1.dsc 2.5 KiB db9feef61c9bb95465724283c900e2a939f9543909c890bd82a08757928e9d68
django-floppyforms_1.2.0.orig.tar.gz 1.1 MiB a67babfed8bef96eca1e8d312ea14b6ad352599343219240f4e4f944e5f566e8
django-floppyforms_1.2.0-1.debian.tar.xz 4.0 KiB a2d5c7420d3f531d45eb1f9949fddc525b69ca009afdcf5e1dc14ea9d0ba82ca

Available diffs

No changes file available.

Binary packages built by this source

python-django-floppyforms: better control of form rendering in Django

 Django-foppyforms is an application that gives you full control of the
 output of forms rendering. This is more a widgets library than a forms
 library but form fields are provided for convenience. The forms API and
 features are exactly the same as Django’s, the key difference is that
 widgets are rendered in templates instead of using string interpolation.
 .
 The widgets API allows you to customize and extend the widgets behaviour,
 making it very easy to define custom widgets. The default widgets are very
 similar to the default Django widgets, except that they implement some
 nice features of HTML5 forms, such as the placeholder and required
 attribute, as well as the new <input> types.

python-django-floppyforms-doc: No summary available for python-django-floppyforms-doc in ubuntu vivid.

No description available for python-django-floppyforms-doc in ubuntu vivid.

python3-django-floppyforms: better control of form rendering in Django (Python3 version)

 Django-foppyforms is an application that gives you full control of the
 output of forms rendering. This is more a widgets library than a forms
 library but form fields are provided for convenience. The forms API and
 features are exactly the same as Django’s, the key difference is that
 widgets are rendered in templates instead of using string interpolation.
 .
 The widgets API allows you to customize and extend the widgets behaviour,
 making it very easy to define custom widgets. The default widgets are very
 similar to the default Django widgets, except that they implement some
 nice features of HTML5 forms, such as the placeholder and required
 attribute, as well as the new <input> types.
 .
 This package contains the Python 3 version of the library.