File: changelog

package info (click to toggle)
ipython 8.5.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 11,184 kB
  • sloc: python: 36,444; sh: 407; makefile: 243
file content (351 lines) | stat: -rw-r--r-- 10,935 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
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
ipython (8.5.0-4) unstable; urgency=medium

  * Team upload.
  * Add upstream patch for pygments > 2.14 (Closes: #1028617)

 -- Jochen Sprickerhof <jspricke@debian.org>  Fri, 20 Jan 2023 08:19:58 +0100

ipython (8.5.0-3) unstable; urgency=medium

  * Team upload.
  * Add workaround for stack_data in testing

 -- Jochen Sprickerhof <jspricke@debian.org>  Sat, 17 Dec 2022 15:16:53 +0100

ipython (8.5.0-2) unstable; urgency=medium

  * Team upload.
  * Add upstream patch for new python-stack-data

 -- Jochen Sprickerhof <jspricke@debian.org>  Sat, 17 Dec 2022 07:52:47 +0100

ipython (8.5.0-1) unstable; urgency=medium

  * New upstream version 8.5.0
  * patches: drop backport from 8.4.0-2, applied upstream

 -- Gordon Ball <gordon@chronitis.net>  Sat, 01 Oct 2022 18:26:44 +0000

ipython (8.4.0-2) unstable; urgency=medium

  * d/control: inject dependency on python3-setuptools
  * patches: backport ipython#d858213,7a49386 to fix test_pprint_heap_allocated_type

 -- Gordon Ball <gordon@chronitis.net>  Sat, 17 Sep 2022 21:08:27 +0000

ipython (8.4.0-1) experimental; urgency=medium

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

  [ Gordon Ball ]
  * New upstream version 8.4.0

 -- Gordon Ball <gordon@chronitis.net>  Sat, 27 Aug 2022 22:27:11 +0000

ipython (8.1.0-1) experimental; urgency=medium

  * New upstream version 8.1.0

 -- Gordon Ball <gordon@chronitis.net>  Mon, 14 Mar 2022 19:35:09 +0000

ipython (8.0.1-1) experimental; urgency=medium

  * New upstream version 8.0.1
  * Rebase patches, drop setuptools patch
  * Build using pybuild-plugin-pyproject instead of setuptools directly
  * Update dependencies: +black, +stack-data, +pytest-asyncio, -nose
  * Install manpages explicitly rather than via setuptools data_files
  * Skip tests known to fail with jedi 0.18.0

 -- Gordon Ball <gordon@chronitis.net>  Fri, 28 Jan 2022 11:40:45 +0000

ipython (7.31.1-1) unstable; urgency=medium

  * New upstream version 7.31.1
  * Fixes CVE-2022-21699 (execution of config files from the current
    directory, which might allow cross-user attacks if ipython is run from a
    directory multiple users can write). Closes: #1004122

 -- Gordon Ball <gordon@chronitis.net>  Mon, 24 Jan 2022 20:22:25 +0000

ipython (7.31.0-1) unstable; urgency=medium

  [ Julien Puydt ]
  * New upstream version 7.29.0.
  * Remove Built-Using from the arch:all -doc package.
  * Rework patches.
  * Add some -doc packages as b-dep with nodoc tag.
  * Drop 0007-forgotten-sys.patch (useless?).

  [ Gordon Ball ]
  * Run pytest against all supported python versions
  * New upstream version 7.31.0

 -- Gordon Ball <gordon@chronitis.net>  Fri, 07 Jan 2022 15:09:47 +0000

ipython (7.27.0-1) unstable; urgency=medium

  [ Gordon Ball ]
  * New upstream version 7.26.0
  * d/control: new dependency python3-matplotlib-inline

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

 -- Gordon Ball <gordon@chronitis.net>  Sat, 06 Nov 2021 19:22:12 +0000

ipython (7.22.0-1) unstable; urgency=medium

  [ Julien Puydt ]
  * Fix d/watch.

  [ Gordon Ball ]
  * New upstream version 7.22.0

 -- Gordon Ball <gordon@chronitis.net>  Sun, 15 Aug 2021 18:04:37 +0000

ipython (7.20.0-1) unstable; urgency=medium

  * New upstream version 7.20.0
  * Drop upstreamed patches for jedi, sip
  * Run the testsuite as an autopkgtest, enable autodep8 test

 -- Gordon Ball <gordon@chronitis.net>  Tue, 02 Feb 2021 19:50:23 +0000

ipython (7.19.0-3) unstable; urgency=medium

  * Team upload.
  * More Patches for new jedi version
  * Add patch for new python-sip (Closes: #966035)

 -- Jochen Sprickerhof <jspricke@debian.org>  Fri, 01 Jan 2021 10:13:33 +0100

ipython (7.19.0-2) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * debian/copyright: use spaces rather than tabs to start continuation lines.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.

  [ Jochen Sprickerhof ]
  * Add patches for new jedi version

 -- Jochen Sprickerhof <jspricke@debian.org>  Tue, 29 Dec 2020 17:40:23 +0100

ipython (7.19.0-1) unstable; urgency=medium

  * New upstream version 7.19.0

 -- Gordon Ball <gordon@chronitis.net>  Sun, 01 Nov 2020 11:15:43 +0000

ipython (7.18.1-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.

  [ Gordon Ball ]
  * Add missing build-dependency: python3-decorator (Closes: #971180)
  * Rename the git repository from ipython4 -> ipython, and update Vcs-*
    fields accordingly.

 -- Gordon Ball <gordon@chronitis.net>  Tue, 27 Oct 2020 19:07:53 +0000

ipython (7.18.1-1) unstable; urgency=medium

  * New upstream version 7.18.1
  * Refresh patches
  * Update lintian-overrides for python3-ipython

 -- Gordon Ball <gordon@chronitis.net>  Mon, 31 Aug 2020 15:03:45 +0000

ipython (7.17.0-1) unstable; urgency=medium

  * New upstream release 7.17.0.
  * Use my @debian.org mail address.
  * Add copyright assignment for debian/* in d/copyright.

 -- Julien Puydt <jpuydt@debian.org>  Mon, 03 Aug 2020 17:39:37 +0200

ipython (7.16.1-1) unstable; urgency=medium

  * New upstream version 7.16.1

 -- Gordon Ball <gordon@chronitis.net>  Sun, 05 Jul 2020 10:50:24 +0000

ipython (7.15.0-1) unstable; urgency=medium

  * New upstream version 7.15.0
  * d/control: use debhelper compatibility level 13

 -- Gordon Ball <gordon@chronitis.net>  Thu, 04 Jun 2020 18:08:35 +0000

ipython (7.14.0-1) unstable; urgency=medium

  * New upstream version 7.14.0

 -- Gordon Ball <gordon@chronitis.net>  Mon, 04 May 2020 18:10:06 +0000

ipython (7.13.0-1) unstable; urgency=medium

  [ Gordon Ball ]
  * New upstream version 7.13.0

  [ Julien Puydt ]
  * Suggest the doc package (Closes: #807125).

 -- Julien Puydt <jpuydt@debian.org>  Wed, 04 Mar 2020 13:03:33 +0100

ipython (7.12.0-1) unstable; urgency=medium

  * New upstream version 7.12.0
  * d/control: update Standards-Version to 4.5.0

 -- Gordon Ball <gordon@chronitis.net>  Tue, 04 Feb 2020 20:04:33 +0000

ipython (7.11.1-1) unstable; urgency=medium

  [ Emmanuel Arias ]
  * New upstream version 7.11.1 (Closes: #949137)

 -- Gordon Ball <gordon@chronitis.net>  Mon, 20 Jan 2020 18:42:30 +0000

ipython (7.11.0-2) unstable; urgency=medium

  * Upload to unstable.

 -- Gordon Ball <gordon@chronitis.net>  Mon, 06 Jan 2020 14:07:42 +0000

ipython (7.11.0-1) experimental; urgency=medium

  * New upstream version 7.11.0 (Closes: #887101, #942660)
  * d/control:
    + Drop simplegeneric, ipython_genutils from build-depends
    + Add backcall, jedi to build-depends
    + Drop ancient breaks/replaces for oldoldstable
  * d/copyright: drop outdated stanza for file dropped upstream
  * Drop custom entrypoint script: ipython3 previously shipped a custom shell
    script as the entrypoint, we'll now use the standard setuptools-generated
    entrypoint script; ipython3 accordingly gains an explicit dependency on
    python3.
  * Rebase patches
    + Drop 0003-Backport-ipython-11593-for-python-3.8-compat.patch

 -- Gordon Ball <gordon@chronitis.net>  Mon, 30 Dec 2019 20:46:41 +0000

ipython (5.8.0-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.

  [ Gordon Ball ]
  * Stop building binary packages python-ipython, ipython from this source.
    For this time being, these packages are built from the ipython-py2 source
    package. This will allow ipython3 to be updated past the 5.x series which
    is the last to support python 2.7.
  * d/control: Update Standards-Version to 4.4.1
  * d/control: Update to debhelper compat level 12
  * d/control: Set Rules-Requires-Root: no
  * d/watch: Update to use github as upstream, unpin from 5.x series
  * Backport ipython#11593 from IPython 7, which fixes compatibility with
    python 3.8 (needed until dependencies are available to upgrade to the
    fixed version).

 -- Gordon Ball <gordon@chronitis.net>  Tue, 24 Dec 2019 21:22:58 +0000

ipython (5.8.0-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field
  * d/changelog: Remove trailing whitespaces
  * Use 'python3 -m sphinx' instead of sphinx-build for building docs

  [ Gordon Ball ]
  * New upstream release
  * Remove d/.git-dpm and move to git-buildpackage style master branch with
    unapplied patches
  * Update Standards-Version to 4.2.1
  * Add lintian override for the README_STARTUP file, which is used by the
    ipython startup directory skeleton

  [ Nicolas Dandrimont ]
  * Block network access when building sphinx docs

 -- Nicolas Dandrimont <olasd@debian.org>  Wed, 17 Oct 2018 21:06:28 +0200

ipython (5.5.0-1) unstable; urgency=medium

  [ Gordon Ball ]
  * New upstream release
  * Update Standards-Version to 4.1.0
  * Update debhelper compat to 10
  * Set minimum python3 version to 3.3
  * Use python3 sphinx for documentation, add ${sphinxdoc:Built-Using}
    to documentation package
  * Add autopkgtests for importability and simple syntax examples
  * Install the upstream changelog
  * Fix python2 pexpect dependency of python3-ipython
  * Add myself to uploaders
  * Add pydist-overrides file mapping IPython to python-ipython, and
    equivalent for python3
  * Quote arguments to ipython -c (closes: #843793)

  [ Diane Trout ]
  * Update debian/copyright for IPython/utils/_get_terminal_size.py

 -- Gordon Ball <gordon@chronitis.net>  Thu, 26 Oct 2017 00:41:52 +0200

ipython (5.1.0-2) unstable; urgency=medium

  * Team upload.
  * Update wrapper scripts to avoid a deprecation warning.

 -- Ximin Luo <infinity0@debian.org>  Mon, 31 Oct 2016 08:47:51 +0100

ipython (5.1.0-1) experimental; urgency=medium

  [ Julien Cristau ]
  * Add missing dependencies.  dh_python{,3} does not handle PEP 496
    environment markers, so these need to be added manually for now.

  [ Julien Puydt ]
  * New upstream release.

 -- Julien Puydt <julien.puydt@laposte.net>  Thu, 18 Aug 2016 07:06:56 +0200

ipython (5.0.0-1) experimental; urgency=medium

  [ Julien Cristau ]
  * Add missing python3-pickleshare build-dep.

  [ Julien Puydt ]
  * Bump standards-version.
  * New upstream release.
  * Add missing python-backport-shutil-get-terminal-size and
    python-sphinx-rtd-theme build-deps.

 -- Julien Puydt <julien.puydt@laposte.net>  Thu, 21 Jul 2016 13:05:20 +0200

ipython (4.1.2-1) experimental; urgency=medium

  * Team upload

  [ Julien Puydt ]
  * New upstream version. (Closes: #780408)

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

  [ Julien Cristau ]
  * Update to 4.1.2.
  * Bump Standards-Version to 3.9.7.

 -- Julien Cristau <jcristau@debian.org>  Fri, 08 Apr 2016 13:36:06 +0200