python-django-treebeard 4.3.1+dfsg-1 source package in Ubuntu

Changelog

python-django-treebeard (4.3.1+dfsg-1) unstable; urgency=low

  * New upstream release.
  * Remove python-all from Build-Depends, Python2 is no longer used (Closes:
    #937709).
  * Set new Homepage URL.
  * Clean up d/rules to use dh where possible.
  * Clean up pytest artifacts to allow two builds in a row.
  * Bump debhelper version to 12.
  * Add patch to fix tests with Django 2.1.
  * Bump Standards-Version to 4.5.0.
  * Set Rules-Requires-Root: no.
  * Add ${sphinxdoc:Depends} to documentation package.
  * Install jQuery symlink in correct location.

 -- Michael Fladischer <email address hidden>  Fri, 21 Feb 2020 22:03:58 +0100

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
Focal release universe python

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-treebeard_4.3.1+dfsg-1.dsc 2.0 KiB a3e3a9bf9f16a942e621b416fc9700c03ee0d90cefe7a832a788e910d290daa0
python-django-treebeard_4.3.1+dfsg.orig.tar.xz 266.9 KiB 51796a7ffa94e2b813acf4830a1de4b5a0119ac9c2c635cb5d942e565f6da111
python-django-treebeard_4.3.1+dfsg-1.debian.tar.xz 7.5 KiB 3f2f4da67cd0ca8bdb73a0a8f83819997eab4bce784049b9d58e31e71aa4d3c6

Available diffs

No changes file available.

Binary packages built by this source

python-django-treebeard-doc: Efficient implementations of tree data structures for Django (documentation)

 Django Treebeard is a library that implements efficient data structures for
 storing hierarchical data in a database using the Django web development
 framework.
 .
 It currently includes 3 different tree implementations: adjacency list,
 materialized path and nested sets. Each one has it's own strengths and
 weaknesses but share the same API, so it’s easy to switch between them.
 .
 This package contains the documentation in searchable HTML format.

python3-django-treebeard: Efficient implementations of tree data structures for Django (Python3 version)

 Django Treebeard is a library that implements efficient data structures for
 storing hierarchical data in a database using the Django web development
 framework.
 .
 It currently includes 3 different tree implementations: adjacency list,
 materialized path and nested sets. Each one has it's own strengths and
 weaknesses but share the same API, so it’s easy to switch between them.
 .
 This package contains the Python 3 version of the library.