File: changelog

package info (click to toggle)
sphinx-tabs 3.4.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,600 kB
  • sloc: javascript: 1,207; python: 552; xml: 364; makefile: 10; sh: 6
file content (145 lines) | stat: -rw-r--r-- 5,151 bytes parent folder | download
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
sphinx-tabs (3.4.7-2) unstable; urgency=medium

  * Team upload.
  * Add a patch to make the tests pass with Docutils 0.22.

 -- Dmitry Shachnev <mitya57@debian.org>  Sat, 27 Sep 2025 13:43:15 +0300

sphinx-tabs (3.4.7-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Drop Restore-tests-compatibility-with-Sphinx-5.patch, no longer needed.
  * Add patch to update tests for Sphinx 8.1.
  * Bump Standards-Version to 4.7.0, no changes needed.

 -- Dmitry Shachnev <mitya57@debian.org>  Sun, 24 Nov 2024 20:20:26 +0300

sphinx-tabs (3.4.4-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Drop Make-the-tests-pass-with-Sphinx-7.1.patch, included in the new
    release.
  * Add a new patch to restore tests compatibility with Sphinx 5.
  * Bump Standards-Version to 4.6.2, no changes needed.

 -- Dmitry Shachnev <mitya57@debian.org>  Mon, 30 Oct 2023 09:12:29 +0300

sphinx-tabs (3.4.1-2) unstable; urgency=medium

  * Team upload.
  * Add a patch to make the tests pass with Sphinx 7.1 (closes: #1042589).
  * Clean auto-generated files using debian/clean (closes: #1046830).

 -- Dmitry Shachnev <mitya57@debian.org>  Fri, 18 Aug 2023 16:32:35 +0300

sphinx-tabs (3.4.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
    - Tests pass with Sphinx 5 (closes: #1013391).
  * Drop all patches, included in the new release.
  * Depend on sphinx ≥ 5 and pytest ≥ 7.1 for testing.
  * debian/tests/python3-sphinx-tabs: Test all supported Python versions.
  * Fix built-using-field-on-arch-all-package Lintian warning.

 -- Dmitry Shachnev <mitya57@debian.org>  Tue, 06 Dec 2022 12:47:12 +0300

sphinx-tabs (3.2.0-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Set field Upstream-Name in debian/copyright.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.6.0, no changes needed.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <jelmer@debian.org>  Sun, 16 Oct 2022 23:58:39 +0100

sphinx-tabs (3.2.0-3) unstable; urgency=medium

  * Team upload.
  * Backport upstream commit to fix tests failure with docutils 0.17.
    Bump python3-docutils build- and test dependency to 0.17.

 -- Dmitry Shachnev <mitya57@debian.org>  Fri, 15 Oct 2021 17:58:22 +0300

sphinx-tabs (3.2.0-2) unstable; urgency=medium

  * Team upload.
  * sphinx-tabs 3.2 needs sphinx 4. Closes: #995919
  * d/control: append ":any" to python build-dep to enable cross
    building
  * Make use of ${sphinxdoc:Built-Using}

 -- Michael R. Crusoe <crusoe@debian.org>  Fri, 08 Oct 2021 20:26:24 +0200

sphinx-tabs (3.2.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Update debian/watch to track tags from GitHub. This way repacking the
    tarball manually to include docs and test directories is not needed.
  * Remove debian/copyright section for semantic-ui, it was removed.
  * Stop symlinking JS files manually, dh_sphinxdoc does that.
  * Remove python3-sphinx-testing build-dependency, it is not needed.
  * Skip test_rinohtype_pdf test, it needs a module which is not packaged.
  * Backport two upstream commits to make the other tests pass.

 -- Dmitry Shachnev <mitya57@debian.org>  Sun, 03 Oct 2021 17:06:26 +0300

sphinx-tabs (1.3.0+ds-1) unstable; urgency=medium

  * New upstream release 1.3.0
    - Dropped patch
    - Updated dependency list
    - Updated testing dependencies and methods
  * d/control: Bump Standards-Version to 4.5.1

 -- Pierre-Elliott Bécue <peb@debian.org>  Sat, 16 Jan 2021 16:57:10 +0100

sphinx-tabs (1.2.1+ds-3) unstable; urgency=medium

  * Team upload.
  * d/patches: add patch to fix tests.
    - Patch to resolve an issue in the order of the stylesheets links
      generated in the tests (Closes: #975844).

 -- Emmanuel Arias <eamanu@yaerobi.com>  Wed, 23 Dec 2020 14:04:57 -0300

sphinx-tabs (1.2.1+ds-2) unstable; urgency=medium

  * Team upload.

  [ 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.

  [ Michael Hudson-Doyle ]
  * d/patches/0001-The-third-linenos-test-fails-because-pygments-output.patch:
    remove as it somehow causes test failures with Python 3.9 (Closes: 973056)

 -- Michael Hudson-Doyle <mwhudson@debian.org>  Wed, 11 Nov 2020 12:35:45 +1300

sphinx-tabs (1.2.1+ds-1) unstable; urgency=medium

  * New upstream release 1.2.1+ds
    - Updated d/copyright
    - Updated missing sources
  * d/p/0001: Fix a failing test due to wrong upstream's expectations
  * d/rules:
    - Drop the custom Changelog installation rule
    - Build and install the documentation, as upstream stopped providing a
      compiled one (which is better)

 -- Pierre-Elliott Bécue <peb@debian.org>  Tue, 08 Sep 2020 21:40:11 +0200

sphinx-tabs (1.1.13+ds-1) unstable; urgency=medium

  * Initial release. (closes: #961348)
    - DS repack to include documentation, examples, and test directories.

 -- Pierre-Elliott Bécue <peb@debian.org>  Sat, 30 May 2020 23:55:44 +0200