1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176
|
sphinxcontrib-websupport (2.0.0-1) unstable; urgency=medium
* New upstream release.
* Bump python3-sphinx build-dependency to 7.2 (for tests).
* Bump Standards-Version to 4.7.0, no changes needed.
* Revert upstream changes that caused test failures.
-- Dmitry Shachnev <mitya57@debian.org> Sat, 24 Aug 2024 15:35:12 +0300
sphinxcontrib-websupport (1.2.7-1) unstable; urgency=medium
* New upstream release.
* Drop all patches, applied upstream.
* Bump copyright years.
-- Dmitry Shachnev <mitya57@debian.org> Sat, 13 Jan 2024 20:06:07 +0300
sphinxcontrib-websupport (1.2.6-2) unstable; urgency=medium
* Add patches to fix build with Sphinx 7.2 and SQLAlchemy 2.0.
-- Dmitry Shachnev <mitya57@debian.org> Sun, 29 Oct 2023 18:44:36 +0300
sphinxcontrib-websupport (1.2.6-1) unstable; urgency=medium
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit.
* Update standards version to 4.6.2, no changes needed.
[ Dmitry Shachnev ]
* New upstream release.
* Build-depend on flit instead of setuptools.
* Remove no longer needed PYBUILD_AFTER_BUILD command.
* Bump required python3-sphinx version to >= 5.
* Update debian/watch.
- Change version from 3 to 4.
- Stop checking upstream signature, PyPI dropped support for it.
- Update the file name pattern to use underscore.
* Add a patch to fix test failures (closes: #1052779).
* Bump copyright years.
-- Dmitry Shachnev <mitya57@debian.org> Sat, 30 Sep 2023 21:09:52 +0300
sphinxcontrib-websupport (1.2.4-2) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
-- Sandro Tosi <morph@debian.org> Sat, 04 Jun 2022 20:51:42 -0400
sphinxcontrib-websupport (1.2.4-1) unstable; urgency=medium
* New upstream release.
* Bump copyright years.
-- Dmitry Shachnev <mitya57@debian.org> Tue, 11 Aug 2020 17:58:06 +0300
sphinxcontrib-websupport (1.2.3-1) unstable; urgency=medium
* New upstream release.
* Update to debhelper compat level 13.
-- Dmitry Shachnev <mitya57@debian.org> Thu, 02 Jul 2020 16:34:33 +0300
sphinxcontrib-websupport (1.2.1-2) unstable; urgency=medium
* Upload to unstable.
-- Dmitry Shachnev <mitya57@debian.org> Thu, 16 Apr 2020 11:23:10 +0300
sphinxcontrib-websupport (1.2.1-1) experimental; urgency=medium
* New upstream release.
* Drop add_searchresults_template.diff, applied upstream.
* Depend and build-depend on python3-sphinxcontrib.serializinghtml.
WebSupportBuilder inherits from PickleHTMLBuilder which is now part of
that module (closes: #955104).
* Remove {build_dir}/sphinxcontrib/__init__.py to make the tests pass.
sphinxcontrib should be a namespace because sphinxcontrib.serializinghtml
and sphinxcontrib.websupport are imported from different paths, and per
PEP 420 namespace packages cannot contain an __init__.py.
-- Dmitry Shachnev <mitya57@debian.org> Tue, 31 Mar 2020 20:23:01 +0300
sphinxcontrib-websupport (1.2.0-1) unstable; urgency=medium
[ Debian Janitor ]
* Set field Upstream-Name in debian/copyright.
* Set upstream metadata fields: Repository, Repository-Browse.
[ Dmitry Shachnev ]
* New upstream release.
* Add searchresults.html which is missing from the tarball.
* Make the autopkgtest depend on python3-all, and use py3versions -s
instead of -i.
* Specify Rules-Requires-Root: no.
* Bump Standards-Version to 4.5.0, no changes needed.
-- Dmitry Shachnev <mitya57@debian.org> Fri, 20 Mar 2020 16:53:18 +0300
sphinxcontrib-websupport (1.1.2-2) unstable; urgency=medium
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
* Bump Standards-Version to 4.4.1.
[ Dmitry Shachnev ]
* Drop the Python 2 package (closes: #938540).
* Update to debhelper compat level 12.
-- Dmitry Shachnev <mitya57@debian.org> Mon, 13 Jan 2020 10:53:04 +0300
sphinxcontrib-websupport (1.1.2-1) unstable; urgency=medium
* New upstream release.
* Drop sphinx1.8_db_session.diff, applied in the new release.
* Add .pytest_cache directory to debian/clean.
* Bump Standards-Version to 4.4.0, no changes needed.
-- Dmitry Shachnev <mitya57@debian.org> Sun, 14 Jul 2019 18:09:09 +0300
sphinxcontrib-websupport (1.1.0-2) unstable; urgency=medium
* Add a patch to fix failing tests with Sphinx 1.8 by using the same DB
session for has_node() as for add_node() (sphinx1.8_db_session.diff).
* Bump Standards-Version to 4.3.0, no changes needed.
* Do not install sphinxcontrib_websupport-*-nspkg.pth files:
- On Python 3, rely on PEP 420 implicit namespaces.
- On Python 2, rely on namespace feature of dh_python2.
-- Dmitry Shachnev <mitya57@debian.org> Thu, 10 Jan 2019 00:02:42 +0300
sphinxcontrib-websupport (1.1.0-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
[ Dmitry Shachnev ]
* New upstream release.
* Drop all patches, applied upstream.
* Add debian/clean file listing autogenerated files.
* Update debhelper compat level to 11.
-- Dmitry Shachnev <mitya57@debian.org> Fri, 15 Jun 2018 18:28:03 +0300
sphinxcontrib-websupport (1.0.1-3) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
[ Dmitry Shachnev ]
* Backport upstream patch to fix tests with Sphinx 1.7 (closes: #895880).
* Bump Standards-Version to 4.1.4, no changes needed.
-- Dmitry Shachnev <mitya57@debian.org> Sun, 22 Apr 2018 21:28:09 +0300
sphinxcontrib-websupport (1.0.1-2) unstable; urgency=medium
* Add two patches to fix compatibility with Sphinx 1.6 (closes: #877158):
- tests_fix_import.diff: Import local sqlalchemystorage in tests.
- sphinx16_translator_class.diff: Use new API to set translator class.
* Bump Sphinx dependency to 1.6, to be able to use the new API.
* Bump Standards-Version to 4.1.1, no changes needed.
-- Dmitry Shachnev <mitya57@debian.org> Fri, 29 Sep 2017 22:53:04 +0300
sphinxcontrib-websupport (1.0.1-1) unstable; urgency=medium
* Initial release. (Closes: #867763)
-- Dmitry Shachnev <mitya57@debian.org> Mon, 10 Jul 2017 16:53:42 +0300
|