Package: brian / 2.9.0-2

Metadata

Package Version Patches format
brian 2.9.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
doc_repro | (download)

brian2/sphinxext/briandoc.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 reproducible builds: sort the exported members list
privacy.patch | (download)

README.md | 28 1 + 27 - 0 !
brian2/sphinxext/generate_examples.py | 2 1 + 1 - 0 !
dev/tools/docs/build_tutorials.py | 4 2 + 2 - 0 !
docs_sphinx/index.rst | 2 1 + 1 - 0 !
4 files changed, 5 insertions(+), 31 deletions(-)

 prevent privacy breach in docs
intersphinx | (download)

docs_sphinx/conf.py | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 fix intersphinx links to point to the packaged documentation.
mathjax local.patch | (download)

docs_sphinx/conf.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 use debian's mathjax library.
 This prevents numerous privacy breaches when producing the locally installed
 documentation.
demote cython.patch | (download)

pyproject.toml | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 remove cython from hard dependencies.
 This patch is applied to ensure the dependency does not get traslated into a
 hard dependency in the binary package python3-brian.

fix minor version check.patch | (download)

brian2/tests/test_base.py | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 fix version check.
 This change is a Debian specific workaround needed for adjunction of
 +ds repacking suffix, and probably needs to be removed once the repack
 is not needed anymore, probably on next upstream revisions.