Package: circuits / 2.1.0-2

Metadata

Package Version Patches format
circuits 2.1.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_disable_sphinxcontrib_extensions.patch | (download)

docs/source/conf.py | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 disable sphinxcontrib-bitbucket and sphinxcontrib-googleanalytics
 because they are not packaged for Debian. Also sphinxcontrib-googleanalytics is
 used to track generated html files with Google Analytics web service.
02_remove_templatebuiltins_js.patch | (download)

docs/source/_themes/om/layout.html | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove templatebuiltins.js because it contains names of django
builtin tags and filters not used in circuits documentation.
03_disable address check.patch | (download)

tests/web/test_logger.py | 15 15 + 0 - 0 !
1 file changed, 15 insertions(+)

 disable address check since these tests are conceived
 to run on the same machine (they check the address against
 gethostbyname(gethostname())): see #680799 and #713757 for more details.
04_fix python3 sintax error.patch | (download)

circuits/web/apps/memorymonitor/reftree.py | 4 2 + 2 - 0 !
circuits/web/apps/webconsole/__init__.py | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 fix sintax errors since print and exec are not keywords in python3
05_fix pil import.patch | (download)

circuits/web/apps/memorymonitor/__init__.py | 7 5 + 2 - 0 !
1 file changed, 5 insertions(+), 2 deletions(-)

 fix pil import
 see http://lists.debian.org/debian-python/2013/02/msg00017.html for details.