Package: deap / 1.3.1-2
Metadata
Package | Version | Patches format |
---|---|---|
deap | 1.3.1-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 fix docs.patch | (download) |
doc/_templates/layout.html |
10 1 9 - 0 ! |
fix-docs privacy breaches and minor flaws, extlinks extension, don't produce PDFs, hardcode copyright span for reproducible builds. |
remove mpl only directives.patch | (download) |
doc/conf.py |
3 1 2 - 0 ! |
drop python2 support Bug-Debian: https://bugs.debian.org/936374 Bug-Debian: https://bugs.debian.org/942991 |
Use system MathJax library.patch | (download) |
doc/conf.py |
3 3 0 - 0 ! |
use system mathjax library. |
Python 3 syntax fixes.patch | (download) |
deap/algorithms.py |
14 7 7 - 0 ! |
python 3 syntax fixes setup.py uses 2to3=True to automatically convert syntax from Python 2 to 3 during build, but sphinx trips over the Python 2 syntax in the original source. |
Adapt conf.py for sphinx 2.0.patch | (download) |
doc/conf.py |
2 1 1 - 0 ! |
adapt conf.py for sphinx >= 2.0 html_sidebars dict values must now be a list. Resolves a TemplateNotFound exception raised when building the documentation with sphinx 2.4, as encountered when building the Debian packages. http://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_sidebars |