Package: flower / 0.8.3+dfsg-2
Metadata
| Package | Version | Patches format |
|---|---|---|
| flower | 0.8.3+dfsg-2 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| Make sure Babel is at least 1.0.patch | (download) |
requirements/default.txt |
2 1 + 1 - 0 ! |
[patch] make sure babel is at least 1.0 Besides, updated a test to use `assert_called_once_with`, given that `assert_called_once` is no longer supported in Python 3's mock. |
| change directory layout.patch | (download) |
flower/templates/base.html |
48 24 + 24 - 0 ! |
[patch] change directory layout of static javascript files. Create one directory per project (bootstrap, d3, jquery, jquery-ui) and move all related file in this directory. This makes it easier to track the origin of a static file and to update a library by just replacing one directory. Bug: https://github.com/mher/flower/pull/199 |
| drop d3 layout.patch | (download) |
flower/templates/base.html |
1 0 + 1 - 0 ! |
remove sourceless javascript file. |
| fix privacy breach generic.patch | (download) |
flower/templates/base.html |
4 0 + 4 - 0 ! |
fix privacy-breach-generic by removing support for ancient browsers. |
| disable sphinx extensions.patch | (download) |
docs/conf.py |
2 0 + 2 - 0 ! |
disable sphinxcontrib.fulltoc and sphinxcontrib.autohttp.tornado extensions (they are not available in Debian) |
| local inventory.patch | (download) |
docs/conf.py |
5 4 + 1 - 0 ! |
use local objects.inv Upstream uses intersphinx mappings that fetch the objects.inv for python by HTTP from a remote host. Use the local objects.inv from python to enable the package to build without network connection. |
