summaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog61
1 files changed, 61 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c3ba847..7ff5bf2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,64 @@
+sphinx (7.4.7-3) unstable; urgency=medium
+
+ * Team Upload
+ * Remove Build-Depends: and Suggests: on deprecated python3-lib2to3.
+
+ -- Alexandre Detiste <tchet@debian.org> Fri, 23 Aug 2024 08:32:51 +0200
+
+sphinx (7.4.7-2) unstable; urgency=medium
+
+ * Merge 7.3.7-4 upload from unstable.
+ * Drop docutils_manpage_macros.diff, no longer needed.
+ * Upload to unstable.
+
+ -- Dmitry Shachnev <mitya57@debian.org> Mon, 05 Aug 2024 15:08:07 +0300
+
+sphinx (7.4.7-1) experimental; urgency=medium
+
+ * New upstream release.
+ * Drop patches, included in the new release:
+ - python_3.12.4.diff
+ - data_uris.diff
+ * Refresh and rebase other patches.
+ * Bump dependency versions according to pyproject.toml.
+ * Add python3-typing-extensions to tests dependencies.
+ * Update for renaming *.css_t to *.css.jinja.
+ * Override new false positive Lintian errors.
+ * Update numbers in debian/jstest/run-tests.
+ * Bump required version for searchtools.js in debian/dh-sphinxdoc/index.
+ * Suggest texlive-fonts-extra (for fontawesome5 package).
+
+ -- Dmitry Shachnev <mitya57@debian.org> Sat, 20 Jul 2024 19:09:09 +0300
+
+sphinx (7.3.7-4) unstable; urgency=medium
+
+ [ Miriam España Acebal ]
+ * dh_sphinxdoc: Add quantifier for capture group (?:="defer")
+ (closes: #1076969, LP: #2074525).
+
+ -- Dmitry Shachnev <mitya57@debian.org> Tue, 30 Jul 2024 12:04:38 +0300
+
+sphinx (7.3.7-3) unstable; urgency=medium
+
+ * Backport upstream patch to fix support for data: URIs in builders that
+ do not support them natively (closes: #1073500).
+ * Upload to unstable.
+
+ -- Dmitry Shachnev <mitya57@debian.org> Wed, 03 Jul 2024 10:18:22 +0300
+
+sphinx (7.3.7-2) experimental; urgency=medium
+
+ * Make python3-sphinx depend on python3-defusedxml, needed by
+ sphinx.testing.util module.
+ * Remove no longer needed test dependencies (thanks Piotr Ożarowski):
+ - python3-sphinxcontrib.websupport
+ - python3-sqlalchemy
+ - python3-whoosh
+ - python3-xapian
+ * Backport upstream patch to fix tests with Python 3.12.4.
+
+ -- Dmitry Shachnev <mitya57@debian.org> Thu, 13 Jun 2024 20:51:07 +0300
+
sphinx (7.3.7-1) experimental; urgency=medium
* New upstream release.