File: changelog

package info (click to toggle)
traitlets 5.14.3%2Breally5.14.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,180 kB
  • sloc: python: 10,581; makefile: 176
file content (266 lines) | stat: -rw-r--r-- 7,835 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
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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
traitlets (5.14.3+really5.14.3-1) unstable; urgency=medium

  * Team upload
  * Revert previous changes; they did not help fix jupyter
  * Depend on new python3-pytest-mypy-testing package for mypy tests

 -- Julian Gilbey <jdg@debian.org>  Sun, 04 Aug 2024 14:25:49 +0100

traitlets (5.14.3+really5.5.0-1) unstable; urgency=medium

  * Team upload
  * Revert to traitlets version 5.5.0 until the whole jupyter stack can be
    upgraded; traitlets 5.14.* breaks jupyter (closes: #1068506)
  * The d/copyright file has not been downgraded; d/pybuild.testfiles has
    been introduced until we can return to 5.14.*.

 -- Julian Gilbey <jdg@debian.org>  Mon, 15 Jul 2024 12:43:26 +0100

traitlets (5.14.3-1) unstable; urgency=medium

  * New upstream release.
  * Bump standards-version to 4.7.0.

 -- Julien Puydt <jpuydt@debian.org>  Thu, 02 May 2024 15:42:54 +0200

traitlets (5.14.2-3) unstable; urgency=medium

  * Team upload
  * Do not compress font files in -doc package

 -- Julian Gilbey <jdg@debian.org>  Fri, 05 Apr 2024 08:59:22 +0100

traitlets (5.14.2-2) unstable; urgency=medium

  * Team upload
  * Fix intersphinx mapping

 -- Julian Gilbey <jdg@debian.org>  Mon, 01 Apr 2024 16:26:36 +0100

traitlets (5.14.2-1) unstable; urgency=medium

  * Team upload
  * New upstream version; refresh patches
  * Update d/copyright
  * Update build dependencies
  * Add autopkgtest, but skip tests/test_typing.py until
    python3-pytest-mypy-testing is in Debian
  * Move HTML documentation to /usr/share/python3-traitlets and slightly
    simplify build process

 -- Julian Gilbey <jdg@debian.org>  Mon, 01 Apr 2024 06:15:59 +0100

traitlets (5.5.0-2) unstable; urgency=medium

  * Bump standards-version to 4.6.2.
  * Fix d/rules clean target (Closes: #1048164).

 -- Julien Puydt <jpuydt@debian.org>  Fri, 18 Aug 2023 14:10:15 +0200

traitlets (5.5.0-1) unstable; urgency=medium

  * New upstream release.
  * Refresh patches.
  * Add new build depends.
  * Adapt to changelog change.

 -- Julien Puydt <jpuydt@debian.org>  Sun, 23 Oct 2022 11:44:22 +0200

traitlets (5.4.0-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Security-Contact.

 -- Jelmer Vernooij <jelmer@debian.org>  Mon, 17 Oct 2022 00:19:10 +0100

traitlets (5.4.0-1) unstable; urgency=medium

  * New upstream release.

 -- Julien Puydt <jpuydt@debian.org>  Mon, 19 Sep 2022 07:30:08 +0200

traitlets (5.3.0-1) unstable; urgency=medium

  * New upstream release.

 -- Julien Puydt <jpuydt@debian.org>  Mon, 20 Jun 2022 09:09:35 +0200

traitlets (5.2.2-1) unstable; urgency=medium

  * Drop the build depends on flit.
  * New upstream release.
  * Update dates in d/copyright.
  * Drop the patch to fix the upstream goof.
  * Add another patch to fix another upstream goof.

 -- Julien Puydt <jpuydt@debian.org>  Tue, 07 Jun 2022 09:16:42 +0200

traitlets (5.2.1-1) unstable; urgency=medium

  * New upstream release.
  * Add patch to fix an upstream goof.

 -- Julien Puydt <jpuydt@debian.org>  Wed, 18 May 2022 22:06:11 +0200

traitlets (5.2.0-1) unstable; urgency=medium

  * New upstream release.
  * Adapt patches.
  * Rework b-deps.
  * Bump standards-version to 4.6.1.

 -- Julien Puydt <jpuydt@debian.org>  Sat, 14 May 2022 09:56:38 +0200

traitlets (5.1.1-1) unstable; urgency=medium

  * New upstream release.
  * Drop 0004-Revert-Fix-string-assertion-for-python3.10.patch (upstream).
  * Drop 0005-FIX-account-for-changes-in-py310.patch (upstream).

 -- Julien Puydt <jpuydt@debian.org>  Fri, 29 Oct 2021 13:37:48 +0200

traitlets (5.1.0-2) unstable; urgency=medium

  * Team upload.
  * Backport upstream commits fe88397 and 9ee33f0, fixing python 3.10 issues

 -- Gordon Ball <gordon@chronitis.net>  Sun, 24 Oct 2021 14:02:16 +0000

traitlets (5.1.0-1) unstable; urgency=medium

  * New upstream release.
  * Refresh patches.

 -- Julien Puydt <jpuydt@debian.org>  Wed, 08 Sep 2021 06:38:33 +0200

traitlets (5.0.5-3) unstable; urgency=medium

  * debian/control
    - use proper team name and email address

 -- Sandro Tosi <morph@debian.org>  Tue, 31 Aug 2021 00:51:38 -0400

traitlets (5.0.5-2) unstable; urgency=medium

  [ Julien Puydt ]
  * Fix d/watch.

  [ Debian Janitor ]
  * Update watch file format version to 4.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.5.1, no changes needed.

  [ Julien Puydt ]
  * Bump standards-version to 4.6.0.

 -- Julien Puydt <jpuydt@debian.org>  Thu, 26 Aug 2021 18:30:52 +0200

traitlets (5.0.5-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Julien Puydt ]
  * New upstream release.

 -- Julien Puydt <jpuydt@debian.org>  Sat, 17 Oct 2020 09:50:36 +0200

traitlets (5.0.4-1) unstable; urgency=medium

  * New upstream release.
  * Declare d/rules doesn't require root.
  * Bump std-vers to 4.5.0.
  * Ship upstream examples.
  * Update team mailing list address.
  * Update d/copyright.
  * Bump dh-compat to 13.

 -- Julien Puydt <jpuydt@debian.org>  Mon, 07 Sep 2020 17:23:34 +0200

traitlets (4.3.3-3) unstable; urgency=medium

  * Drop python2 support (Closes: #938716)

 -- Gordon Ball <gordon@chronitis.net>  Wed, 01 Apr 2020 20:47:03 +0000

traitlets (4.3.3-2) unstable; urgency=medium

  * Use my debian.org mail address.
  * Add patch from Chris Lamb to allow reproducible builds (Closes: #942342).
  * Add patch to remove a warning with Python 3.8 (Closes: #945541).

 -- Julien Puydt <jpuydt@debian.org>  Tue, 17 Dec 2019 07:54:41 +0100

traitlets (4.3.3-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Fix Format URL to correct one
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field
  * Convert git repository from git-dpm to gbp layout
  * Use debhelper-compat instead of debian/compat.

  [ Gordon Ball ]
  * New upstream version 4.3.3
  * Update standards-version to 4.4.1
  * Update debhelper compat level to 12
  * Use python3 sphinx to build documentation

 -- Gordon Ball <gordon@chronitis.net>  Thu, 10 Oct 2019 17:52:02 +0000

traitlets (4.3.2-1) unstable; urgency=medium

  * New upstream release.
  * Update debian/watch.
  * Push standards-version to 4.0.0.

 -- Julien Puydt <julien.puydt@laposte.net>  Mon, 03 Jul 2017 16:35:14 +0200

traitlets (4.3.1-1) unstable; urgency=medium

  * Marked the  -doc package as Multi-Arch:foreign (tracker hint).
  * Pushed dh compat to 10.
  * New upstream release.
  * Added python-enum34, python-pytest, python3-pytest and
    python-sphinx-rtd-theme to the deps.
  * Added the upstream changelog to the packages.
  * Forced dep on python-enum34 for python-traitlets.

 -- Julien Puydt <julien.puydt@laposte.net>  Sun, 02 Oct 2016 15:50:47 +0200

traitlets (4.2.2-2) unstable; urgency=medium

  * Added a patch to intersphinx configuration to disable network
  access. (Closes: #830628)

 -- Julien Puydt <julien.puydt@laposte.net>  Sun, 10 Jul 2016 08:27:57 +0200

traitlets (4.2.2-1) unstable; urgency=medium

  * New upstream release
  * Pushed standards-version to 3.9.8
  * Completed debian/copyright

 -- Julien Puydt <julien.puydt@laposte.net>  Sun, 03 Jul 2016 11:36:13 +0200

traitlets (4.2.1-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Fixed VCS URL (https)

  [ Julien Puydt ]
  * New upstream version
  * Pushed standards-version to 3.9.7
  * Added setuptools, decorator and mock as build-dep
  * Simplified d/rules wrt to tests (let dh magic work)

 -- Julien Puydt <julien.puydt@laposte.net>  Sun, 17 Apr 2016 09:35:01 +0200

traitlets (4.0.0-1) unstable; urgency=medium

  * Initial release. (Closes: #799242)

 -- Julien Puydt <julien.puydt@laposte.net>  Sun, 27 Sep 2015 11:34:37 +0200