diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:20:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:20:59 +0000 |
commit | 2998bfc368dfe6f6692ac4bc15b0f8ce919f8261 (patch) | |
tree | 4576e1f794f5177b19be99e8d7f6d568f273999e /debian/changelog | |
parent | Merging upstream version 7.3.7. (diff) | |
download | sphinx-2998bfc368dfe6f6692ac4bc15b0f8ce919f8261.tar.xz sphinx-2998bfc368dfe6f6692ac4bc15b0f8ce919f8261.zip |
Adding debian version 7.3.7-1.debian/7.3.7-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index bd1ad52..c3ba847 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,30 @@ +sphinx (7.3.7-1) experimental; urgency=medium + + * New upstream release. + * Drop patches, included in the new release: + - python_3.11.7.diff + - python_3.12.3.diff + - reproducible_searchindex.diff + * Drop skip_tests_network.diff (closes: #1069774). + * Drop support_old_search_indexes.diff. Bookworm has Sphinx 5.3, so it + does not make sense to support older indexes anymore. + * Refresh other patches. + * Update path of ignored test file in debian/rules. + * Bump required python3-alabaster version to 0.7.14. + * Add dvisvgm to test dependencies and Suggests. + * Add cython3, gcc and python3-all-dev to test dependencies. + * Add python3-defusedxml to test dependencies. + * dh_sphinxdoc: Support loading searchindex.js with defer="defer". + * Install AUTHORS and CHANGES files with .rst extension. + * Remove debian/python3-sphinx.preinst, no longer needed. + * Update numbers in debian/jstest/run-tests. + * Update debian/copyright. + * dh_sphinxdoc: Bump minimum dependency version for searchtools.js. + * Update the command to replace links to docutils documentation. + * Bump Standards-Version to 4.7.0, no changes needed. + + -- Dmitry Shachnev <mitya57@debian.org> Wed, 05 Jun 2024 16:35:21 +0300 + sphinx (7.2.6-8) unstable; urgency=medium * Backport upstream patch to make searchindex.js deterministic (closes: |