Andreas Tille pushed to branch master at Debian Med / python-biom-format
Commits: 321f3838 by Andreas Tille at 2021-10-18T11:12:54+02:00 Fix watchfile to detect new versions on github - - - - - b7b1ba9e by Andreas Tille at 2021-10-18T11:13:03+02:00 routine-update: Standards-Version: 4.6.0 - - - - - 46f6d595 by Andreas Tille at 2021-10-18T11:13:11+02:00 Apply multi-arch hints. + python-biom-format-doc: Add Multi-Arch: foreign. Changes-By: apply-multiarch-hints - - - - - f9c2de9b by Andreas Tille at 2021-10-18T11:36:51+02:00 add_javascript() was deprecated in v1.8 and removed in v4.0. add_js_file() is a successor of the API - - - - - 5 changed files: - debian/changelog - debian/control - debian/patches/series - + debian/patches/sphinx_add_javascript.patch - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +python-biom-format (2.1.10-2) UNRELEASED; urgency=medium + + * Fix watchfile to detect new versions on github + * Standards-Version: 4.6.0 (routine-update) + * Apply multi-arch hints. + + python-biom-format-doc: Add Multi-Arch: foreign. + * add_javascript() was deprecated in v1.8 and removed in v4.0. add_js_file() + is a successor of the API + + -- Andreas Tille <[email protected]> Mon, 18 Oct 2021 11:12:54 +0200 + python-biom-format (2.1.10-1) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -22,7 +22,7 @@ Build-Depends: debhelper-compat (= 13), python3-matplotlib, python3-pytest <!nocheck>, python3-pytest-cov <!nocheck> -Standards-Version: 4.5.0 +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/med-team/python-biom-format Vcs-Git: https://salsa.debian.org/med-team/python-biom-format.git Homepage: https://biom-format.org/ @@ -66,6 +66,7 @@ Architecture: all Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends} +Multi-Arch: foreign Description: documentation for BIOM format The BIOM file format (canonically pronounced biome) is designed to be a general-use format for representing biological sample by observation ===================================== debian/patches/series ===================================== @@ -5,3 +5,4 @@ enable_sloppy_sphinx_build.patch sphinx_1.6.patch sphinx.ext.pngmath.patch posix_shell.patch +sphinx_add_javascript.patch ===================================== debian/patches/sphinx_add_javascript.patch ===================================== @@ -0,0 +1,12 @@ +Author: Andreas Tille <[email protected]> +Last-Update: Mon, 18 Oct 2021 11:13:14 +0200 +Description: add_javascript() was deprecated in v1.8 and removed in v4.0. add_js_file() is a successor of the API. + +--- a/doc/conf.py ++++ b/doc/conf.py +@@ -235,4 +235,4 @@ man_pages = [ + # Add the 'copybutton' javascript, to hide/show the prompt in code + # examples, originally taken from scikit-learn's doc/conf.py + def setup(app): +- app.add_javascript('copybutton.js') ++ app.add_js_file('copybutton.js') ===================================== debian/watch ===================================== @@ -1,4 +1,4 @@ version=4 opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,repack,compression=xz" \ - https://github.com/biocore/biom-format/releases .*/archive/(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz) + https://github.com/biocore/biom-format/releases .*/(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz) View it on GitLab: https://salsa.debian.org/med-team/python-biom-format/-/compare/7d1781353f4539cc3bfac551ba35e1d0ebe0e13b...f9c2de9b16eaccec922e812b08fd8fdaed22dcab -- View it on GitLab: https://salsa.debian.org/med-team/python-biom-format/-/compare/7d1781353f4539cc3bfac551ba35e1d0ebe0e13b...f9c2de9b16eaccec922e812b08fd8fdaed22dcab You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
