Andreas Tille pushed to branch master at Debian Med / nitime
Commits: 1ebd3e5a by Andreas Tille at 2024-12-17T13:53:51+01:00 Remove intersphinx - - - - - 4ba33ada by Andreas Tille at 2024-12-17T13:54:12+01:00 Standards-Version: 4.7.0 (routine-update) - - - - - 43b6bc00 by Andreas Tille at 2024-12-17T14:03:23+01:00 d/copyright: Fix license name according to lrc - - - - - 9e58dbeb by Andreas Tille at 2024-12-17T14:08:27+01:00 Upload to unstable - - - - - 5 changed files: - debian/changelog - debian/control - debian/copyright - + debian/patches/no-intersphinx.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +nitime (0.11-3) unstable; urgency=medium + + * Team upload. + * Remove intersphinx + Closes: #1090108 + * Standards-Version: 4.7.0 (routine-update) + * d/copyright: Fix license name according to lrc + + -- Andreas Tille <[email protected]> Tue, 17 Dec 2024 14:03:27 +0100 + nitime (0.11-2) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -22,7 +22,7 @@ Build-Depends: debhelper-compat (= 13), python3-setuptools-scm, python3-pytest, graphviz -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Vcs-Browser: https://salsa.debian.org/med-team/nitime Vcs-Git: https://salsa.debian.org/med-team/nitime.git Homepage: https://nipy.org/nitime ===================================== debian/copyright ===================================== @@ -6,11 +6,11 @@ Source: http://github.com/nipy/nitime Files: * Copyright: 2006-2014, NIPY Developers -License: BSD-3 +License: BSD-3-clause Files: doc/sphinxext/* Copyright: 2007-2009, Stefan van der Walt and Sphinx team -License: BSD-3 +License: BSD-3-clause Files: nitime/_mpl_units.py Copyright: 2012-2013, Matplotlib Development Team @@ -19,10 +19,10 @@ Comment: for compatibility with older matplotlib versions Files: debian/* Copyright: 2010-2014, Yaroslav Halchenko <[email protected]> -License: BSD-3 +License: BSD-3-clause -License: BSD-3 +License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: ===================================== debian/patches/no-intersphinx.patch ===================================== @@ -0,0 +1,21 @@ +Author: Andreas Tille <[email protected]> +Last-Update: 2024-12-16 +Bug-Debian: https://bugs.debian.org/1090108 +Description: remove intersphinx + +--- a/doc/conf.py ++++ b/doc/conf.py +@@ -57,7 +57,6 @@ sys.path.append(os.path.abspath('sphinxe + # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. + extensions = ['sphinx.ext.autodoc', + 'sphinx.ext.doctest', +- 'sphinx.ext.intersphinx', + 'sphinx.ext.todo', + 'numpydoc', + 'sphinx.ext.inheritance_diagram', +@@ -260,5 +259,3 @@ latex_documents = [ + #latex_use_modindex = True + + +-# Example configuration for intersphinx: refer to the Python standard library. +-intersphinx_mapping = {'http://docs.python.org/': None} ===================================== debian/patches/series ===================================== @@ -4,3 +4,4 @@ sphinx_ignore_github.patch numpydoc_1.24.patch matplotlib.patch demote-cython.patch +no-intersphinx.patch View it on GitLab: https://salsa.debian.org/med-team/nitime/-/compare/39c184dfe57a9ec05c782d1a6fe3b092d5808b5e...9e58dbeba6e63f7fc2288a625ecab0b88020450a -- View it on GitLab: https://salsa.debian.org/med-team/nitime/-/compare/39c184dfe57a9ec05c782d1a6fe3b092d5808b5e...9e58dbeba6e63f7fc2288a625ecab0b88020450a 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
